Skip to content

Commit 313f4d0

Browse files
committed
Release 0.9.13.0
1 parent a363d92 commit 313f4d0

File tree

16 files changed

+30
-30
lines changed

16 files changed

+30
-30
lines changed

Developer Tools/Tweetinvi.Builder.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Param(
2-
$v = '0.9.12.2', # Version number
2+
$v = '0.9.13.0', # Version number
33
$m = 'Release', # Visual Studio Build Mode
44
[Switch]$dnr, # Do Not Rebuild
55
[Switch]$h, # Help

Developer Tools/TweetinviAPI/TweetinviAPI.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
33
<metadata>
44
<id>TweetinviAPI</id>
5-
<version>0.9.12.2</version>
5+
<version>0.9.13.0</version>
66
<title>Tweetinvi</title>
77
<authors>Linvi</authors>
88
<owners>Linvi</owners>
99
<licenseUrl>http://tweetinvi.codeplex.com/license</licenseUrl>
1010
<projectUrl>https://github.com/linvi/tweetinvi</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>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.</description>
13-
<releaseNotes>https://github.com/linvi/tweetinvi/releases/tag/0.9.12.2</releaseNotes>
13+
<releaseNotes>https://github.com/linvi/tweetinvi/releases/tag/0.9.13.0</releaseNotes>
1414
<copyright>Tweetinvi 2016</copyright>
1515
<language>en-US</language>
1616
<tags>twitter c# rest rest api 1.1 .net</tags>

Examplinvi.UniversalApp/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
// You can specify all the values or you can default the Build and Revision Numbers
2525
// by using the '*' as shown below:
2626
// [assembly: AssemblyVersion("1.0.*")]
27-
[assembly: AssemblyVersion("0.9.12.2")]
28-
[assembly: AssemblyFileVersion("0.9.12.2")]
27+
[assembly: AssemblyVersion("0.9.13.0")]
28+
[assembly: AssemblyFileVersion("0.9.13.0")]
2929
[assembly: ComVisible(false)]

Examplinvi.Web/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
//
3131
// You can specify all the values or you can default the Revision and Build Numbers
3232
// by using the '*' as shown below:
33-
[assembly: AssemblyVersion("0.9.12.2")]
34-
[assembly: AssemblyFileVersion("0.9.12.2")]
33+
[assembly: AssemblyVersion("0.9.13.0")]
34+
[assembly: AssemblyFileVersion("0.9.13.0")]

Examplinvi/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("0.9.12.2")]
35-
[assembly: AssemblyFileVersion("0.9.12.2")]
34+
[assembly: AssemblyVersion("0.9.13.0")]
35+
[assembly: AssemblyFileVersion("0.9.13.0")]

Testinvi/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
//
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
33-
[assembly: AssemblyVersion("0.9.12.2")]
34-
[assembly: AssemblyFileVersion("0.9.12.2")]
33+
[assembly: AssemblyVersion("0.9.13.0")]
34+
[assembly: AssemblyFileVersion("0.9.13.0")]

Tweetinvi.Controllers/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
// You can specify all the values or you can default the Build and Revision Numbers
2626
// by using the '*' as shown below:
2727
// [assembly: AssemblyVersion("1.0.*")]
28-
[assembly: AssemblyVersion("0.9.12.2")]
29-
[assembly: AssemblyFileVersion("0.9.12.2")]
28+
[assembly: AssemblyVersion("0.9.13.0")]
29+
[assembly: AssemblyFileVersion("0.9.13.0")]
3030
[assembly: InternalsVisibleTo("Testinvi, PublicKey=002400000480000094000000060200000024000052534131000400000100010029d2ebac9680b643e857deca0a4f8d4010123204ee8fba995d260041d7a79958b1fbe689d5588a08089d91ef73806c02c6c4bb600d83afab55bae59fea4386465365a3a14a20e6d26ae17f0212c32ebe8ba673d0e660478a6d758ffee5d16f8344d1e886af87ac89714f1e7a1682b7e614545b32887157b1830aa3a6b7fe55bc")]

Tweetinvi.Core/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
// You can specify all the values or you can default the Build and Revision Numbers
2525
// by using the '*' as shown below:
2626
// [assembly: AssemblyVersion("1.0.*")]
27-
[assembly: AssemblyVersion("0.9.12.2")]
28-
[assembly: AssemblyFileVersion("0.9.12.2")]
27+
[assembly: AssemblyVersion("0.9.13.0")]
28+
[assembly: AssemblyFileVersion("0.9.13.0")]

Tweetinvi.Credentials/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
// You can specify all the values or you can default the Build and Revision Numbers
2525
// by using the '*' as shown below:
2626
// [assembly: AssemblyVersion("1.0.*")]
27-
[assembly: AssemblyVersion("0.9.12.2")]
28-
[assembly: AssemblyFileVersion("0.9.12.2")]
27+
[assembly: AssemblyVersion("0.9.13.0")]
28+
[assembly: AssemblyFileVersion("0.9.13.0")]

Tweetinvi.Factories/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
// You can specify all the values or you can default the Build and Revision Numbers
2525
// by using the '*' as shown below:
2626
// [assembly: AssemblyVersion("1.0.*")]
27-
[assembly: AssemblyVersion("0.9.12.2")]
28-
[assembly: AssemblyFileVersion("0.9.12.2")]
27+
[assembly: AssemblyVersion("0.9.13.0")]
28+
[assembly: AssemblyFileVersion("0.9.13.0")]

Tweetinvi.Logic/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
// You can specify all the values or you can default the Build and Revision Numbers
2525
// by using the '*' as shown below:
2626
// [assembly: AssemblyVersion("1.0.*")]
27-
[assembly: AssemblyVersion("0.9.12.2")]
28-
[assembly: AssemblyFileVersion("0.9.12.2")]
27+
[assembly: AssemblyVersion("0.9.13.0")]
28+
[assembly: AssemblyFileVersion("0.9.13.0")]

Tweetinvi.Security/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
// You can specify all the values or you can default the Build and Revision Numbers
2525
// by using the '*' as shown below:
2626
// [assembly: AssemblyVersion("1.0.*")]
27-
[assembly: AssemblyVersion("0.9.12.2")]
28-
[assembly: AssemblyFileVersion("0.9.12.2")]
27+
[assembly: AssemblyVersion("0.9.13.0")]
28+
[assembly: AssemblyFileVersion("0.9.13.0")]

Tweetinvi.Streams/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
// You can specify all the values or you can default the Build and Revision Numbers
2525
// by using the '*' as shown below:
2626
// [assembly: AssemblyVersion("1.0.*")]
27-
[assembly: AssemblyVersion("0.9.12.2")]
28-
[assembly: AssemblyFileVersion("0.9.12.2")]
27+
[assembly: AssemblyVersion("0.9.13.0")]
28+
[assembly: AssemblyFileVersion("0.9.13.0")]

Tweetinvi.WebLogic/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
// You can specify all the values or you can default the Build and Revision Numbers
2525
// by using the '*' as shown below:
2626
// [assembly: AssemblyVersion("1.0.*")]
27-
[assembly: AssemblyVersion("0.9.12.2")]
28-
[assembly: AssemblyFileVersion("0.9.12.2")]
27+
[assembly: AssemblyVersion("0.9.13.0")]
28+
[assembly: AssemblyFileVersion("0.9.13.0")]

Tweetinvi.WebLogic/TwitterClientHandler.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ protected virtual Task<HttpResponseMessage> SendAsync(ITwitterQuery twitterQuery
105105

106106
protected Task<HttpResponseMessage> SendAsync(HttpRequestMessage request, CancellationToken cancellationToken, string authorizationHeader)
107107
{
108-
request.Headers.Add("User-Agent", "Tweetinvi/0.9.12.2");
108+
request.Headers.Add("User-Agent", "Tweetinvi/0.9.13.0");
109109
request.Headers.ExpectContinue = false;
110110
request.Headers.CacheControl = new CacheControlHeaderValue { NoCache = true };
111111
request.Headers.Add("Authorization", authorizationHeader);

Tweetinvi/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
// You can specify all the values or you can default the Build and Revision Numbers
2525
// by using the '*' as shown below:
2626
// [assembly: AssemblyVersion("1.0.*")]
27-
[assembly: AssemblyVersion("0.9.12.2")]
28-
[assembly: AssemblyFileVersion("0.9.12.2")]
27+
[assembly: AssemblyVersion("0.9.13.0")]
28+
[assembly: AssemblyFileVersion("0.9.13.0")]

0 commit comments

Comments
 (0)