Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Update version for v.1.9.10710.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyTeplyakov committed Jul 11, 2015
1 parent a7e7ab5 commit 7d5348c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Identifier Id="ContractAdornments.MicrosoftResearch.2fb66ab7-53ec-479b-bd35-e9dd5be0426b">
<Name>Code Contracts Editor Extensions</Name>
<Author>Microsoft Research</Author>
<Version>1.9.10709.0</Version>
<Version>1.9.10710.1</Version>
<Description xml:space="preserve">Displays Code Contracts (when editing C#) in code, IntelliSense, and in metadata files.

Inheritance:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Identifier Id="CodeContractsVSIX.MicrosoftResearch.990ACB05-1AAE-4fa6-A178-9BF28206012F">
<Name>Code Contracts Tools</Name>
<Author>Microsoft Research</Author>
<Version>1.9.10709.0</Version>
<Version>1.9.10710.1</Version>
<Description xml:space="preserve">Tools to instrument and statically analyze .NET code with CodeContracts</Description>
<Locale>1033</Locale>
<MoreInfoUrl>http://visualstudiogallery.msdn.microsoft.com/1ec7db13-3363-46c9-851f-1ce455f66970</MoreInfoUrl>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Version="1.9.10709.0" Id="CodeContractsVSIX.MicrosoftResearch.990ACB05-1AAE-4fa6-A178-9BF28206012F" Language="en" Publisher="Microsoft Research" />
<Identity Version="1.9.10710.1" Id="CodeContractsVSIX.MicrosoftResearch.990ACB05-1AAE-4fa6-A178-9BF28206012F" Language="en" Publisher="Microsoft Research" />
<DisplayName>Code Contracts Tools</DisplayName>
<Description xml:space="preserve">Tools to instrument and statically analyze .NET code with CodeContracts</Description>
<MoreInfo>http://visualstudiogallery.msdn.microsoft.com/1ec7db13-3363-46c9-851f-1ce455f66970</MoreInfo>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Version="1.9.10709.0" Id="CodeContractsVSIX.MicrosoftResearch.990ACB05-1AAE-4fa6-A178-9BF28206012F" Language="en" Publisher="Microsoft Research" />
<Identity Version="1.9.10710.1" Id="CodeContractsVSIX.MicrosoftResearch.990ACB05-1AAE-4fa6-A178-9BF28206012F" Language="en" Publisher="Microsoft Research" />
<DisplayName>Code Contracts Tools</DisplayName>
<Description xml:space="preserve">Tools to instrument and statically analyze .NET code with CodeContracts</Description>
<MoreInfo>http://visualstudiogallery.msdn.microsoft.com/1ec7db13-3363-46c9-851f-1ce455f66970</MoreInfo>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Version="1.9.10709.0" Id="CodeContractsVSIX.MicrosoftResearch.990ACB05-1AAE-4fa6-A178-9BF28206012F" Language="en" Publisher="Microsoft Research" />
<Identity Version="1.9.10710.1" Id="CodeContractsVSIX.MicrosoftResearch.990ACB05-1AAE-4fa6-A178-9BF28206012F" Language="en" Publisher="Microsoft Research" />
<DisplayName>Code Contracts Tools</DisplayName>
<Description xml:space="preserve">Tools to instrument and statically analyze .NET code with CodeContracts</Description>
<MoreInfo>http://visualstudiogallery.msdn.microsoft.com/1ec7db13-3363-46c9-851f-1ce455f66970</MoreInfo>
Expand Down
6 changes: 3 additions & 3 deletions Microsoft.Research/common/include/version.cs
Original file line number Diff line number Diff line change
@@ -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.")]

0 comments on commit 7d5348c

Please sign in to comment.