-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #212 from EasyPost/v2.8.1
chore: prepare v2.8.1 for release
- Loading branch information
Showing
34 changed files
with
63 additions
and
42,439 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,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>2.8.0</version> | ||
<authors>EasyPost</authors> | ||
<owners>EasyPost</owners> | ||
<projectUrl>http://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> | ||
<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> | ||
<metadata> | ||
<id>EasyPost-Official</id> | ||
<title>EasyPost (Official)</title> | ||
<version>2.8.1</version> | ||
<authors>EasyPost</authors> | ||
<owners>EasyPost</owners> | ||
<projectUrl>http://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> | ||
<dependencies> | ||
<group targetFramework="net35"> | ||
<dependency id="Newtonsoft.Json" version="11.0.2" /> | ||
<dependency id="RestSharpSigned" version="105.2.3" /> | ||
</group> | ||
<group targetFramework="net40"> | ||
<dependency id="Newtonsoft.Json" version="11.0.2" /> | ||
<dependency id="RestSharpSigned" version="105.2.3" /> | ||
</group> | ||
<group targetFramework="net45"> | ||
<dependency id="Newtonsoft.Json" version="11.0.2" /> | ||
<dependency id="RestSharp" version="106.4.2" /> | ||
</group> | ||
<group targetFramework="netcoreapp2.0"> | ||
<dependency id="Newtonsoft.Json" version="11.0.2" /> | ||
<dependency id="RestSharp" version="106.4.2" /> | ||
</group> | ||
<group targetFramework="netcoreapp3.1"> | ||
<dependency id="Newtonsoft.Json" version="11.0.2" /> | ||
<dependency id="RestSharp" version="106.4.2" /> | ||
</group> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="lib\net35\EasyPost.Net35.dll" target="lib\net35" /> | ||
<file src="lib\net35\EasyPost.Net35.xml" target="lib\net35" /> | ||
<file src="lib\net40\EasyPost.Net40.dll" target="lib\net40" /> | ||
<file src="lib\net40\EasyPost.Net40.xml" target="lib\net40" /> | ||
<file src="lib\net45\EasyPost.dll" target="lib\net45" /> | ||
<file src="lib\net45\EasyPost.xml" target="lib\net45" /> | ||
<file src="lib\netcoreapp2.0\netcoreapp2.0\EasyPost.NetCore20.dll" target="lib\netcoreapp2.0" /> | ||
<file src="lib\netcoreapp2.0\EasyPost.NetCore20.xml" target="lib\netcoreapp2.0" /> | ||
<file src="lib\netcoreapp3.1\netcoreapp3.1\EasyPost.NetCore31.dll" target="lib\netcoreapp3.1" /> | ||
<file src="lib\netcoreapp3.1\EasyPost.NetCore31.xml" target="lib\netcoreapp3.1" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,6 @@ | ||
using System.Reflection; | ||
|
||
// Version information for an assembly consists of the following four values: | ||
// | ||
// Major Version | ||
// Minor Version | ||
// Build Number | ||
// Revision | ||
// | ||
// You can specify all the values or you can default the Build and Revision Numbers | ||
// by using the '*' as shown below: | ||
// [assembly: AssemblyVersion("1.0.*")] | ||
[assembly: AssemblyVersion("1.0.0.0")] | ||
[assembly: AssemblyFileVersion("2.8.0")] | ||
[assembly: AssemblyInformationalVersion("2.8.0")] | ||
// Version information for an assembly must follow semantic versioning | ||
[assembly: AssemblyVersion("2.8.1")] | ||
[assembly: AssemblyFileVersion("2.8.1")] | ||
[assembly: AssemblyInformationalVersion("2.8.1")] |
Oops, something went wrong.