Skip to content

Commit 143b226

Browse files
committed
Update version numbers for release 2.0.0
1 parent 5b9bdc0 commit 143b226

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Tvl.DebugCommandLine/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
// You can specify all the values or you can default the Build and Revision Numbers
3737
// by using the '*' as shown below:
3838
// [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")]

Tvl.DebugCommandLine/source.extension.vsixmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<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" />
55
<DisplayName>Debug Command Line</DisplayName>
66
<Description>Provides a toolbar dropdown to quickly switch between recently used debugger command lines.</Description>
77
<MoreInfo>https://github.com/tunnelvisionlabs/DebugCommandLine</MoreInfo>
88
<License>LICENSE.txt</License>
99
<!-- Don't include the GettingStartedGuide because it makes a web browser pop up after installation -->
1010
<!--<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>
1212
<!--<Icon></Icon>-->
1313
<!--<PreviewImage></PreviewImage>-->
1414
<Tags>configuration, debugging</Tags>

0 commit comments

Comments
 (0)