Skip to content

Commit c8446f7

Browse files
committed
Bump to version 5.1.1
1 parent d44def9 commit c8446f7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
twilio-csharp Changelog
22
=======================
33

4+
[2017-03-21] Version 5.1.1
5+
--------------------------
6+
- Add `Equals` and `GetHashCode` to `StringEnum`
7+
48
[2017-03-09] Version 5.1.0
59
--------------------------
610
- Fix bug with reading `AvailablePhoneNumbers`

src/Twilio/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515
internal class AssemblyInfomation
1616
{
17-
public const string AssemblyInformationalVersion = "5.1.0";
17+
public const string AssemblyInformationalVersion = "5.1.1";
1818
}

src/Twilio/Twilio.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Copyright>Copyright © Twilio</Copyright>
88
<AssemblyTitle>Twilio</AssemblyTitle>
99
<NeutralLanguage>en-US</NeutralLanguage>
10-
<VersionPrefix>5.1.0</VersionPrefix>
10+
<VersionPrefix>5.1.1</VersionPrefix>
1111
<Authors>Twilio</Authors>
1212
<NoWarn>$(NoWarn);CS1591</NoWarn>
1313
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>

0 commit comments

Comments
 (0)