Skip to content

Commit

Permalink
Merge pull request #212 from EasyPost/v2.8.1
Browse files Browse the repository at this point in the history
chore: prepare v2.8.1 for release
  • Loading branch information
Justintime50 authored Feb 17, 2022
2 parents e1e5b98 + 80e1f24 commit 90bd85d
Show file tree
Hide file tree
Showing 34 changed files with 63 additions and 42,439 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
*.sln.docstates

# Build results

[Dd]ebug/
[Rr]elease/
x64/
build/
[Bb]in/
[Oo]bj/
packages/
[Ll]ib/

# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
!packages/*/build/
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# CHANGELOG

## v2.8.1 (2022-02-17)

* Repackaged the project which contains all the changes made from `2.6.0` - `2.8.0`
* Added .NET Core 3.1 in the package (was previously built but not packaged starting in `2.6.0`)

## v2.8.0 (2022-02-16)

**NOTE:** This release does not contain these changes due to an error in how it was packaged and released. Please use `v2.8.1` or newer.

* Adds the missing Insurance object and associated actions (closes #47)
* Adds support for updating a user's brand
* Adds support to one-call buy shipments and orders via the `service` key
Expand All @@ -19,10 +26,14 @@

## v2.7.0 (2021-11-24)

**NOTE:** This release does not contain these changes due to an error in how it was packaged and released. Please use `v2.8.1` or newer.

* Adds support for tax identifiers (PR #181)

## v2.6.0 (2021-11-03)

**NOTE:** This release does not contain these changes due to an error in how it was packaged and released. Please use `v2.8.1` or newer.

* Adds missing `commercial_invoice_letterhead` option (closes #142)
* Adds missing `license_number` option
* Adds missing `receiver_liquor_license` option
Expand All @@ -31,6 +42,7 @@
* Updates various information in the README related to thread-safety, examples, releasing, etc
* Adds all missing dates and versions to the CHANGELOG
* Bumps RestSharp from 106.4.2 to 106.13.0
* Adds support for .NET Core 3.1
* Includes SmartRate handling.
* Updated Code Signing Identity.

Expand Down
86 changes: 46 additions & 40 deletions EasyPost.nuspec
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>
17 changes: 4 additions & 13 deletions EasyPost/VersionInfo.cs
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")]
Loading

0 comments on commit 90bd85d

Please sign in to comment.