File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 36
36
// You can specify all the values or you can default the Build and Revision Numbers
37
37
// by using the '*' as shown below:
38
38
// [assembly: AssemblyVersion("1.0.*")]
39
- [ assembly: AssemblyVersion ( "1.1 .0.0" ) ]
40
- [ assembly: AssemblyFileVersion ( "1.1.1 .0" ) ]
41
- [ assembly: AssemblyInformationalVersion ( "1.1.1-dev " ) ]
39
+ [ assembly: AssemblyVersion ( "2.0 .0.0" ) ]
40
+ [ assembly: AssemblyFileVersion ( "2.0.0 .0" ) ]
41
+ [ assembly: AssemblyInformationalVersion ( "2.0.0 " ) ]
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 =" DebugCommandLine.238a874d-d659-4517-85d1-06b0e3cf4b7f" Version =" 1.1.1 " Language =" en-US" Publisher =" Sam Harwell" />
4
+ <Identity Id =" DebugCommandLine.238a874d-d659-4517-85d1-06b0e3cf4b7f" Version =" 2.0.0 " Language =" en-US" Publisher =" Sam Harwell" />
5
5
<DisplayName >Debug Command Line</DisplayName >
6
6
<Description >Provides a toolbar dropdown to quickly switch between recently used debugger command lines.</Description >
7
7
<MoreInfo >https://github.com/tunnelvisionlabs/DebugCommandLine</MoreInfo >
8
8
<License >LICENSE.txt</License >
9
9
<!-- Don't include the GettingStartedGuide because it makes a web browser pop up after installation -->
10
10
<!-- <GettingStartedGuide>https://marketplace.visualstudio.com/items?itemName=SamHarwell.DebugCommandLine</GettingStartedGuide>-->
11
- <ReleaseNotes >https://github.com/tunnelvisionlabs/DebugCommandLine/releases/tag/v1.1.1 </ReleaseNotes >
11
+ <ReleaseNotes >https://github.com/tunnelvisionlabs/DebugCommandLine/releases/tag/2.0.0 </ReleaseNotes >
12
12
<!-- <Icon></Icon>-->
13
13
<!-- <PreviewImage></PreviewImage>-->
14
14
<Tags >configuration, debugging</Tags >
You can’t perform that action at this time.
0 commit comments