File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1414
1515internal class AssemblyInfomation
1616{
17- public const string AssemblyInformationalVersion = "5.0.1 " ;
17+ public const string AssemblyInformationalVersion = "5.0.2 " ;
1818}
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments