From 01e417c91adc0c2fab5eb573386acb794aaf322a Mon Sep 17 00:00:00 2001 From: linvi Date: Wed, 22 Jun 2016 23:42:54 +0100 Subject: [PATCH] Release 0.9.14.0 --- Developer Tools/Tweetinvi.Builder.ps1 | 2 +- Developer Tools/TweetinviAPI/TweetinviAPI.nuspec | 4 ++-- Examplinvi.UniversalApp/Properties/AssemblyInfo.cs | 4 ++-- Examplinvi.Web/Properties/AssemblyInfo.cs | 4 ++-- Examplinvi/Properties/AssemblyInfo.cs | 4 ++-- Testinvi/Properties/AssemblyInfo.cs | 4 ++-- Tweetinvi.Controllers/Properties/AssemblyInfo.cs | 4 ++-- Tweetinvi.Core/Properties/AssemblyInfo.cs | 4 ++-- Tweetinvi.Credentials/Properties/AssemblyInfo.cs | 4 ++-- Tweetinvi.Factories/Properties/AssemblyInfo.cs | 4 ++-- Tweetinvi.Logic/Properties/AssemblyInfo.cs | 4 ++-- Tweetinvi.Security/Properties/AssemblyInfo.cs | 4 ++-- Tweetinvi.Streams/Properties/AssemblyInfo.cs | 4 ++-- Tweetinvi.WebLogic/Properties/AssemblyInfo.cs | 4 ++-- Tweetinvi.WebLogic/TwitterClientHandler.cs | 2 +- Tweetinvi/Properties/AssemblyInfo.cs | 4 ++-- 16 files changed, 30 insertions(+), 30 deletions(-) diff --git a/Developer Tools/Tweetinvi.Builder.ps1 b/Developer Tools/Tweetinvi.Builder.ps1 index a433e7dd5..3f5b039f1 100644 --- a/Developer Tools/Tweetinvi.Builder.ps1 +++ b/Developer Tools/Tweetinvi.Builder.ps1 @@ -1,5 +1,5 @@ Param( - $v = '0.9.13.0', # Version number + $v = '0.9.14.0', # Version number $m = 'Release', # Visual Studio Build Mode [Switch]$dnr, # Do Not Rebuild [Switch]$h, # Help diff --git a/Developer Tools/TweetinviAPI/TweetinviAPI.nuspec b/Developer Tools/TweetinviAPI/TweetinviAPI.nuspec index 14a2709b2..efff1b965 100644 --- a/Developer Tools/TweetinviAPI/TweetinviAPI.nuspec +++ b/Developer Tools/TweetinviAPI/TweetinviAPI.nuspec @@ -2,7 +2,7 @@ TweetinviAPI - 0.9.13.0 + 0.9.14.0 Tweetinvi Linvi Linvi @@ -10,7 +10,7 @@ https://github.com/linvi/tweetinvi false Tweetinvi is an intuitive .NET C# library to access the Twitter REST API. It is a Portable Class Library that can be used for development on Windows, Windows RT, Windows Phone, Mono, Xamarin Android and Xamarin iOS. Tweetinvi is also compatible for Universal App development. - https://github.com/linvi/tweetinvi/releases/tag/0.9.13.0 + https://github.com/linvi/tweetinvi/releases/tag/0.9.14.0 Tweetinvi 2016 en-US twitter c# rest rest api 1.1 .net diff --git a/Examplinvi.UniversalApp/Properties/AssemblyInfo.cs b/Examplinvi.UniversalApp/Properties/AssemblyInfo.cs index 400b197ba..8a936befa 100644 --- a/Examplinvi.UniversalApp/Properties/AssemblyInfo.cs +++ b/Examplinvi.UniversalApp/Properties/AssemblyInfo.cs @@ -24,6 +24,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.9.13.0")] -[assembly: AssemblyFileVersion("0.9.13.0")] +[assembly: AssemblyVersion("0.9.14.0")] +[assembly: AssemblyFileVersion("0.9.14.0")] [assembly: ComVisible(false)] \ No newline at end of file diff --git a/Examplinvi.Web/Properties/AssemblyInfo.cs b/Examplinvi.Web/Properties/AssemblyInfo.cs index 9b3a8d94b..5711291af 100644 --- a/Examplinvi.Web/Properties/AssemblyInfo.cs +++ b/Examplinvi.Web/Properties/AssemblyInfo.cs @@ -30,5 +30,5 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("0.9.13.0")] -[assembly: AssemblyFileVersion("0.9.13.0")] +[assembly: AssemblyVersion("0.9.14.0")] +[assembly: AssemblyFileVersion("0.9.14.0")] diff --git a/Examplinvi/Properties/AssemblyInfo.cs b/Examplinvi/Properties/AssemblyInfo.cs index 9685708f7..2897ae35d 100644 --- a/Examplinvi/Properties/AssemblyInfo.cs +++ b/Examplinvi/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.9.13.0")] -[assembly: AssemblyFileVersion("0.9.13.0")] +[assembly: AssemblyVersion("0.9.14.0")] +[assembly: AssemblyFileVersion("0.9.14.0")] diff --git a/Testinvi/Properties/AssemblyInfo.cs b/Testinvi/Properties/AssemblyInfo.cs index bbfa01f0f..006b03d57 100644 --- a/Testinvi/Properties/AssemblyInfo.cs +++ b/Testinvi/Properties/AssemblyInfo.cs @@ -30,5 +30,5 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("0.9.13.0")] -[assembly: AssemblyFileVersion("0.9.13.0")] \ No newline at end of file +[assembly: AssemblyVersion("0.9.14.0")] +[assembly: AssemblyFileVersion("0.9.14.0")] \ No newline at end of file diff --git a/Tweetinvi.Controllers/Properties/AssemblyInfo.cs b/Tweetinvi.Controllers/Properties/AssemblyInfo.cs index b52f374f5..a4f7b31ba 100644 --- a/Tweetinvi.Controllers/Properties/AssemblyInfo.cs +++ b/Tweetinvi.Controllers/Properties/AssemblyInfo.cs @@ -25,6 +25,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.9.13.0")] -[assembly: AssemblyFileVersion("0.9.13.0")] +[assembly: AssemblyVersion("0.9.14.0")] +[assembly: AssemblyFileVersion("0.9.14.0")] [assembly: InternalsVisibleTo("Testinvi, PublicKey=002400000480000094000000060200000024000052534131000400000100010029d2ebac9680b643e857deca0a4f8d4010123204ee8fba995d260041d7a79958b1fbe689d5588a08089d91ef73806c02c6c4bb600d83afab55bae59fea4386465365a3a14a20e6d26ae17f0212c32ebe8ba673d0e660478a6d758ffee5d16f8344d1e886af87ac89714f1e7a1682b7e614545b32887157b1830aa3a6b7fe55bc")] \ No newline at end of file diff --git a/Tweetinvi.Core/Properties/AssemblyInfo.cs b/Tweetinvi.Core/Properties/AssemblyInfo.cs index 516b74dc3..d86698982 100644 --- a/Tweetinvi.Core/Properties/AssemblyInfo.cs +++ b/Tweetinvi.Core/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.9.13.0")] -[assembly: AssemblyFileVersion("0.9.13.0")] +[assembly: AssemblyVersion("0.9.14.0")] +[assembly: AssemblyFileVersion("0.9.14.0")] diff --git a/Tweetinvi.Credentials/Properties/AssemblyInfo.cs b/Tweetinvi.Credentials/Properties/AssemblyInfo.cs index b825fe38d..39c621eeb 100644 --- a/Tweetinvi.Credentials/Properties/AssemblyInfo.cs +++ b/Tweetinvi.Credentials/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.9.13.0")] -[assembly: AssemblyFileVersion("0.9.13.0")] +[assembly: AssemblyVersion("0.9.14.0")] +[assembly: AssemblyFileVersion("0.9.14.0")] diff --git a/Tweetinvi.Factories/Properties/AssemblyInfo.cs b/Tweetinvi.Factories/Properties/AssemblyInfo.cs index d361c6834..c7d77f422 100644 --- a/Tweetinvi.Factories/Properties/AssemblyInfo.cs +++ b/Tweetinvi.Factories/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.9.13.0")] -[assembly: AssemblyFileVersion("0.9.13.0")] +[assembly: AssemblyVersion("0.9.14.0")] +[assembly: AssemblyFileVersion("0.9.14.0")] diff --git a/Tweetinvi.Logic/Properties/AssemblyInfo.cs b/Tweetinvi.Logic/Properties/AssemblyInfo.cs index b631a5856..25aaf584b 100644 --- a/Tweetinvi.Logic/Properties/AssemblyInfo.cs +++ b/Tweetinvi.Logic/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.9.13.0")] -[assembly: AssemblyFileVersion("0.9.13.0")] +[assembly: AssemblyVersion("0.9.14.0")] +[assembly: AssemblyFileVersion("0.9.14.0")] diff --git a/Tweetinvi.Security/Properties/AssemblyInfo.cs b/Tweetinvi.Security/Properties/AssemblyInfo.cs index 05452f39c..2678b06dd 100644 --- a/Tweetinvi.Security/Properties/AssemblyInfo.cs +++ b/Tweetinvi.Security/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.9.13.0")] -[assembly: AssemblyFileVersion("0.9.13.0")] +[assembly: AssemblyVersion("0.9.14.0")] +[assembly: AssemblyFileVersion("0.9.14.0")] diff --git a/Tweetinvi.Streams/Properties/AssemblyInfo.cs b/Tweetinvi.Streams/Properties/AssemblyInfo.cs index fba50c79b..a18a40247 100644 --- a/Tweetinvi.Streams/Properties/AssemblyInfo.cs +++ b/Tweetinvi.Streams/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.9.13.0")] -[assembly: AssemblyFileVersion("0.9.13.0")] +[assembly: AssemblyVersion("0.9.14.0")] +[assembly: AssemblyFileVersion("0.9.14.0")] diff --git a/Tweetinvi.WebLogic/Properties/AssemblyInfo.cs b/Tweetinvi.WebLogic/Properties/AssemblyInfo.cs index 0c92408b3..a03b26567 100644 --- a/Tweetinvi.WebLogic/Properties/AssemblyInfo.cs +++ b/Tweetinvi.WebLogic/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.9.13.0")] -[assembly: AssemblyFileVersion("0.9.13.0")] +[assembly: AssemblyVersion("0.9.14.0")] +[assembly: AssemblyFileVersion("0.9.14.0")] diff --git a/Tweetinvi.WebLogic/TwitterClientHandler.cs b/Tweetinvi.WebLogic/TwitterClientHandler.cs index fdf752a7e..873371a9f 100644 --- a/Tweetinvi.WebLogic/TwitterClientHandler.cs +++ b/Tweetinvi.WebLogic/TwitterClientHandler.cs @@ -105,7 +105,7 @@ protected virtual Task SendAsync(ITwitterQuery twitterQuery protected Task SendAsync(HttpRequestMessage request, CancellationToken cancellationToken, string authorizationHeader) { - request.Headers.Add("User-Agent", "Tweetinvi/0.9.13.0"); + request.Headers.Add("User-Agent", "Tweetinvi/0.9.14.0"); request.Headers.ExpectContinue = false; request.Headers.CacheControl = new CacheControlHeaderValue { NoCache = true }; request.Headers.Add("Authorization", authorizationHeader); diff --git a/Tweetinvi/Properties/AssemblyInfo.cs b/Tweetinvi/Properties/AssemblyInfo.cs index c3d883192..e33e90ba4 100644 --- a/Tweetinvi/Properties/AssemblyInfo.cs +++ b/Tweetinvi/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.9.13.0")] -[assembly: AssemblyFileVersion("0.9.13.0")] +[assembly: AssemblyVersion("0.9.14.0")] +[assembly: AssemblyFileVersion("0.9.14.0")]