-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathSharpSapRfc.Plain.x86.nuspec
More file actions
28 lines (27 loc) · 1.22 KB
/
SharpSapRfc.Plain.x86.nuspec
File metadata and controls
28 lines (27 loc) · 1.22 KB
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.x86</id>
<version>2.0.10</version>
<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>
<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\x86\Release\SharpSapRfc.Plain.dll" target="lib\net40" />
</files>
</package>