Skip to content

Commit 4ba693c

Browse files
committed
Bump version to 25.7.1
1 parent 312bc4e commit 4ba693c

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 25.7.1 - 2019-04-16
4+
* [#1582](https://github.com/stripe/stripe-dotnet/pull/1582) Fix `AuthorizationResponseCode` and `CardholderVerificationMethod` on `ChargePaymentMethodDetailsCardPresentReceipt` to be `string` instead of `long`
5+
* [#1583](https://github.com/stripe/stripe-dotnet/pull/1583) Fix `BillingDetailsOptions` to support `Email`, `Name` and `Phone` and remove the other invalid properties for `PaymentMethod` create and update
6+
37
## 25.7.0 - 2019-04-15
48
* [#1580](https://github.com/stripe/stripe-dotnet/pull/1580) Make `payment_intent` on `Invoice` expandable instead of being auto-expanded
59

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25.7.0
1+
25.7.1

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 25.7.0.{build}
1+
version: 25.7.1.{build}
22
image: Visual Studio 2017
33

44
environment:

src/Stripe.net/Stripe.net.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<PropertyGroup>
55
<Description>Stripe.net is a sync/async .NET 4.5+ client, and a portable class library for the Stripe API. (Official Library)</Description>
66
<AssemblyTitle>Stripe.net</AssemblyTitle>
7-
<VersionPrefix>25.7.0</VersionPrefix>
8-
<Version>25.7.0</Version>
7+
<VersionPrefix>25.7.1</VersionPrefix>
8+
<Version>25.7.1</Version>
99
<Authors>Stripe, Jayme Davis</Authors>
1010
<TargetFrameworks>netstandard1.2;netstandard2.0;net45</TargetFrameworks>
1111
<AssemblyName>Stripe.net</AssemblyName>

0 commit comments

Comments
 (0)