This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
</NuGetPackageImportStamp >
9
9
<TargetFrameworkProfile />
10
10
<BuildType Condition =" Exists('..\..\script\ApiClientConfiguration.cs')" >Internal</BuildType >
11
- <ApplicationVersion >1.0.13 .0</ApplicationVersion >
11
+ <ApplicationVersion >1.0.14 .0</ApplicationVersion >
12
12
</PropertyGroup >
13
13
<Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
14
14
<PropertyGroup >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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" >
3
3
<Metadata >
4
- <Identity Id =" c3d3dc68-c977-411f-b3e8-03b0dccf7dfc" Version =" 1.0.13 .0" Language =" en-US" Publisher =" GitHub, Inc" />
4
+ <Identity Id =" c3d3dc68-c977-411f-b3e8-03b0dccf7dfc" Version =" 1.0.14 .0" Language =" en-US" Publisher =" GitHub, Inc" />
5
5
<DisplayName >GitHub Extension for Visual Studio</DisplayName >
6
6
<Description xml : space =" preserve" >A Visual Studio Extension that brings the GitHub Flow into Visual Studio.</Description >
7
7
<MoreInfo >https://visualstudio.github.com</MoreInfo >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Include >
3
- <?define VersionNumber =" 1.0.13 .0" ?>
3
+ <?define VersionNumber =" 1.0.14 .0" ?>
4
4
</Include >
Original file line number Diff line number Diff line change 3
3
using System . Runtime . InteropServices ;
4
4
5
5
[ assembly: AssemblyProduct ( "GitHub Extension for Visual Studio" ) ]
6
- [ assembly: AssemblyVersion ( "1.0.13 .0" ) ]
7
- [ assembly: AssemblyFileVersion ( "1.0.13 .0" ) ]
6
+ [ assembly: AssemblyVersion ( "1.0.14 .0" ) ]
7
+ [ assembly: AssemblyFileVersion ( "1.0.14 .0" ) ]
8
8
[ assembly: ComVisible ( false ) ]
9
9
[ assembly: AssemblyCompany ( "GitHub, Inc." ) ]
10
10
[ assembly: AssemblyCopyright ( "Copyright © GitHub, Inc. 2014-2015" ) ]
16
16
namespace System
17
17
{
18
18
internal static class AssemblyVersionInformation {
19
- internal const string Version = "1.0.13 .0" ;
19
+ internal const string Version = "1.0.14 .0" ;
20
20
}
21
21
}
You can’t perform that action at this time.
0 commit comments