Skip to content

Commit 95fcffb

Browse files
committed
chore: rc release
1 parent ddbb09e commit 95fcffb

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
twilio-csharp Changelog
22
=======================
33

4+
[2023-11-06] Version 7.0.0-rc.4
5+
- Docker push
6+
47
[2023-09-21] Version 6.14.0
58
---------------------------
69
**Library - Chore**

UPGRADE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
_`MAJOR` version bumps will have upgrade notes posted here._
44

5-
[2023-10-XX] 6.x.x to 7.x.x
5+
[2023-10-XX] 6.x.x to 7.0.0-rc.x
66
--------------------------------
77
### Overview
88

9-
#### Twilio Csharp Helper Library’s major version 7.0.0 is now available.
10-
#### The Csharp Helper Library version 7.0.0 includes a breaking change related to .NET support.
11-
#### We ensured that you can upgrade to Csharp helper Library 7.0.0 version without any api breaking changes
9+
#### Twilio Csharp Helper Library’s major version 7.0.0-rc.x is now available.
10+
#### The Csharp Helper Library version 7.0.0-rc.x includes a breaking change related to .NET support.
11+
#### We ensured that you can upgrade to Csharp helper Library 7.0.0-rc.x version without any api breaking changes
1212

1313
Support for JSON payloads has been added in the request body
1414

src/Twilio/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010

1111
internal class AssemblyInfomation
1212
{
13-
public const string AssemblyInformationalVersion = "7.0.0-rc.3";
13+
public const string AssemblyInformationalVersion = "7.0.0-rc.4";
1414
}

src/Twilio/Twilio.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<AssemblyTitle>Twilio</AssemblyTitle>
1111
<NeutralLanguage>en-US</NeutralLanguage>
1212
<VersionPrefix>7.0.0</VersionPrefix>
13-
<VersionSuffix>rc.3</VersionSuffix>
13+
<VersionSuffix>rc.4</VersionSuffix>
1414
<Authors>Twilio</Authors>
1515
<NoWarn>CS1587;CS1591;CS1570;CS1573;CS1572;CS8618;CS8603;CS8625;CS8604;CS8765</NoWarn>
1616
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>

0 commit comments

Comments
 (0)