We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51223e3 commit 19cd0faCopy full SHA for 19cd0fa
src/Twilio/Properties/AssemblyInfo.cs
@@ -10,5 +10,5 @@
10
11
internal class AssemblyInfomation
12
{
13
- public const string AssemblyInformationalVersion = "6.0.0-rc.2";
+ public const string AssemblyInformationalVersion = "6.0.0-rc.3";
14
}
src/Twilio/Twilio.csproj
@@ -8,7 +8,7 @@
8
<AssemblyTitle>Twilio</AssemblyTitle>
9
<NeutralLanguage>en-US</NeutralLanguage>
<VersionPrefix>6.0.0</VersionPrefix>
- <VersionSuffix>rc.2</VersionSuffix>
+ <VersionSuffix>rc.3</VersionSuffix>
<Authors>Twilio</Authors>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
0 commit comments