Skip to content

Commit

Permalink
:shipit: v11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Oct 10, 2017
1 parent d62a300 commit c260632
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
11.0.0 2017-10-10
[#1007] Add support for Apple Pay Domain resource
[#1018] Add event constants `ChargeRefundUpdated` and `InvoiceUpcoming`
[#1019] Add `StripeChargeCaptureOptions` and use it for charge capture
[#1022] Add support for SKUs
[#1025] Add `Discountable` for `StripeInvoiceLineItem`
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 10.4.0.{build}
version: 11.0.0.{build}
image: Visual Studio 2017

environment:
Expand Down
4 changes: 2 additions & 2 deletions src/Stripe.net/Stripe.net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<Description>Stripe.net is a sync/async .NET 4.5+ client, and a portable class library for the Stripe API. (Official Library)</Description>
<AssemblyTitle>Stripe.net</AssemblyTitle>
<VersionPrefix>10.4.0</VersionPrefix>
<Version>10.4.0</Version>
<VersionPrefix>11.0.0</VersionPrefix>
<Version>11.0.0</Version>
<Authors>Stripe, Jayme Davis</Authors>
<TargetFrameworks>netstandard1.2;net45</TargetFrameworks>
<AssemblyName>Stripe.net</AssemblyName>
Expand Down

0 comments on commit c260632

Please sign in to comment.