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