Skip to content

Commit

Permalink
Bump to version 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jingming committed Feb 24, 2017
1 parent 36280d5 commit 516aec1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
twilio-csharp Changelog
=======================

[2017-02-09] Version 5.0.0

[2017-02-24] Version 5.0.1
--------------------------
- URL encode all parameters
- Remove erroneous JWT header in .NET 3.5


[2017-02-21] Version 5.0.0
--------------------------
**New Major Version**

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.0.0";
public const string AssemblyInformationalVersion = "5.0.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.0.0</VersionPrefix>
<VersionPrefix>5.0.1</VersionPrefix>
<Authors>Twilio</Authors>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand Down

0 comments on commit 516aec1

Please sign in to comment.