Skip to content

Commit 9d98ce0

Browse files
committed
Bump to version 5.0.2
1 parent a43a5cd commit 9d98ce0

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ twilio-csharp Changelog
22
=======================
33

44

5+
[2017-02-24] Version 5.0.2
6+
--------------------------
7+
- Fix async/await for MVC/WPF apps
8+
9+
510
[2017-02-24] Version 5.0.1
611
--------------------------
712
- URL encode all parameters

src/Twilio/Properties/AssemblyInfo.cs

+1-1
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.1";
17+
public const string AssemblyInformationalVersion = "5.0.2";
1818
}

src/Twilio/Twilio.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
<Copyright>Copyright © Twilio</Copyright>
88
<AssemblyTitle>Twilio</AssemblyTitle>
99
<NeutralLanguage>en-US</NeutralLanguage>
10-
<VersionPrefix>5.0.1</VersionPrefix>
10+
<VersionPrefix>5.0.2</VersionPrefix>
1111
<Authors>Twilio</Authors>
1212
<NoWarn>$(NoWarn);CS1591</NoWarn>
1313
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1414
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1515
<AssemblyName>Twilio</AssemblyName>
1616
<PackageTags>REST;SMS;voice;telephony;phone;twilio;twiml;video;wireless;api</PackageTags>
17-
<PackageIconUrl>http://www.twilio.com/packages/company/img/logos_downloadable_round.png</PackageIconUrl>
17+
<PackageIconUrl>https://www.twilio.com/marketing/bundles/marketing/img/favicons/favicon.ico</PackageIconUrl>
1818
<PackageProjectUrl>http://github.com/twilio/twilio-csharp</PackageProjectUrl>
1919
<PackageLicenseUrl>https://github.com/twilio/twilio-csharp/blob/master/LICENSE.txt</PackageLicenseUrl>
2020
<RepositoryUrl>http://github.com/twilio/twilio-csharp</RepositoryUrl>

0 commit comments

Comments
 (0)