Skip to content

Commit bbfbc48

Browse files
Bump version to 47.5.0-beta.1
1 parent d442519 commit bbfbc48

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
## 47.5.0-beta.1 - 2025-03-18
4+
* [#3062](https://github.com/stripe/stripe-dotnet/pull/3062) Beta SDK updates between Open API versions 1473 and 1505
5+
6+
* Add support for `SucceedInputCollection` and `TimeoutInputCollection` test helper methods on resource `Terminal.Reader`
7+
* Add support for `TargetDate` on `OrderPaymentSettingsPaymentMethodOptionsAcssDebitOptions`, `OrderPaymentSettingsPaymentMethodOptionsAcssDebit`, `OrderPaymentSettingsPaymentMethodOptionsSepaDebitOptions`, and `OrderPaymentSettingsPaymentMethodOptionsSepaDebit`
8+
39
## 47.4.0-beta.1 - 2025-02-07
410
* [#3049](https://github.com/stripe/stripe-dotnet/pull/3049) Update generated code for beta
511
* Add support for `RejectedReason` on `AccountRiskControls`

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
47.4.0-beta.1
1+
47.5.0-beta.1

src/Stripe.net/Constants/Version.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ namespace Stripe
22
{
33
internal class Version
44
{
5-
public const string Current = "47.4.0-beta.1";
5+
public const string Current = "47.5.0-beta.1";
66
}
77
}

src/Stripe.net/Stripe.net.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Stripe.net is a sync/async client and portable class library for the Stripe API, supporting .NET Standard 2.0+, .NET Core 3.1+, and .NET Framework 4.6.1+. (Official Library)</Description>
5-
<Version>47.4.0-beta.1</Version>
5+
<Version>47.5.0-beta.1</Version>
66
<LangVersion>8</LangVersion>
77
<Authors>Stripe, Jayme Davis</Authors>
88
<TargetFrameworks>net5.0;net6.0;net7.0;net8.0;netcoreapp3.1;netstandard2.0;net461</TargetFrameworks>

0 commit comments

Comments
 (0)