PortCMIS: prepared next dev version

git-svn-id: https://svn.apache.org/repos/asf/chemistry/portcmis/trunk@1802924 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/PortCMIS/PortCMIS.nuspec b/PortCMIS/PortCMIS.nuspec
index 80c2b4f..8f3a6e5 100644
--- a/PortCMIS/PortCMIS.nuspec
+++ b/PortCMIS/PortCMIS.nuspec
@@ -2,7 +2,7 @@
 <package >

   <metadata>

     <id>PortCMIS</id>

-    <version>0.3.0</version>

+    <version>0.4.0</version>

     <title>PortCMIS</title>

     <authors>Apache Software Foundation</authors>

     <owners>Apache Software Foundation</owners>

diff --git a/PortCMIS/Properties/AssemblyInfo.cs b/PortCMIS/Properties/AssemblyInfo.cs
index 39e5e4e..e3a3080 100644
--- a/PortCMIS/Properties/AssemblyInfo.cs
+++ b/PortCMIS/Properties/AssemblyInfo.cs
@@ -26,7 +26,7 @@
 // You can specify all the values or you can default the Build and Revision Numbers 

 // by using the '*' as shown below:

 // [assembly: AssemblyVersion("1.0.*")]

-[assembly: AssemblyVersion("0.3.0.0")]

-[assembly: AssemblyFileVersion("0.3.0.0")]

+[assembly: AssemblyVersion("0.4.0.0")]

+[assembly: AssemblyFileVersion("0.4.0.0")]

 

 [assembly: InternalsVisibleTo("PortCMISTests, PublicKey=00240000048000009400000006020000002400005253413100040000010001009d683e19351b40a22bd055347c57c5fdf38ee9d87f1cafdc5860cd7bee5e1602715def553cfa26afd81457b8b7e30b870d0fb9525db6875b95ecfcbb5a65408304cf4d792397f9c83ebb1e529a39fb2bacef51e9a160618e6f3b7d0ad3a377fa7a3ee2e9534d5b2e9e1eeeb71a6595e09c242e9faf76fb64083189c9081ef7be")]
\ No newline at end of file
diff --git a/PortCMIS/const/ClientVersion.cs b/PortCMIS/const/ClientVersion.cs
index d2c24fe..a3b63b8 100644
--- a/PortCMIS/const/ClientVersion.cs
+++ b/PortCMIS/const/ClientVersion.cs
@@ -28,7 +28,7 @@
         public const string UserAgentName = "Apache-Chemistry-PortCMIS";

 

         /// <summary>PortCMIS version</summary>

-        public const string Version = "0.3";

+        public const string Version = "0.4";

 

         /// <summary>PortCMIS user agent name</summary>

         public const string UserAgent = UserAgentName + "/" + Version;

diff --git a/PortCMISTests/Properties/AssemblyInfo.cs b/PortCMISTests/Properties/AssemblyInfo.cs
index 77b623d..831baa8 100644
--- a/PortCMISTests/Properties/AssemblyInfo.cs
+++ b/PortCMISTests/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
 // You can specify all the values or you can default the Build and Revision Numbers 

 // by using the '*' as shown below:

 // [assembly: AssemblyVersion("1.0.*")]

-[assembly: AssemblyVersion("0.3.0.0")]

-[assembly: AssemblyFileVersion("0.3.0.0")]

+[assembly: AssemblyVersion("0.4.0.0")]

+[assembly: AssemblyFileVersion("0.4.0.0")]

diff --git a/PortCMISWin/PortCMISWin.nuspec b/PortCMISWin/PortCMISWin.nuspec
index 9346d99..f4d19d6 100644
--- a/PortCMISWin/PortCMISWin.nuspec
+++ b/PortCMISWin/PortCMISWin.nuspec
@@ -2,7 +2,7 @@
 <package >

   <metadata>

     <id>PortCMISWin</id>

-    <version>0.3.0</version>

+    <version>0.4.0</version>

     <title>PortCMIS for Store Apps</title>

     <authors>Apache Software Foundation</authors>

     <owners>Apache Software Foundation</owners>

diff --git a/PortCMISWin/Properties/AssemblyInfo.cs b/PortCMISWin/Properties/AssemblyInfo.cs
index 85e1c51..94c6369 100644
--- a/PortCMISWin/Properties/AssemblyInfo.cs
+++ b/PortCMISWin/Properties/AssemblyInfo.cs
@@ -26,5 +26,5 @@
 // You can specify all the values or you can default the Build and Revision Numbers 

 // by using the '*' as shown below:

 // [assembly: AssemblyVersion("1.0.*")]

-[assembly: AssemblyVersion("0.3.0.0")]

-[assembly: AssemblyFileVersion("0.3.0.0")]

+[assembly: AssemblyVersion("0.4.0.0")]

+[assembly: AssemblyFileVersion("0.4.0.0")]

diff --git a/README b/README
index 81e5278..e68cf18 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Apache Chemistry PortCMIS 0.3

+Apache Chemistry PortCMIS 0.4

 =============================

 

 Apache Chemistry PortCMIS is a Content Management Interoperability Services (CMIS)

@@ -57,6 +57,11 @@
 Change log 

 ----------

 

+PortCMIS 0.4:

+

+- ...

+

+

 PortCMIS 0.3:

 

 - Switched from a Portable Class Library to a .NET Standard Library

diff --git a/release.bat b/release.bat
index f179846..6629d8a 100644
--- a/release.bat
+++ b/release.bat
@@ -22,7 +22,7 @@
 rem This batch file creates a release.

 rem It requires Cygwin.

 

-set PORTCMISVERSION=0.3

+set PORTCMISVERSION=0.4

 set PORTCMISZIPSRC=chemistry-portcmis-%PORTCMISVERSION%-src.zip

 set PORTCMISZIPBIN=chemistry-portcmis-%PORTCMISVERSION%-bin.zip

 set PORTCMISZIPNUPKG=chemistry-portcmis-%PORTCMISVERSION%-nupkg.zip

@@ -137,7 +137,7 @@
 echo - Check artifacts!!!

 echo.

 echo - Create RC tag:

-echo   svn copy https://svn.apache.org/repos/asf/chemistry/portcmis/trunk https://svn.apache.org/repos/asf/chemistry/portcmis/tags/chemistry-portcmis-%PORTCMISVERSION%-%PORTCMISRC%

+echo   svn copy https://svn.apache.org/repos/asf/chemistry/portcmis/trunk https://svn.apache.org/repos/asf/chemistry/portcmis/tags/chemistry-portcmis-%PORTCMISVERSION%-%PORTCMISRC% -m "PortCMIS %PORTCMISVERSION% RC%PORTCMISRC%"

 echo.

 echo - Upload to dist/dev:

 echo   cd dist-dev

@@ -166,7 +166,7 @@
 echo - Close JIRA version and create a new one

 echo.

 echo - Rename tag:

-echo   svn mv https://svn.apache.org/repos/asf/chemistry/portcmis/tags/chemistry-portcmis-%PORTCMISVERSION%-%PORTCMISRC% https://svn.apache.org/repos/asf/chemistry/portcmis/tags/chemistry-portcmis-%PORTCMISVERSION% -m 'renamed tag after successful release'

+echo   svn mv https://svn.apache.org/repos/asf/chemistry/portcmis/tags/chemistry-portcmis-%PORTCMISVERSION%-%PORTCMISRC% https://svn.apache.org/repos/asf/chemistry/portcmis/tags/chemistry-portcmis-%PORTCMISVERSION% -m "renamed tag after successful release"

 echo.

 echo - Update DOAP file

 echo.