зеркало из https://github.com/github/VisualStudio.git
Bump version to 2.5.9
This commit is contained in:
Родитель
d1bedd68f1
Коммит
fb085b6175
|
@ -1,7 +1,7 @@
|
|||
<Project>
|
||||
<PropertyGroup>
|
||||
<Product>GitHub Extension for Visual Studio</Product>
|
||||
<Version>2.5.8.0</Version>
|
||||
<Version>2.5.9.0</Version>
|
||||
<Copyright>Copyright © GitHub, Inc. 2014-2018</Copyright>
|
||||
<LangVersion>7.3</LangVersion>
|
||||
</PropertyGroup>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
os: Visual Studio 2017
|
||||
version: '2.5.8.{build}'
|
||||
version: '2.5.9.{build}'
|
||||
skip_tags: true
|
||||
install:
|
||||
- ps: |
|
||||
|
|
|
@ -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="2.5.8.0" Language="en-US" Publisher="GitHub, Inc" />
|
||||
<Identity Id="c3d3dc68-c977-411f-b3e8-03b0dccf7dfc" Version="2.5.9.0" 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>
|
||||
<PackageId>GitHub.VisualStudio</PackageId>
|
||||
|
|
|
@ -18,6 +18,6 @@ using System.Runtime.InteropServices;
|
|||
namespace System
|
||||
{
|
||||
internal static class AssemblyVersionInformation {
|
||||
internal const string Version = "2.5.8.0";
|
||||
internal const string Version = "2.5.9.0";
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче