From 5661fb76e0255618bbf355cb67de914502a416f7 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Tue, 11 Aug 2015 19:50:37 -0700 Subject: [PATCH] Release 1.9.3 --- Src/GoogleApis.Auth.DotNet4/Properties/AssemblyInfo.cs | 2 +- Src/GoogleApis.Auth.Mvc4/Properties/AssemblyInfo.cs | 2 +- Src/GoogleApis.Auth.Tests/Properties/AssemblyInfo.cs | 2 +- Src/GoogleApis.Auth.WP/Properties/AssemblyInfo.cs | 2 +- Src/GoogleApis.Auth.WP81/Properties/AssemblyInfo.cs | 2 +- Src/GoogleApis.Auth.Windows/Properties/AssemblyInfo.cs | 2 +- Src/GoogleApis.Auth/Properties/AssemblyInfo.cs | 2 +- Src/GoogleApis.Core/Properties/AssemblyInfo.cs | 2 +- Src/GoogleApis.DotNet4/Properties/AssemblyInfo.cs | 2 +- Src/GoogleApis.Tests/Properties/AssemblyInfo.cs | 2 +- Src/GoogleApis.WP/Properties/AssemblyInfo.cs | 2 +- Src/GoogleApis.WP81/Properties/AssemblyInfo.cs | 2 +- Src/GoogleApis.Windows/Properties/AssemblyInfo.cs | 2 +- Src/GoogleApis/Properties/AssemblyInfo.cs | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Src/GoogleApis.Auth.DotNet4/Properties/AssemblyInfo.cs b/Src/GoogleApis.Auth.DotNet4/Properties/AssemblyInfo.cs index 5c4cb3a48e2..cbd7deb2ba0 100644 --- a/Src/GoogleApis.Auth.DotNet4/Properties/AssemblyInfo.cs +++ b/Src/GoogleApis.Auth.DotNet4/Properties/AssemblyInfo.cs @@ -36,7 +36,7 @@ limitations under the License. // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.9.2.*")] +[assembly: AssemblyVersion("1.9.3.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Src/GoogleApis.Auth.Mvc4/Properties/AssemblyInfo.cs b/Src/GoogleApis.Auth.Mvc4/Properties/AssemblyInfo.cs index 5563295fe4b..aad9936a032 100644 --- a/Src/GoogleApis.Auth.Mvc4/Properties/AssemblyInfo.cs +++ b/Src/GoogleApis.Auth.Mvc4/Properties/AssemblyInfo.cs @@ -31,7 +31,7 @@ limitations under the License. // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.9.2.*")] +[assembly: AssemblyVersion("1.9.3.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Src/GoogleApis.Auth.Tests/Properties/AssemblyInfo.cs b/Src/GoogleApis.Auth.Tests/Properties/AssemblyInfo.cs index c2a2829baa7..1db0eb6acf9 100644 --- a/Src/GoogleApis.Auth.Tests/Properties/AssemblyInfo.cs +++ b/Src/GoogleApis.Auth.Tests/Properties/AssemblyInfo.cs @@ -31,7 +31,7 @@ limitations under the License. // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.9.2.*")] +[assembly: AssemblyVersion("1.9.3.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Src/GoogleApis.Auth.WP/Properties/AssemblyInfo.cs b/Src/GoogleApis.Auth.WP/Properties/AssemblyInfo.cs index 1ebd1831a6a..2d02b89bb8c 100644 --- a/Src/GoogleApis.Auth.WP/Properties/AssemblyInfo.cs +++ b/Src/GoogleApis.Auth.WP/Properties/AssemblyInfo.cs @@ -32,7 +32,7 @@ limitations under the License. // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.9.2.*")] +[assembly: AssemblyVersion("1.9.3.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Src/GoogleApis.Auth.WP81/Properties/AssemblyInfo.cs b/Src/GoogleApis.Auth.WP81/Properties/AssemblyInfo.cs index b4d2403cb2c..5fce2b4de50 100644 --- a/Src/GoogleApis.Auth.WP81/Properties/AssemblyInfo.cs +++ b/Src/GoogleApis.Auth.WP81/Properties/AssemblyInfo.cs @@ -32,7 +32,7 @@ limitations under the License. // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.9.2.*")] +[assembly: AssemblyVersion("1.9.3.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Src/GoogleApis.Auth.Windows/Properties/AssemblyInfo.cs b/Src/GoogleApis.Auth.Windows/Properties/AssemblyInfo.cs index b04318e5a2f..36d1e0102e8 100644 --- a/Src/GoogleApis.Auth.Windows/Properties/AssemblyInfo.cs +++ b/Src/GoogleApis.Auth.Windows/Properties/AssemblyInfo.cs @@ -32,7 +32,7 @@ limitations under the License. // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.9.2.*")] +[assembly: AssemblyVersion("1.9.3.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Src/GoogleApis.Auth/Properties/AssemblyInfo.cs b/Src/GoogleApis.Auth/Properties/AssemblyInfo.cs index 280f2c2593b..63e20ffd7b0 100644 --- a/Src/GoogleApis.Auth/Properties/AssemblyInfo.cs +++ b/Src/GoogleApis.Auth/Properties/AssemblyInfo.cs @@ -33,4 +33,4 @@ limitations under the License. // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.9.2.*")] +[assembly: AssemblyVersion("1.9.3.*")] diff --git a/Src/GoogleApis.Core/Properties/AssemblyInfo.cs b/Src/GoogleApis.Core/Properties/AssemblyInfo.cs index 32d778111f6..f8854399bb8 100644 --- a/Src/GoogleApis.Core/Properties/AssemblyInfo.cs +++ b/Src/GoogleApis.Core/Properties/AssemblyInfo.cs @@ -32,7 +32,7 @@ limitations under the License. // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.9.2.*")] +[assembly: AssemblyVersion("1.9.3.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Src/GoogleApis.DotNet4/Properties/AssemblyInfo.cs b/Src/GoogleApis.DotNet4/Properties/AssemblyInfo.cs index 9db473a862e..bb0042f315c 100644 --- a/Src/GoogleApis.DotNet4/Properties/AssemblyInfo.cs +++ b/Src/GoogleApis.DotNet4/Properties/AssemblyInfo.cs @@ -32,7 +32,7 @@ limitations under the License. // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.9.2.*")] +[assembly: AssemblyVersion("1.9.3.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Src/GoogleApis.Tests/Properties/AssemblyInfo.cs b/Src/GoogleApis.Tests/Properties/AssemblyInfo.cs index d88ca6f631d..d12b89cb248 100644 --- a/Src/GoogleApis.Tests/Properties/AssemblyInfo.cs +++ b/Src/GoogleApis.Tests/Properties/AssemblyInfo.cs @@ -31,7 +31,7 @@ limitations under the License. // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.9.2.*")] +[assembly: AssemblyVersion("1.9.3.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Src/GoogleApis.WP/Properties/AssemblyInfo.cs b/Src/GoogleApis.WP/Properties/AssemblyInfo.cs index 0f1b5163f0a..8a8116868f1 100644 --- a/Src/GoogleApis.WP/Properties/AssemblyInfo.cs +++ b/Src/GoogleApis.WP/Properties/AssemblyInfo.cs @@ -32,7 +32,7 @@ limitations under the License. // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.9.2.*")] +[assembly: AssemblyVersion("1.9.3.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Src/GoogleApis.WP81/Properties/AssemblyInfo.cs b/Src/GoogleApis.WP81/Properties/AssemblyInfo.cs index e873a7d64c1..c37a998e8c1 100644 --- a/Src/GoogleApis.WP81/Properties/AssemblyInfo.cs +++ b/Src/GoogleApis.WP81/Properties/AssemblyInfo.cs @@ -32,7 +32,7 @@ limitations under the License. // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.9.2.*")] +[assembly: AssemblyVersion("1.9.3.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Src/GoogleApis.Windows/Properties/AssemblyInfo.cs b/Src/GoogleApis.Windows/Properties/AssemblyInfo.cs index 4cb0242fda3..51d0b72d5f9 100644 --- a/Src/GoogleApis.Windows/Properties/AssemblyInfo.cs +++ b/Src/GoogleApis.Windows/Properties/AssemblyInfo.cs @@ -31,7 +31,7 @@ limitations under the License. // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.9.2.*")] +[assembly: AssemblyVersion("1.9.3.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Src/GoogleApis/Properties/AssemblyInfo.cs b/Src/GoogleApis/Properties/AssemblyInfo.cs index 8982bebd96d..7ed36a14fbb 100644 --- a/Src/GoogleApis/Properties/AssemblyInfo.cs +++ b/Src/GoogleApis/Properties/AssemblyInfo.cs @@ -36,7 +36,7 @@ limitations under the License. // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.9.2.*")] +[assembly: AssemblyVersion("1.9.3.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing.