Skip to content

Commit

Permalink
nuspec update
Browse files Browse the repository at this point in the history
  • Loading branch information
goenning committed Sep 16, 2015
1 parent cd4fffd commit 2b707ca
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ publish/

# NuGet Packages Directory
packages/*
*.nupkg
## TODO: If the tool you use requires repositories.config
## uncomment the next line
#!packages/repositories.config
Expand Down
5 changes: 3 additions & 2 deletions SharpSapRfc.Plain.x64.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
<title>Sharp SAP RFC - RFC Interface x64</title>
<authors>goenning</authors>
<owners>goenning</owners>
<description>Easy to use, powerful, managed code for SAP RFC calls</description>
<licenseUrl>https://github.com/goenning/SharpSapRfc/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/goenning/SharpSapRfc</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
<summary>
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>
</summary>
<tags>sap rfc nco</tags>
<dependencies>
<group targetFramework=".NETFramework4.0">
Expand Down
5 changes: 3 additions & 2 deletions SharpSapRfc.Plain.x86.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
<title>Sharp SAP RFC - RFC Interface x86</title>
<authors>goenning</authors>
<owners>goenning</owners>
<description>Easy to use, powerful, managed code for SAP RFC calls</description>
<licenseUrl>https://github.com/goenning/SharpSapRfc/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/goenning/SharpSapRfc</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
<summary>
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>
</summary>
<tags>sap rfc nco</tags>
<dependencies>
<group targetFramework=".NETFramework4.0">
Expand Down
5 changes: 3 additions & 2 deletions SharpSapRfc.Soap.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
<title>Sharp SAP RFC - SOAP Interface</title>
<authors>goenning</authors>
<owners>goenning</owners>
<description>Easy to use, powerful, managed code for SAP RFC calls</description>
<licenseUrl>https://github.com/goenning/SharpSapRfc/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/goenning/SharpSapRfc</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
<summary>
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>
</summary>
<tags>sap rfc nco</tags>
<dependencies>
<group targetFramework=".NETFramework4.0">
Expand Down
11 changes: 6 additions & 5 deletions SharpSapRfc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,21 @@
<title>Sharp SAP RFC</title>
<authors>goenning</authors>
<owners>goenning</owners>
<description>Easy to use, powerful, managed code for SAP RFC calls</description>
<licenseUrl>https://github.com/goenning/SharpSapRfc/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/goenning/SharpSapRfc</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
<summary>
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>
</summary>
<tags>sap rfc nco</tags>
<dependencies>
<group targetFramework=".NETFramework4.0" />
</dependencies>
<files>
<file src="bin\Release\SharpSapRfc.dll" target="lib\net40" />
</files>
</metadata>
<files>
<file src="bin\Release\SharpSapRfc.dll" target="lib\net40" />
</files>
</package>

0 comments on commit 2b707ca

Please sign in to comment.