-
Notifications
You must be signed in to change notification settings - Fork 74
/
EasyPost.nuspec
49 lines (49 loc) · 2.43 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
44
45
46
47
48
49
<?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>6.8.1</version>
<authors>EasyPost</authors>
<owners>EasyPost</owners>
<projectUrl>https://www.easypost.com</projectUrl>
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>EasyPost Shipping API Client Library for .NET https://easypost.com/docs</description>
<tags>EasyPost ShippingAPI USPS UPS FedEx</tags>
<readme>docs\README.md</readme>
<releaseNotes>See Release Notes at https://github.com/EasyPost/easypost-csharp/releases</releaseNotes>
<icon>images\icon.png</icon>
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="Newtonsoft.Json" version="[13.0.1, 14.0.0)" />
</group>
<group targetFramework="net5.0">
<dependency id="Newtonsoft.Json" version="[13.0.1, 14.0.0)" />
</group>
<group targetFramework="net6.0">
<dependency id="Newtonsoft.Json" version="[13.0.1, 14.0.0)" />
</group>
<group targetFramework="net7.0">
<dependency id="Newtonsoft.Json" version="[13.0.1, 14.0.0)" />
</group>
<group targetFramework="net8.0">
<dependency id="Newtonsoft.Json" version="[13.0.1, 14.0.0)" />
</group>
</dependencies>
</metadata>
<files>
<file src="lib\net\netstandard2.0\EasyPost.dll" target="lib\netstandard2.0" />
<file src="lib\net\netstandard2.0\EasyPost.XML" target="lib\netstandard2.0" />
<file src="lib\net\net5.0\EasyPost.dll" target="lib\net5.0" />
<file src="lib\net\net5.0\EasyPost.XML" target="lib\net5.0" />
<file src="lib\net\net6.0\EasyPost.dll" target="lib\net6.0" />
<file src="lib\net\net6.0\EasyPost.XML" target="lib\net6.0" />
<file src="lib\net\net7.0\EasyPost.dll" target="lib\net7.0" />
<file src="lib\net\net7.0\EasyPost.XML" target="lib\net7.0" />
<file src="lib\net\net8.0\EasyPost.dll" target="lib\net8.0" />
<file src="lib\net\net8.0\EasyPost.XML" target="lib\net8.0" />
<file src="README.md" target="docs\" />
<file src="icon.png" target="images\" />
</files>
</package>