Skip to content

Commit 9952a96

Browse files
committed
Bump version to 34.26.0
1 parent a40f098 commit 9952a96

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+
## 34.26.0 - 2020-02-24
4+
* [#1928](https://github.com/stripe/stripe-dotnet/pull/1928) Add support for listing Checkout `Session` and passing tax rate information
5+
36
## 34.25.0 - 2020-02-21
47
* [#1926](https://github.com/stripe/stripe-dotnet/pull/1926) Add support for `ProrationBehavior` on `SubscriptionSchedule`
58
* [#1927](https://github.com/stripe/stripe-dotnet/pull/1927) Add support for `Timezone` on `ReportRun`

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
34.25.0
1+
34.26.0

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 34.25.0.{build}
1+
version: 34.26.0.{build}
22
image: Visual Studio 2019
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>34.25.0</VersionPrefix>
8-
<Version>34.25.0</Version>
7+
<VersionPrefix>34.26.0</VersionPrefix>
8+
<Version>34.26.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)