PortCMIS: release preparations

git-svn-id: https://svn.apache.org/repos/asf/chemistry/portcmis/trunk@1786365 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/PortCMIS/PortCMIS.nuspec b/PortCMIS/PortCMIS.nuspec
index cf66a2e..cb9484d 100644
--- a/PortCMIS/PortCMIS.nuspec
+++ b/PortCMIS/PortCMIS.nuspec
@@ -10,7 +10,7 @@
     <requireLicenseAcceptance>false</requireLicenseAcceptance>

     <description>$description$</description>

     <releaseNotes>Initial release.</releaseNotes>

-    <copyright>Copyright 2015</copyright>

+    <copyright>Copyright 2016-2017</copyright>

     <tags>CMIS</tags>

   </metadata>

 </package>
\ No newline at end of file
diff --git a/PortCMIS/build.bat b/PortCMIS/build.bat
index ad7301f..d5fa408 100644
--- a/PortCMIS/build.bat
+++ b/PortCMIS/build.bat
@@ -32,5 +32,5 @@
 mkdir nupkg

 nuget pack -o nupkg

 

-rem echo Building documentation...

-rem msbuild PortCMIS.shfbproj /ToolsVersion:4.0 /p:Configuration=Release
\ No newline at end of file
+echo Building documentation...

+msbuild PortCMIS.shfbproj /ToolsVersion:4.0 /p:Configuration=Release
\ No newline at end of file
diff --git a/PortCMIS/client/ClientUtils.cs b/PortCMIS/client/ClientUtils.cs
index 35ac202..5c23c77 100644
--- a/PortCMIS/client/ClientUtils.cs
+++ b/PortCMIS/client/ClientUtils.cs
@@ -591,7 +591,10 @@
             return this.Equals(obj as ObjectId);

         }

 

-        /// <inheritdoc/>

+        /// <summary>

+        /// Determines whether the specified object ID is equal to the current object ID.

+        /// </summary>

+        /// <param name="oid">the object ID</param>

         public bool Equals(ObjectId oid)

         {

             if (Object.ReferenceEquals(oid, null))

@@ -612,7 +615,9 @@
             return Id == oid.Id;

         }

 

-        /// <inheritdoc/>

+        /// <summary>

+        /// Determines whether two specified object IDs have the same ID.

+        /// </summary>

         public static bool operator ==(ObjectId id1, ObjectId id2)

         {

             if (object.ReferenceEquals(id1, null))

@@ -623,7 +628,9 @@
             return id1.Id == id2.Id;

         }

 

-        /// <inheritdoc/>

+        /// <summary>

+        /// Determines whether two specified object IDs have different IDs.

+        /// </summary>

         public static bool operator !=(ObjectId id1, ObjectId id2)

         {

             return !(id1 == id2);

diff --git a/PortCMISWin/PortCMISWin.nuspec b/PortCMISWin/PortCMISWin.nuspec
index 4afe4a0..67b8e63 100644
--- a/PortCMISWin/PortCMISWin.nuspec
+++ b/PortCMISWin/PortCMISWin.nuspec
@@ -2,7 +2,7 @@
 <package >

   <metadata>

     <id>$id$</id>

-    <version>0.0.1.0</version>

+    <version>0.0.2.0</version>

     <title>PortCMIS for Store Apps</title>

     <authors>Apache Software Foundation</authors>

     <owners>Apache Software Foundation</owners>

@@ -10,7 +10,7 @@
     <requireLicenseAcceptance>false</requireLicenseAcceptance>

     <description>CMIS Client Library for .Net</description>

     <releaseNotes>Initial release.</releaseNotes>

-    <copyright>Copyright 2015</copyright>

+    <copyright>Copyright 2016-2017</copyright>

     <tags>CMIS</tags>

   </metadata>

 </package>
\ No newline at end of file
diff --git a/README b/README
index 46b9a28..1f9bfe5 100644
--- a/README
+++ b/README
@@ -4,9 +4,9 @@
 Apache Chemistry PortCMIS is a Content Management Interoperability Services (CMIS)

 client library for the .NET framework 4.5 or higher.

 

-See http://chemistry.apache.org/dotnet/portcmis.html for more information.

+See https://chemistry.apache.org/dotnet/portcmis.html for more information.

+See https://chemistry.apache.org/docs/cmis-samples/ for code samples.

 

-This release is the initial release.

 If you find a problem, please let us know: https://issues.apache.org/jira/browse/CMIS

 

 

diff --git a/release.bat b/release.bat
index d909c00..6734c6b 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.1

+set PORTCMISVERSION=0.2

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

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

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