diff --git a/Microsoft.Research/ContractAdornments/Extension/source.extension.vsixmanifest b/Microsoft.Research/ContractAdornments/Extension/source.extension.vsixmanifest index 40974ebb..8ade1851 100644 --- a/Microsoft.Research/ContractAdornments/Extension/source.extension.vsixmanifest +++ b/Microsoft.Research/ContractAdornments/Extension/source.extension.vsixmanifest @@ -3,7 +3,7 @@ Code Contracts Editor Extensions Microsoft Research - 1.9.10709.0 + 1.9.10710.1 Displays Code Contracts (when editing C#) in code, IntelliSense, and in metadata files. Inheritance: diff --git a/Microsoft.Research/ManagedContract.Setup/VSIX/VS10.extension.vsixmanifest b/Microsoft.Research/ManagedContract.Setup/VSIX/VS10.extension.vsixmanifest index 21ff337b..59a56afc 100644 --- a/Microsoft.Research/ManagedContract.Setup/VSIX/VS10.extension.vsixmanifest +++ b/Microsoft.Research/ManagedContract.Setup/VSIX/VS10.extension.vsixmanifest @@ -3,7 +3,7 @@ Code Contracts Tools Microsoft Research - 1.9.10709.0 + 1.9.10710.1 Tools to instrument and statically analyze .NET code with CodeContracts 1033 http://visualstudiogallery.msdn.microsoft.com/1ec7db13-3363-46c9-851f-1ce455f66970 diff --git a/Microsoft.Research/ManagedContract.Setup/VSIX/VS11.extension.vsixmanifest b/Microsoft.Research/ManagedContract.Setup/VSIX/VS11.extension.vsixmanifest index 4d59b636..89f7df04 100644 --- a/Microsoft.Research/ManagedContract.Setup/VSIX/VS11.extension.vsixmanifest +++ b/Microsoft.Research/ManagedContract.Setup/VSIX/VS11.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Code Contracts Tools Tools to instrument and statically analyze .NET code with CodeContracts http://visualstudiogallery.msdn.microsoft.com/1ec7db13-3363-46c9-851f-1ce455f66970 diff --git a/Microsoft.Research/ManagedContract.Setup/VSIX/VS12.extension.vsixmanifest b/Microsoft.Research/ManagedContract.Setup/VSIX/VS12.extension.vsixmanifest index cd264d06..067c7ee0 100644 --- a/Microsoft.Research/ManagedContract.Setup/VSIX/VS12.extension.vsixmanifest +++ b/Microsoft.Research/ManagedContract.Setup/VSIX/VS12.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Code Contracts Tools Tools to instrument and statically analyze .NET code with CodeContracts http://visualstudiogallery.msdn.microsoft.com/1ec7db13-3363-46c9-851f-1ce455f66970 diff --git a/Microsoft.Research/ManagedContract.Setup/VSIX/VS14.extension.vsixmanifest b/Microsoft.Research/ManagedContract.Setup/VSIX/VS14.extension.vsixmanifest index ed5add0b..e363fbf1 100644 --- a/Microsoft.Research/ManagedContract.Setup/VSIX/VS14.extension.vsixmanifest +++ b/Microsoft.Research/ManagedContract.Setup/VSIX/VS14.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Code Contracts Tools Tools to instrument and statically analyze .NET code with CodeContracts http://visualstudiogallery.msdn.microsoft.com/1ec7db13-3363-46c9-851f-1ce455f66970 diff --git a/Microsoft.Research/common/include/version.cs b/Microsoft.Research/common/include/version.cs index 89d4e755..4a393d35 100644 --- a/Microsoft.Research/common/include/version.cs +++ b/Microsoft.Research/common/include/version.cs @@ -1,9 +1,9 @@ // Warning: Automatically generated file. DO NOT EDIT -// Generated at Thursday, July 9, 2015 3:41:56 PM +// Generated at Friday, July 10, 2015 5:56:22 PM using System.Reflection; -[assembly: AssemblyVersion("1.9.10709.0")] -[assembly: AssemblyFileVersion("1.9.10709.0")] +[assembly: AssemblyVersion("1.9.10710.1")] +[assembly: AssemblyFileVersion("1.9.10710.1")] [assembly: AssemblyCompany("Microsoft Corporation")] [assembly: AssemblyCopyright("(c) Microsoft Corporation. All rights reserved.")]