File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ twilio-csharp Changelog
22=======================
33
44
5+ [ 2017-03-21] Version 5.1.2-alpha1
6+ --------------------------
7+ - Add ` Equals ` and ` GetHashCode ` to ` StringEnum `
8+
9+
510[ 2017-03-09] Version 5.1.1-alpha1
611--------------------------
712 - Fix bug in reading ` AvailablePhoneNumbers `
Original file line number Diff line number Diff line change 1414
1515internal class AssemblyInfomation
1616{
17- public const string AssemblyInformationalVersion = "5.1.1 -alpha1" ;
17+ public const string AssemblyInformationalVersion = "5.1.2 -alpha1" ;
1818}
Original file line number Diff line number Diff line change 77 <Copyright >Copyright © Twilio</Copyright >
88 <AssemblyTitle >Twilio</AssemblyTitle >
99 <NeutralLanguage >en-US</NeutralLanguage >
10- <VersionPrefix >5.1.1 </VersionPrefix >
10+ <VersionPrefix >5.1.2 </VersionPrefix >
1111 <VersionSuffix >alpha1</VersionSuffix >
1212 <Authors >Twilio</Authors >
1313 <NoWarn >$(NoWarn);CS1591</NoWarn >
You can’t perform that action at this time.
0 commit comments