Commit 9ff3125 1 parent a72930e commit 9ff3125 Copy full SHA for 9ff3125
File tree 4 files changed +10
-4
lines changed
4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 37.13.0 - 2020-06-23
4
+ * [ #2086 ] ( https://github.com/stripe/stripe-dotnet/pull/2086 ) Add support for ` Discounts ` on ` LineItem `
5
+ * [ #2087 ] ( https://github.com/stripe/stripe-dotnet/pull/2087 ) Add support for ` ShippingDelay ` on ` Source ` for Klarna
6
+ * [ #2088 ] ( https://github.com/stripe/stripe-dotnet/pull/2088 ) Add missing values in ` FilePurpose `
7
+ * [ #2085 ] ( https://github.com/stripe/stripe-dotnet/pull/2085 ) Fixed typo in ` SessionSubscriptionDataOptions `
8
+
3
9
## 37.12.0 - 2020-06-22
4
10
* [ #2083 ] ( https://github.com/stripe/stripe-dotnet/pull/2083 ) Add ` SubscriptionStartDate ` to the Upcoming Invoice API
5
11
* [ #2082 ] ( https://github.com/stripe/stripe-dotnet/pull/2082 ) Add support for ` Price ` on Upcoming Invoice API
Original file line number Diff line number Diff line change 1
- 37.12 .0
1
+ 37.13 .0
Original file line number Diff line number Diff line change 1
- version : 37.12 .0.{build}
1
+ version : 37.13 .0.{build}
2
2
image : Visual Studio 2019
3
3
4
4
environment :
Original file line number Diff line number Diff line change 4
4
<PropertyGroup >
5
5
<Description >Stripe.net is a sync/async .NET 4.5+ client, and a portable class library for the Stripe API. (Official Library)</Description >
6
6
<AssemblyTitle >Stripe.net</AssemblyTitle >
7
- <VersionPrefix >37.12 .0</VersionPrefix >
8
- <Version >37.12 .0</Version >
7
+ <VersionPrefix >37.13 .0</VersionPrefix >
8
+ <Version >37.13 .0</Version >
9
9
<LangVersion >8</LangVersion >
10
10
<Authors >Stripe, Jayme Davis</Authors >
11
11
<TargetFrameworks >netstandard2.0;net461;net45</TargetFrameworks >
You can’t perform that action at this time.
0 commit comments