Author: fmui
Date: Fri Mar 10 15:28:55 2017
New Revision: 1786365
URL: http://svn.apache.org/viewvc?rev=1786365&view=rev
Log:
PortCMIS: release preparations
Modified:
chemistry/portcmis/trunk/PortCMIS/PortCMIS.nuspec
chemistry/portcmis/trunk/PortCMIS/build.bat
chemistry/portcmis/trunk/PortCMIS/client/ClientUtils.cs
chemistry/portcmis/trunk/PortCMISWin/PortCMISWin.nuspec
chemistry/portcmis/trunk/README
chemistry/portcmis/trunk/release.bat
Modified: chemistry/portcmis/trunk/PortCMIS/PortCMIS.nuspec
URL:
http://svn.apache.org/viewvc/chemistry/portcmis/trunk/PortCMIS/PortCMIS.nuspec?rev=1786365&r1=1786364&r2=1786365&view=diff
==============================================================================
--- chemistry/portcmis/trunk/PortCMIS/PortCMIS.nuspec (original)
+++ chemistry/portcmis/trunk/PortCMIS/PortCMIS.nuspec Fri Mar 10 15:28:55 2017
@@ -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
Modified: chemistry/portcmis/trunk/PortCMIS/build.bat
URL:
http://svn.apache.org/viewvc/chemistry/portcmis/trunk/PortCMIS/build.bat?rev=1786365&r1=1786364&r2=1786365&view=diff
==============================================================================
--- chemistry/portcmis/trunk/PortCMIS/build.bat (original)
+++ chemistry/portcmis/trunk/PortCMIS/build.bat Fri Mar 10 15:28:55 2017
@@ -32,5 +32,5 @@ msbuild PortCMIS.csproj /ToolsVersion:4.
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
Modified: chemistry/portcmis/trunk/PortCMIS/client/ClientUtils.cs
URL:
http://svn.apache.org/viewvc/chemistry/portcmis/trunk/PortCMIS/client/ClientUtils.cs?rev=1786365&r1=1786364&r2=1786365&view=diff
==============================================================================
--- chemistry/portcmis/trunk/PortCMIS/client/ClientUtils.cs (original)
+++ chemistry/portcmis/trunk/PortCMIS/client/ClientUtils.cs Fri Mar 10 15:28:55
2017
@@ -591,7 +591,10 @@ namespace PortCMIS.Client
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 @@ namespace PortCMIS.Client
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 @@ namespace PortCMIS.Client
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);
Modified: chemistry/portcmis/trunk/PortCMISWin/PortCMISWin.nuspec
URL:
http://svn.apache.org/viewvc/chemistry/portcmis/trunk/PortCMISWin/PortCMISWin.nuspec?rev=1786365&r1=1786364&r2=1786365&view=diff
==============================================================================
--- chemistry/portcmis/trunk/PortCMISWin/PortCMISWin.nuspec (original)
+++ chemistry/portcmis/trunk/PortCMISWin/PortCMISWin.nuspec Fri Mar 10 15:28:55
2017
@@ -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
Modified: chemistry/portcmis/trunk/README
URL:
http://svn.apache.org/viewvc/chemistry/portcmis/trunk/README?rev=1786365&r1=1786364&r2=1786365&view=diff
==============================================================================
--- chemistry/portcmis/trunk/README (original)
+++ chemistry/portcmis/trunk/README Fri Mar 10 15:28:55 2017
@@ -4,9 +4,9 @@ Apache Chemistry PortCMIS 0.2
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
Modified: chemistry/portcmis/trunk/release.bat
URL:
http://svn.apache.org/viewvc/chemistry/portcmis/trunk/release.bat?rev=1786365&r1=1786364&r2=1786365&view=diff
==============================================================================
--- chemistry/portcmis/trunk/release.bat (original)
+++ chemistry/portcmis/trunk/release.bat Fri Mar 10 15:28:55 2017
@@ -22,7 +22,7 @@ rem
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