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 2ff6152 commit 1db53faCopy full SHA for 1db53fa
src/Twilio/Properties/AssemblyInfo.cs
@@ -14,5 +14,5 @@
14
15
internal class AssemblyInfomation
16
{
17
- public const string AssemblyInformationalVersion = "5.3.0";
+ public const string AssemblyInformationalVersion = "5.4.0";
18
}
src/Twilio/Twilio.csproj
@@ -7,7 +7,7 @@
7
<Copyright>Copyright © Twilio</Copyright>
8
<AssemblyTitle>Twilio</AssemblyTitle>
9
<NeutralLanguage>en-US</NeutralLanguage>
10
- <Version>5.3.0</Version>
+ <Version>5.4.0</Version>
11
<Authors>Twilio</Authors>
12
<NoWarn>$(NoWarn);CS1591</NoWarn>
13
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
0 commit comments