Skip to content

Commit

Permalink
1.4.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Harms committed Sep 12, 2015
1 parent d6a1c20 commit 4abe60b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ShopifySharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ShopifySharp")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyCopyright("Copyright © Nozzlegear Software 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -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("1.3.6.0")]
[assembly: AssemblyVersion("1.4.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
6 changes: 5 additions & 1 deletion ShopifySharp/ShopifySharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@
<title>ShopifySharp</title>
<authors>Nozzlegear Software</authors>
<owners>Nozzlegear Software</owners>
<licenseUrl>https://github.com/nozzlegear/ShopifySharp/blob/master/LICENSE</licenseUrl>
<licenseUrl>https://raw.githubusercontent.com/nozzlegear/ShopifySharp/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/nozzlegear/shopifysharp</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>ShopifySharp is a .NET library that enables you to authenticate and make API calls to Shopify.</description>
<releaseNotes>
1.4.0
=====
- New feature: ShopifyRecurringChargeService. Create, retrieve, list, activate and delete recurring application charges.

1.3.6
=====
- Bugfix: ShopifyAuthorizationService.IsAuthenticWebhook disposed the input stream when it should not have.
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ShopifySharp: A .NET library for Shopify.
# ShopifySharp: A .NET library for Shopify.

ShopifySharp is a .NET library that enables you to authenticate and make API calls to Shopify. It's great for building custom Shopify Apps using C# and .NET. You can quickly and easily get up and running with Shopify using this library.

Expand All @@ -10,7 +10,7 @@ ShopifySharp is a .NET library that enables you to authenticate and make API cal

Currently, the only other .NET library for Shopify is [Shopify.net](https://github.com/cmcdonaldca/shopify.net), which hasn't been updated in over 3 years and requires that you know the exact URL paths of the Shopify API, along with creating your own entity classes for each resource. That's why I'm building ShopifySharp — .NET developers need a fully-featured library for interacting with Shopify and building Shopify apps.

With that said, this library is brand new. It currently only supports **OAuth authentication**, the **Customers** resource, the **Orders** resource, the **Webhooks** resource, and the **Shop** resource. More functionality will be added each week until it reachs full parity with Shopify's REST API.
With that said, this library is brand new. It currently only supports **OAuth authentication**, the **billing** API, the **Customers** resource, the **Orders** resource, the **Webhooks** resource, and the **Shop** resource. More functionality will be added each week until it reachs full parity with Shopify's REST API.

![imgur](http://i.imgur.com/WJKJI9D.png)

Expand Down

0 comments on commit 4abe60b

Please sign in to comment.