File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
twilio-csharp Changelog
2
2
=======================
3
3
4
+ [ 2017-03-21] Version 5.1.1
5
+ --------------------------
6
+ - Add ` Equals ` and ` GetHashCode ` to ` StringEnum `
7
+
4
8
[ 2017-03-09] Version 5.1.0
5
9
--------------------------
6
10
- Fix bug with reading ` AvailablePhoneNumbers `
Original file line number Diff line number Diff line change 14
14
15
15
internal class AssemblyInfomation
16
16
{
17
- public const string AssemblyInformationalVersion = "5.1.0 " ;
17
+ public const string AssemblyInformationalVersion = "5.1.1 " ;
18
18
}
Original file line number Diff line number Diff line change 7
7
<Copyright >Copyright © Twilio</Copyright >
8
8
<AssemblyTitle >Twilio</AssemblyTitle >
9
9
<NeutralLanguage >en-US</NeutralLanguage >
10
- <VersionPrefix >5.1.0 </VersionPrefix >
10
+ <VersionPrefix >5.1.1 </VersionPrefix >
11
11
<Authors >Twilio</Authors >
12
12
<NoWarn >$(NoWarn);CS1591</NoWarn >
13
13
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
You can’t perform that action at this time.
0 commit comments