Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nozzlegear committed Apr 17, 2016
1 parent 3836097 commit 5c526ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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.0.1.0")]
[assembly: AssemblyVersion("2.0.2.0")]
[assembly: AssemblyFileVersion("2.0.0.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.0.2
======
- Bugfix: ShopifyProductVariant.Grams field could occasionally be null, throwing a deserialization exception. Null value now defaults to 0. #48

2.0.1
======
- Fixed a bug where ShopifySharp would throw an `ArgumentNullException` while trying to deserialize an empty response error from Shopify. #46
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ These generous people have contributed their own hard work and time to improving
- [ishahrier](https://github.com/ishahrier)
- [darkstar74](https://github.com/darkstar74)
- [Angel Arriaga](https://github.com/damazoarriaga)
- [Shaju Mohammed](https://github.com/shajumohamed)

Thank you!

Expand Down

0 comments on commit 5c526ca

Please sign in to comment.