зеркало из https://github.com/github/VisualStudio.git
Bump version to 1.0.11.2
This commit is contained in:
Родитель
bceffc5a4f
Коммит
373b0cf347
|
@ -27,6 +27,7 @@
|
|||
<StartArguments>/rootsuffix Exp</StartArguments>
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
<ApplicationVersion>1.0.10.3</ApplicationVersion>
|
||||
<ApplicationVersion>1.0.11.2</ApplicationVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
|
||||
<Metadata>
|
||||
<Identity Id="c3d3dc68-c977-411f-b3e8-03b0dccf7dfc" Version="1.0.10.3" Language="en-US" Publisher="GitHub, Inc" />
|
||||
<Identity Id="c3d3dc68-c977-411f-b3e8-03b0dccf7dfc" Version="1.0.11.2" Language="en-US" Publisher="GitHub, Inc" />
|
||||
<DisplayName>GitHub Extension for Visual Studio</DisplayName>
|
||||
<Description xml:space="preserve">A Visual Studio Extension that brings the GitHub Flow into Visual Studio.</Description>
|
||||
<MoreInfo>https://visualstudio.github.com</MoreInfo>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Include>
|
||||
<?define VersionNumber="1.0.10.3" ?>
|
||||
<?define VersionNumber="1.0.11.2" ?>
|
||||
</Include>
|
||||
|
|
|
@ -3,8 +3,8 @@ using System.Resources;
|
|||
using System.Runtime.InteropServices;
|
||||
|
||||
[assembly: AssemblyProduct("GitHub Extension for Visual Studio")]
|
||||
[assembly: AssemblyVersion("1.0.9.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.9.0")]
|
||||
[assembly: AssemblyVersion("1.0.11.2")]
|
||||
[assembly: AssemblyFileVersion("1.0.11.2")]
|
||||
[assembly: ComVisible(false)]
|
||||
[assembly: AssemblyCompany("GitHub, Inc.")]
|
||||
[assembly: AssemblyCopyright("Copyright © GitHub, Inc. 2014-2015")]
|
||||
|
@ -16,6 +16,6 @@ using System.Runtime.InteropServices;
|
|||
namespace System
|
||||
{
|
||||
internal static class AssemblyVersionInformation {
|
||||
internal const string Version = "1.0.9.0";
|
||||
internal const string Version = "1.0.11.2";
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче