Skip to content

Commit cd30f4c

Browse files
committed
Bump version to 19.10.0
1 parent 0216ea4 commit cd30f4c

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+
## 19.10.0 - 2018-10-09
4+
* [#1327](https://github.com/stripe/stripe-dotnet/pull/1327) Add `TransferGroup` to `StripeChargeUpdateOptions`
5+
36
## 19.9.2 - 2018-09-28
47
* [#1297](https://github.com/stripe/stripe-dotnet/pull/1297) Add .NET Standard 2.0 target
58

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19.9.2
1+
19.10.0

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 19.9.2.{build}
1+
version: 19.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
@@ -3,8 +3,8 @@
33
<PropertyGroup>
44
<Description>Stripe.net is a sync/async .NET 4.5+ client, and a portable class library for the Stripe API. (Official Library)</Description>
55
<AssemblyTitle>Stripe.net</AssemblyTitle>
6-
<VersionPrefix>19.9.2</VersionPrefix>
7-
<Version>19.9.2</Version>
6+
<VersionPrefix>19.10.0</VersionPrefix>
7+
<Version>19.10.0</Version>
88
<Authors>Stripe, Jayme Davis</Authors>
99
<TargetFrameworks>netstandard1.2;netstandard2.0;net45</TargetFrameworks>
1010
<AssemblyName>Stripe.net</AssemblyName>

0 commit comments

Comments
 (0)