Skip to content

Commit

Permalink
Release 7.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Oct 19, 2023
1 parent 293717e commit e2ed347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Twilio/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@

internal class AssemblyInfomation
{
public const string AssemblyInformationalVersion = "7.0.0-rc.1";
public const string AssemblyInformationalVersion = "7.0.0-rc.2";
}
2 changes: 1 addition & 1 deletion src/Twilio/Twilio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AssemblyTitle>Twilio</AssemblyTitle>
<NeutralLanguage>en-US</NeutralLanguage>
<VersionPrefix>7.0.0</VersionPrefix>
<VersionSuffix>rc.1</VersionSuffix>
<VersionSuffix>rc.2</VersionSuffix>
<Authors>Twilio</Authors>
<NoWarn>CS1587;CS1591;CS1570;CS1573;CS1572;CS8618;CS8603;CS8625;CS8604;CS8765</NoWarn>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
Expand Down

0 comments on commit e2ed347

Please sign in to comment.