File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ twilio-csharp Changelog
2
2
=======================
3
3
4
4
5
+ [ 2017-02-24] Version 5.0.2
6
+ --------------------------
7
+ - Fix async/await for MVC/WPF apps
8
+
9
+
5
10
[ 2017-02-24] Version 5.0.1
6
11
--------------------------
7
12
- URL encode all parameters
Original file line number Diff line number Diff line change 14
14
15
15
internal class AssemblyInfomation
16
16
{
17
- public const string AssemblyInformationalVersion = "5.0.1 " ;
17
+ public const string AssemblyInformationalVersion = "5.0.2 " ;
18
18
}
Original file line number Diff line number Diff line change 7
7
<Copyright >Copyright © Twilio</Copyright >
8
8
<AssemblyTitle >Twilio</AssemblyTitle >
9
9
<NeutralLanguage >en-US</NeutralLanguage >
10
- <VersionPrefix >5.0.1 </VersionPrefix >
10
+ <VersionPrefix >5.0.2 </VersionPrefix >
11
11
<Authors >Twilio</Authors >
12
12
<NoWarn >$(NoWarn);CS1591</NoWarn >
13
13
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
14
14
<GenerateDocumentationFile >true</GenerateDocumentationFile >
15
15
<AssemblyName >Twilio</AssemblyName >
16
16
<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 >
18
18
<PackageProjectUrl >http://github.com/twilio/twilio-csharp</PackageProjectUrl >
19
19
<PackageLicenseUrl >https://github.com/twilio/twilio-csharp/blob/master/LICENSE.txt</PackageLicenseUrl >
20
20
<RepositoryUrl >http://github.com/twilio/twilio-csharp</RepositoryUrl >
You can’t perform that action at this time.
0 commit comments