Skip to content

Commit 516aec1

Browse files
committed
Bump to version 5.0.1
1 parent 36280d5 commit 516aec1

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGES.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
twilio-csharp Changelog
22
=======================
33

4-
[2017-02-09] Version 5.0.0
4+
5+
[2017-02-24] Version 5.0.1
6+
--------------------------
7+
- URL encode all parameters
8+
- Remove erroneous JWT header in .NET 3.5
9+
10+
11+
[2017-02-21] Version 5.0.0
512
--------------------------
613
**New Major Version**
714

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.0.0";
17+
public const string AssemblyInformationalVersion = "5.0.1";
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.0.0</VersionPrefix>
10+
<VersionPrefix>5.0.1</VersionPrefix>
1111
<Authors>Twilio</Authors>
1212
<NoWarn>$(NoWarn);CS1591</NoWarn>
1313
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>

0 commit comments

Comments
 (0)