Skip to content

Commit b7bbde3

Browse files
committed
Bump version to 27.10.0
1 parent 5d27113 commit b7bbde3

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 27.10.0 - 2019-07-09
4+
* [#1696](https://github.com/stripe/stripe-dotnet/pull/1696) Add support for `Confirm` and `ReturnUrl` on `SetupIntent` creation
5+
36
## 27.9.1 - 2019-07-09
47
* [#1702](https://github.com/stripe/stripe-dotnet/pull/1702) Don't create `AnyOf` instances with null values
58

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
27.9.1
1+
27.10.0

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 27.9.1.{build}
1+
version: 27.10.0.{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>27.9.1</VersionPrefix>
8-
<Version>27.9.1</Version>
7+
<VersionPrefix>27.10.0</VersionPrefix>
8+
<Version>27.10.0</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)