diff --git a/build/Stripe.net.nuspec b/build/Stripe.net.nuspec index 2e62e47a5c..7ddf4bdd9a 100644 --- a/build/Stripe.net.nuspec +++ b/build/Stripe.net.nuspec @@ -2,7 +2,7 @@ Stripe.net - 6.1.1 + 6.2.0 Jayme Davis Jayme Davis false diff --git a/readme.md b/readme.md index 8ad0a100e0..df45b967a0 100644 --- a/readme.md +++ b/readme.md @@ -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. diff --git a/src/SharedAssemblyInfo.cs b/src/SharedAssemblyInfo.cs index ff99ea9ec7..c81a650ab4 100644 --- a/src/SharedAssemblyInfo.cs +++ b/src/SharedAssemblyInfo.cs @@ -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")]