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 52fbb3c commit bef7596Copy full SHA for bef7596
src/Twilio/Properties/AssemblyInfo.cs
@@ -10,5 +10,5 @@
10
11
internal class AssemblyInfomation
12
{
13
- public const string AssemblyInformationalVersion = "5.6.2";
+ public const string AssemblyInformationalVersion = "5.6.3";
14
}
src/Twilio/Twilio.csproj
@@ -7,7 +7,7 @@
7
<Copyright>Copyright © Twilio</Copyright>
8
<AssemblyTitle>Twilio</AssemblyTitle>
9
<NeutralLanguage>en-US</NeutralLanguage>
- <VersionPrefix>5.6.2</VersionPrefix>
+ <VersionPrefix>5.6.3</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Authors>Twilio</Authors>
<NoWarn>$(NoWarn);CS1591</NoWarn>
@@ -43,4 +43,4 @@
43
<Reference Include="System.Web" />
44
<PackageReference Include="JWT" Version="1.3.4" />
45
</ItemGroup>
46
-</Project>
+</Project>
0 commit comments