Skip to content

Commit

Permalink
version 2.0.5 and nuspec files
Browse files Browse the repository at this point in the history
  • Loading branch information
goenning committed Sep 16, 2015
1 parent 556baa1 commit cd4fffd
Show file tree
Hide file tree
Showing 8 changed files with 114 additions and 8 deletions.
27 changes: 27 additions & 0 deletions SharpSapRfc.Plain.x64.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>SharpSapRfc.Plain.x64</id>
<version>2.0.5</version>
<title>Sharp SAP RFC - RFC Interface x64</title>
<authors>goenning</authors>
<owners>goenning</owners>
<licenseUrl>https://github.com/goenning/SharpSapRfc/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/goenning/SharpSapRfc</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
SAP NCo 3 is an easy to use API. Sharp SAP RFC makes it even easier to call remote functions on SAP systems. This package uses RFC protocol. You can also use SharpSapRfc.Soap if you are looking for HTTP procotol.

For code samples, please check the project site. https://github.com/goenning/SharpSapRfc
</description>
<tags>sap rfc nco</tags>
<dependencies>
<group targetFramework=".NETFramework4.0">
<dependency id="SharpSapRfc" version="2.0.5" />
</group>
</dependencies>
</metadata>
<files>
<file src="bin\x64\Release\SharpSapRfc.Plain.dll" target="lib\net40" />
</files>
</package>
27 changes: 27 additions & 0 deletions SharpSapRfc.Plain.x86.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>SharpSapRfc.Plain.x86</id>
<version>2.0.5</version>
<title>Sharp SAP RFC - RFC Interface x86</title>
<authors>goenning</authors>
<owners>goenning</owners>
<licenseUrl>https://github.com/goenning/SharpSapRfc/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/goenning/SharpSapRfc</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
SAP NCo 3 is an easy to use API. Sharp SAP RFC makes it even easier to call remote functions on SAP systems. This package uses RFC protocol. You can also use SharpSapRfc.Soap if you are looking for HTTP procotol.

For code samples, please check the project site. https://github.com/goenning/SharpSapRfc
</description>
<tags>sap rfc nco</tags>
<dependencies>
<group targetFramework=".NETFramework4.0">
<dependency id="SharpSapRfc" version="2.0.5" />
</group>
</dependencies>
</metadata>
<files>
<file src="bin\x86\Release\SharpSapRfc.Plain.dll" target="lib\net40" />
</files>
</package>
27 changes: 27 additions & 0 deletions SharpSapRfc.Soap.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>SharpSapRfc.Soap</id>
<version>2.0.5</version>
<title>Sharp SAP RFC - SOAP Interface</title>
<authors>goenning</authors>
<owners>goenning</owners>
<licenseUrl>https://github.com/goenning/SharpSapRfc/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/goenning/SharpSapRfc</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
SAP NCo 3 is an easy to use API. Sharp SAP RFC makes it even easier to call remote functions on SAP systems. This package uses HTTP protocol. You can also use SharpSapRfc.Plain if you are looking for RFC procotol.

For code samples, please check the project site. https://github.com/goenning/SharpSapRfc
</description>
<tags>sap rfc nco</tags>
<dependencies>
<group targetFramework=".NETFramework4.0">
<dependency id="SharpSapRfc" version="2.0.5" />
</group>
</dependencies>
</metadata>
<files>
<file src="bin\Release\SharpSapRfc.Soap.dll" target="lib\net40" />
</files>
</package>
25 changes: 25 additions & 0 deletions SharpSapRfc.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>SharpSapRfc</id>
<version>2.0.5</version>
<title>Sharp SAP RFC</title>
<authors>goenning</authors>
<owners>goenning</owners>
<licenseUrl>https://github.com/goenning/SharpSapRfc/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/goenning/SharpSapRfc</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
This package contains shared code for SharpSapRfc.Plain and SharpSapRfc.Soap. It does not have public API, you'll need Plain or Soap NuGet package.

For code samples, please check the project site. https://github.com/goenning/SharpSapRfc
</description>
<tags>sap rfc nco</tags>
<dependencies>
<group targetFramework=".NETFramework4.0" />
</dependencies>
<files>
<file src="bin\Release\SharpSapRfc.dll" target="lib\net40" />
</files>
</metadata>
</package>
4 changes: 2 additions & 2 deletions src/base/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,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("2.0.4")]
[assembly: AssemblyFileVersion("2.0.4")]
[assembly: AssemblyVersion("2.0.5")]
[assembly: AssemblyFileVersion("2.0.5")]
4 changes: 2 additions & 2 deletions src/plain/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,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("2.0.4")]
[assembly: AssemblyFileVersion("2.0.4")]
[assembly: AssemblyVersion("2.0.5")]
[assembly: AssemblyFileVersion("2.0.5")]
4 changes: 2 additions & 2 deletions src/soap/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,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("2.0.4")]
[assembly: AssemblyFileVersion("2.0.4")]
[assembly: AssemblyVersion("2.0.5")]
[assembly: AssemblyFileVersion("2.0.5")]
4 changes: 2 additions & 2 deletions tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,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("2.0.4")]
[assembly: AssemblyFileVersion("2.0.4")]
[assembly: AssemblyVersion("2.0.5")]
[assembly: AssemblyFileVersion("2.0.5")]

0 comments on commit cd4fffd

Please sign in to comment.