Skip to content

Commit

Permalink
bumped version. async is now supported! major thanks to @marydavis fo…
Browse files Browse the repository at this point in the history
…r doing all the hard work in this release.
  • Loading branch information
jaymedavis committed Apr 3, 2016
1 parent 99813f5 commit 271a61d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Stripe.net.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Stripe.net</id>
<version>6.1.1</version>
<version>6.2.0</version>
<authors>Jayme Davis</authors>
<owners>Jayme Davis</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
![Stripe](https://stripe.com/img/navigation/logo.png?2)

Async is now supported for .NET 4.5+. All of the examples below still apply (method signatures are the same names + Async: GetAsync, ListAsync, etc).
A documentation update is overdue (this readme is quite large!), and using async will be documented in greater detail at that time. There are some cool changes
coming with regards to documentation. :)

Let me know if you run into any issues. Enjoy!

**Release: 6.0.0**
Stripe.net now supports .NET 4.5+ and is a portable class library. UWP, .NET Core, Windows 8, WindowsPhone 8.0+, and Xamarin are now supported.

Expand Down
2 changes: 1 addition & 1 deletion src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
[assembly: AssemblyCompany("Jayme Davis")]
[assembly: AssemblyProduct("Stripe.net")]
[assembly: AssemblyCopyright("Copyright (C) Jayme Davis 2016")]
[assembly: AssemblyVersion("6.1.1")]
[assembly: AssemblyVersion("6.2.0")]

0 comments on commit 271a61d

Please sign in to comment.