-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
114 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters