From 9b2b56abd41b37120932553422decd84f0873139 Mon Sep 17 00:00:00 2001 From: Alex Earl Date: Mon, 7 Nov 2016 06:21:19 -0700 Subject: [PATCH] Prepare for 2.7.7rc2 --- Config/Signed/App.config | 4 ++-- Config/Unsigned/App.config | 4 ++-- CurrentVersion.props | 6 +++--- Languages/IronPython/App.Debug.config | 2 +- Languages/IronPython/App.Release.config | 2 +- Runtime/Microsoft.Dynamic/Properties/AssemblyInfo.cs | 4 ++-- Runtime/Microsoft.Scripting.Core/Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.Scripting.Metadata/Properties/AssemblyInfo.cs | 4 ++-- Runtime/Microsoft.Scripting/Properties/AssemblyInfo.cs | 4 ++-- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Config/Signed/App.config b/Config/Signed/App.config index c9edc1fd78..7e13d6bd5d 100644 --- a/Config/Signed/App.config +++ b/Config/Signed/App.config @@ -1,12 +1,12 @@ -
+
- + diff --git a/Config/Unsigned/App.config b/Config/Unsigned/App.config index ee9e300439..98f56d10c8 100644 --- a/Config/Unsigned/App.config +++ b/Config/Unsigned/App.config @@ -1,12 +1,12 @@ -
+
- + diff --git a/CurrentVersion.props b/CurrentVersion.props index e9f1258aa7..6d01d4c6c9 100644 --- a/CurrentVersion.props +++ b/CurrentVersion.props @@ -6,17 +6,17 @@ 7 candidate - 1 + 2 0 1 1 - 1 + 2 candidate - 1 + 2 22 diff --git a/Languages/IronPython/App.Debug.config b/Languages/IronPython/App.Debug.config index 44b2cf1146..f3fa3d0ffc 100644 --- a/Languages/IronPython/App.Debug.config +++ b/Languages/IronPython/App.Debug.config @@ -2,7 +2,7 @@ -
+
diff --git a/Languages/IronPython/App.Release.config b/Languages/IronPython/App.Release.config index 73f44177c8..1b9433223a 100644 --- a/Languages/IronPython/App.Release.config +++ b/Languages/IronPython/App.Release.config @@ -2,7 +2,7 @@ -
+
diff --git a/Runtime/Microsoft.Dynamic/Properties/AssemblyInfo.cs b/Runtime/Microsoft.Dynamic/Properties/AssemblyInfo.cs index a1d3870f43..94be6c4ac4 100644 --- a/Runtime/Microsoft.Dynamic/Properties/AssemblyInfo.cs +++ b/Runtime/Microsoft.Dynamic/Properties/AssemblyInfo.cs @@ -59,8 +59,8 @@ [assembly: InternalsVisibleTo("TestInternalDLR, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c10ce00dd2e0ce5046d68183d3ad035b47e92bf0ce7bcf8a03a217ca5d0b0c7db973fdf97579b52b502a23d4069dbf043389e1ab65a1d6c508a9837f3e2350f15e05cc63c0fc4b0410867a51919090e4c33f80203e9b0035b21c32bae20f98b068f90d99a50133a5336480d94039b176519f5fd8524765f33be43da65c4b68ba")] #if !SILVERLIGHT -[assembly: AssemblyVersion("1.1.1.22")] -[assembly: AssemblyFileVersion("1.1.1.22")] +[assembly: AssemblyVersion("1.1.2.22")] +[assembly: AssemblyFileVersion("1.1.2.22")] [assembly: AssemblyInformationalVersion("1.1")] #endif diff --git a/Runtime/Microsoft.Scripting.Core/Properties/AssemblyInfo.cs b/Runtime/Microsoft.Scripting.Core/Properties/AssemblyInfo.cs index 223e9b0fb0..f26f453d63 100644 --- a/Runtime/Microsoft.Scripting.Core/Properties/AssemblyInfo.cs +++ b/Runtime/Microsoft.Scripting.Core/Properties/AssemblyInfo.cs @@ -55,8 +55,8 @@ [assembly: System.Resources.NeutralResourcesLanguage("en-US")] #if !SILVERLIGHT -[assembly: AssemblyVersion("1.1.1.22")] -[assembly: AssemblyFileVersion("1.1.1.22")] +[assembly: AssemblyVersion("1.1.2.22")] +[assembly: AssemblyFileVersion("1.1.2.22")] [assembly: AssemblyInformationalVersion("1.1")] #endif diff --git a/Runtime/Microsoft.Scripting.Metadata/Properties/AssemblyInfo.cs b/Runtime/Microsoft.Scripting.Metadata/Properties/AssemblyInfo.cs index ee55d2e89b..ace2eb1ef7 100644 --- a/Runtime/Microsoft.Scripting.Metadata/Properties/AssemblyInfo.cs +++ b/Runtime/Microsoft.Scripting.Metadata/Properties/AssemblyInfo.cs @@ -54,7 +54,7 @@ [assembly: SecurityCritical] [assembly: System.Resources.NeutralResourcesLanguage("en-US")] [assembly: InternalsVisibleTo("Metadata, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c10ce00dd2e0ce5046d68183d3ad035b47e92bf0ce7bcf8a03a217ca5d0b0c7db973fdf97579b52b502a23d4069dbf043389e1ab65a1d6c508a9837f3e2350f15e05cc63c0fc4b0410867a51919090e4c33f80203e9b0035b21c32bae20f98b068f90d99a50133a5336480d94039b176519f5fd8524765f33be43da65c4b68ba")] -[assembly: AssemblyVersion("1.1.1.22")] -[assembly: AssemblyFileVersion("1.1.1.22")] +[assembly: AssemblyVersion("1.1.2.22")] +[assembly: AssemblyFileVersion("1.1.2.22")] [assembly: AssemblyInformationalVersion("1.1")] diff --git a/Runtime/Microsoft.Scripting/Properties/AssemblyInfo.cs b/Runtime/Microsoft.Scripting/Properties/AssemblyInfo.cs index e68564cda8..1fab73e740 100644 --- a/Runtime/Microsoft.Scripting/Properties/AssemblyInfo.cs +++ b/Runtime/Microsoft.Scripting/Properties/AssemblyInfo.cs @@ -51,8 +51,8 @@ #endif #if !SILVERLIGHT -[assembly: AssemblyVersion("1.1.1.22")] -[assembly: AssemblyFileVersion("1.1.1.22")] +[assembly: AssemblyVersion("1.1.2.22")] +[assembly: AssemblyFileVersion("1.1.2.22")] [assembly: AssemblyInformationalVersion("1.1")] #endif