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 18
18
</NuGetPackageImportStamp >
19
19
<TargetFrameworkProfile />
20
20
<BuildType Condition =" Exists('..\..\script\src\ApiClientConfiguration.cs')" >Internal</BuildType >
21
- <ApplicationVersion >2.2.0.9 </ApplicationVersion >
21
+ <ApplicationVersion >2.2.0.10 </ApplicationVersion >
22
22
<OutputPath >..\..\build\$(Configuration)\</OutputPath >
23
23
<VsixType >v3</VsixType >
24
24
<IsProductComponent >false</IsProductComponent >
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 =" 2.2.0.9 " Language =" en-US" Publisher =" GitHub, Inc" />
4
+ <Identity Id =" c3d3dc68-c977-411f-b3e8-03b0dccf7dfc" Version =" 2.2.0.10 " 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
<PackageId >GitHub.VisualStudio</PackageId >
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 =" 2.2.0.9 " ?>
3
+ <?define VersionNumber =" 2.2.0.10 " ?>
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 ( "2.2.0.9 " ) ]
7
- [ assembly: AssemblyFileVersion ( "2.2.0.9 " ) ]
6
+ [ assembly: AssemblyVersion ( "2.2.0.10 " ) ]
7
+ [ assembly: AssemblyFileVersion ( "2.2.0.10 " ) ]
8
8
[ assembly: ComVisible ( false ) ]
9
9
[ assembly: AssemblyCompany ( "GitHub, Inc." ) ]
10
10
[ assembly: AssemblyCopyright ( "Copyright © GitHub, Inc. 2014-2016" ) ]
16
16
namespace System
17
17
{
18
18
internal static class AssemblyVersionInformation {
19
- internal const string Version = "2.2.0.9 " ;
19
+ internal const string Version = "2.2.0.10 " ;
20
20
}
21
21
}
You can’t perform that action at this time.
0 commit comments