forked from goenning/SharpSapRfc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSharpSapRfc.nuspec
More file actions
26 lines (25 loc) · 1.05 KB
/
SharpSapRfc.nuspec
File metadata and controls
26 lines (25 loc) · 1.05 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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>SharpSapRfc</id>
<version>2.0.11</version>
<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>
<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
</summary>
<tags>sap rfc nco</tags>
<dependencies>
<group targetFramework=".NETFramework4.0" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\SharpSapRfc.dll" target="lib\net40" />
</files>
</package>