Skip to content

Commit

Permalink
v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nozzlegear committed Jun 10, 2016
1 parent 10d1947 commit 1df4c8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ShopifySharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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("2.1.2.0")]
[assembly: AssemblyFileVersion("2.1.2.0")]
[assembly: AssemblyVersion("2.1.3.0")]
[assembly: AssemblyFileVersion("2.1.3.0")]
4 changes: 4 additions & 0 deletions ShopifySharp/ShopifySharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>ShopifySharp is a .NET library that enables you to authenticate and make API calls to Shopify.</description>
<releaseNotes>
2.1.3
=====
- Bugfix: `ShopifyOrder.TotalWeight` is now a long number. #56.

2.1.2
=====
- New `ShopifyLineItem.Properties` property. #55.
Expand Down

0 comments on commit 1df4c8b

Please sign in to comment.