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 f5e2c4d commit 7d985a2Copy full SHA for 7d985a2
src/Twilio/Properties/AssemblyInfo.cs
@@ -14,5 +14,5 @@
14
15
internal class AssemblyInfomation
16
{
17
- public const string AssemblyInformationalVersion = "5.0.0";
+ public const string AssemblyInformationalVersion = "5.0.0-alpha1";
18
}
src/Twilio/Twilio.csproj
@@ -8,6 +8,7 @@
8
<AssemblyTitle>Twilio</AssemblyTitle>
9
<NeutralLanguage>en-US</NeutralLanguage>
10
<VersionPrefix>5.0.0</VersionPrefix>
11
+ <VersionSuffix>alpha1</VersionSuffix>
12
<Authors>Twilio</Authors>
13
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
0 commit comments