-
Notifications
You must be signed in to change notification settings - Fork 27
/
SharpSapRfc.Plain.x64.nuspec
28 lines (27 loc) · 1.22 KB
/
SharpSapRfc.Plain.x64.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>SharpSapRfc.Plain.x64</id>
<version>2.0.10</version>
<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>
<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
</summary>
<tags>sap rfc nco</tags>
<dependencies>
<group targetFramework=".NETFramework4.0">
<dependency id="SharpSapRfc" version="2.0.10" />
</group>
</dependencies>
</metadata>
<files>
<file src="bin\x64\Release\SharpSapRfc.Plain.dll" target="lib\net40" />
</files>
</package>