From 516aec1103616999de827b66fa78c1e75b3c2d7a Mon Sep 17 00:00:00 2001 From: Jingming Niu Date: Thu, 23 Feb 2017 17:23:50 -0800 Subject: [PATCH] Bump to version 5.0.1 --- CHANGES.md | 9 ++++++++- src/Twilio/Properties/AssemblyInfo.cs | 2 +- src/Twilio/Twilio.csproj | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6cf4861b1..ac6c70eae 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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** diff --git a/src/Twilio/Properties/AssemblyInfo.cs b/src/Twilio/Properties/AssemblyInfo.cs index 549cb5247..1489b3544 100644 --- a/src/Twilio/Properties/AssemblyInfo.cs +++ b/src/Twilio/Properties/AssemblyInfo.cs @@ -14,5 +14,5 @@ internal class AssemblyInfomation { - public const string AssemblyInformationalVersion = "5.0.0"; + public const string AssemblyInformationalVersion = "5.0.1"; } \ No newline at end of file diff --git a/src/Twilio/Twilio.csproj b/src/Twilio/Twilio.csproj index 1e796bf66..beb448667 100644 --- a/src/Twilio/Twilio.csproj +++ b/src/Twilio/Twilio.csproj @@ -7,7 +7,7 @@ Copyright © Twilio Twilio en-US - 5.0.0 + 5.0.1 Twilio $(NoWarn);CS1591 false