Skip to content

Commit

Permalink
Bump version to 35.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Apr 3, 2020
1 parent e5e91f6 commit d8a5d15
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog

## 35.12.0 - 2020-04-03
* [#1978](https://github.com/stripe/stripe-dotnet/pull/1978) Add `CalculatedStatementDescriptor` on `Charge`

## 35.11.1 - 2020-03-31
* [#1976](https://github.com/stripe/stripe-dotnet/pull/1976) Remove System.Linq.Async dependency

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
35.11.1
35.12.0
2 changes: 1 addition & 1 deletion appveyor.yml
@@ -1,4 +1,4 @@
version: 35.11.1.{build}
version: 35.12.0.{build}
image: Visual Studio 2019

environment:
Expand Down
4 changes: 2 additions & 2 deletions src/Stripe.net/Stripe.net.csproj
Expand Up @@ -4,8 +4,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>35.11.1</VersionPrefix>
<Version>35.11.1</Version>
<VersionPrefix>35.12.0</VersionPrefix>
<Version>35.12.0</Version>
<LangVersion>8</LangVersion>
<Authors>Stripe, Jayme Davis</Authors>
<TargetFrameworks>netstandard2.0;net461;net45</TargetFrameworks>
Expand Down

0 comments on commit d8a5d15

Please sign in to comment.