Skip to content

Commit 64cb2a6

Browse files
committed
Bump to version 5.1.2-alpha1
1 parent 5e0771e commit 64cb2a6

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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`

src/Twilio/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
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.1-alpha1";
17+
public const string AssemblyInformationalVersion = "5.1.2-alpha1";
1818
}

src/Twilio/Twilio.csproj

Lines changed: 1 addition & 1 deletion
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.1</VersionPrefix>
10+
<VersionPrefix>5.1.2</VersionPrefix>
1111
<VersionSuffix>alpha1</VersionSuffix>
1212
<Authors>Twilio</Authors>
1313
<NoWarn>$(NoWarn);CS1591</NoWarn>

0 commit comments

Comments
 (0)