Skip to content

Commit

Permalink
Bump to version 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jingming committed Mar 21, 2017
1 parent d44def9 commit c8446f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
twilio-csharp Changelog
=======================

[2017-03-21] Version 5.1.1
--------------------------
- Add `Equals` and `GetHashCode` to `StringEnum`

[2017-03-09] Version 5.1.0
--------------------------
- Fix bug with reading `AvailablePhoneNumbers`
Expand Down
2 changes: 1 addition & 1 deletion src/Twilio/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@

internal class AssemblyInfomation
{
public const string AssemblyInformationalVersion = "5.1.0";
public const string AssemblyInformationalVersion = "5.1.1";
}
2 changes: 1 addition & 1 deletion src/Twilio/Twilio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Copyright>Copyright © Twilio</Copyright>
<AssemblyTitle>Twilio</AssemblyTitle>
<NeutralLanguage>en-US</NeutralLanguage>
<VersionPrefix>5.1.0</VersionPrefix>
<VersionPrefix>5.1.1</VersionPrefix>
<Authors>Twilio</Authors>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand Down

0 comments on commit c8446f7

Please sign in to comment.