Author: fmui
Date: Fri Jul 21 10:17:47 2017
New Revision: 1802561
URL: http://svn.apache.org/viewvc?rev=1802561&view=rev
Log:
PortCMIS: release preparation
Modified:
chemistry/portcmis/trunk/DEPENDENCIES
chemistry/portcmis/trunk/PortCMIS/PortCMIS.shfbproj
chemistry/portcmis/trunk/README
chemistry/portcmis/trunk/release.bat
Modified: chemistry/portcmis/trunk/DEPENDENCIES
URL:
http://svn.apache.org/viewvc/chemistry/portcmis/trunk/DEPENDENCIES?rev=1802561&r1=1802560&r2=1802561&view=diff
==============================================================================
--- chemistry/portcmis/trunk/DEPENDENCIES (original)
+++ chemistry/portcmis/trunk/DEPENDENCIES Fri Jul 21 10:17:47 2017
@@ -1 +1 @@
-Apache Chemistry PortCMIS requires the .NET Framework 4.5 or higher.
+Apache Chemistry PortCMIS requires a .NET Standard 1.1 runtime or higher.
Modified: chemistry/portcmis/trunk/PortCMIS/PortCMIS.shfbproj
URL:
http://svn.apache.org/viewvc/chemistry/portcmis/trunk/PortCMIS/PortCMIS.shfbproj?rev=1802561&r1=1802560&r2=1802561&view=diff
==============================================================================
--- chemistry/portcmis/trunk/PortCMIS/PortCMIS.shfbproj (original)
+++ chemistry/portcmis/trunk/PortCMIS/PortCMIS.shfbproj Fri Jul 21 10:17:47 2017
@@ -25,10 +25,10 @@
<CppCommentsFixup>False</CppCommentsFixup>
<CleanIntermediates>True</CleanIntermediates>
<MaximumGroupParts>2</MaximumGroupParts>
- <NamespaceGrouping>False</NamespaceGrouping>
+ <NamespaceGrouping>True</NamespaceGrouping>
<SyntaxFilters>C#</SyntaxFilters>
<SdkLinkTarget>Blank</SdkLinkTarget>
- <RootNamespaceContainer>False</RootNamespaceContainer>
+ <RootNamespaceContainer>True</RootNamespaceContainer>
<PresentationStyle>VS2013</PresentationStyle>
<Preliminary>False</Preliminary>
<NamingMethod>Guid</NamingMethod>
@@ -90,7 +90,8 @@
</ComponentConfigurations>
<DocumentationSources>
<DocumentationSource sourceFile="bin\Release\PortCMIS.dll" />
-<DocumentationSource sourceFile="bin\Release\PortCMIS.xml"
/></DocumentationSources>
+ <DocumentationSource sourceFile="bin\Release\PortCMIS.xml" />
+ </DocumentationSources>
<MissingTags>AutoDocumentCtors, AutoDocumentDispose</MissingTags>
<ApiFilter>
<Filter entryType="Namespace" fullName="PortCMIS.Binding"
isExposed="False" xmlns="">
@@ -169,6 +170,9 @@
<VisibleItems>InheritedMembers, InheritedFrameworkMembers, Protected,
ProtectedInternalAsProtected</VisibleItems>
<SaveComponentCacheCapacity>100</SaveComponentCacheCapacity>
<HelpFileVersion>1.0.0.0</HelpFileVersion>
+ <ProjectSummary>&lt%3ba
href=&quot%3bhttps://chemistry.apache.org/dotnet/portcmis.html&quot%3b&gt%3bApache
Chemistry PortCMIS&lt%3b/a&gt%3b is a Content Management
Interoperability Services %28CMIS%29 client library for the .NET Standard 1.1
or higher.
+</ProjectSummary>
+ <RootNamespaceTitle>Apache Chemistry PortCMIS</RootNamespaceTitle>
</PropertyGroup>
<!-- There are no properties for these groups. AnyCPU needs to appear in
order for Visual Studio to perform
the build. The others are optional common platform
types that may appear. -->
Modified: chemistry/portcmis/trunk/README
URL:
http://svn.apache.org/viewvc/chemistry/portcmis/trunk/README?rev=1802561&r1=1802560&r2=1802561&view=diff
==============================================================================
--- chemistry/portcmis/trunk/README (original)
+++ chemistry/portcmis/trunk/README Fri Jul 21 10:17:47 2017
@@ -36,8 +36,8 @@ Use this code to create a session with P
Use this code to create a session with PortCMISWin:
-
- IDictionary<string, string> parameters = new Dictionary<string,
string>() {
+
+ IDictionary<string, string> parameters = new Dictionary<string, string>() {
{SessionParameter.BindingType , BindingType.Browser},
{SessionParameter.BrowserUrl ,
"http://localhost:8080/inmemory/browser"},
{SessionParameter.RepositoryId , "A1"},
@@ -52,8 +52,8 @@ Use this code to create a session with P
Please note that the authentication provider interfaces are different for
PortCMIS and PortCMISWin. Custom authentication provider implementations have
to developed for either PortCMIS or PortCMISWin.
-
-
+
+
Change log
----------
Modified: chemistry/portcmis/trunk/release.bat
URL:
http://svn.apache.org/viewvc/chemistry/portcmis/trunk/release.bat?rev=1802561&r1=1802560&r2=1802561&view=diff
==============================================================================
--- chemistry/portcmis/trunk/release.bat (original)
+++ chemistry/portcmis/trunk/release.bat Fri Jul 21 10:17:47 2017
@@ -81,6 +81,7 @@ mkdir release-src\src
mkdir release-src\src\PortCMIS
xcopy PortCMIS release-src\src\PortCMIS /E
+del release-src\src\PortCMIS\project.lock.json
rmdir /S /Q release-src\src\PortCMIS\bin
rmdir /S /Q release-src\src\PortCMIS\obj
rmdir /S /Q release-src\src\PortCMIS\doc