forked from EasyPost/easypost-csharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
EasyPost.nuspec
43 lines (43 loc) · 1.95 KB
/
EasyPost.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>EasyPost-Official</id>
<title>EasyPost (Official)</title>
<version>2.5.1.1</version>
<authors>EasyPost</authors>
<owners>EasyPost</owners>
<projectUrl>http://www.easypost.com</projectUrl>
<licenseUrl>https://github.com/EasyPost/easypost-csharp/blob/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>EasyPost Shipping API Client Library for .NET https://easypost.com/docs</description>
<tags>EasyPost ShippingAPI USPS UPS FedEx</tags>
<dependencies>
<group targetFramework="net45">
<dependency id="Newtonsoft.Json" version="11.0.2" />
<dependency id="RestSharp" version="106.4.2" />
</group>
<group targetFramework="net40">
<dependency id="Newtonsoft.Json" version="11.0.2" />
<dependency id="RestSharpSigned" version="105.2.3" />
</group>
<group targetFramework="net35">
<dependency id="Newtonsoft.Json" version="11.0.2" />
<dependency id="RestSharpSigned" version="105.2.3" />
</group>
<group targetFramework="netcoreapp2.0">
<dependency id="Newtonsoft.Json" version="11.0.2" />
<dependency id="RestSharp" version="106.4.2" />
</group>
</dependencies>
</metadata>
<files>
<file src="lib\net45\EasyPost.dll" target="lib\net45" />
<file src="lib\net45\EasyPost.xml" target="lib\net45" />
<file src="lib\net40\EasyPost.Net40.dll" target="lib\net40" />
<file src="lib\net40\EasyPost.Net40.xml" target="lib\net40" />
<file src="lib\net35\EasyPost.Net35.dll" target="lib\net35" />
<file src="lib\net35\EasyPost.Net35.xml" target="lib\net35" />
<file src="lib\netcoreapp2.0\EasyPost.NetCore20.dll" target="lib\netcoreapp2.0" />
<file src="lib\netcoreapp2.0\EasyPost.NetCore20.xml" target="lib\netcoreapp2.0" />
</files>
</package>