File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed
Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11twilio-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**
Original file line number Diff line number Diff line change 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
1313Support for JSON payloads has been added in the request body
1414
Original file line number Diff line number Diff line change 1010
1111internal class AssemblyInfomation
1212{
13- public const string AssemblyInformationalVersion = "7.0.0-rc.3 " ;
13+ public const string AssemblyInformationalVersion = "7.0.0-rc.4 " ;
1414}
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments