Skip to content

Commit 9076b37

Browse files
committed
Update version numbers for release 1.1.0
1 parent 14f0ebe commit 9076b37

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Tvl.DebugCommandLine/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[assembly: AssemblyConfiguration("")]
1414
[assembly: AssemblyCompany("Tunnel Vision Laboratories, LLC")]
1515
[assembly: AssemblyProduct("Tvl.DebugCommandLine")]
16-
[assembly: AssemblyCopyright("Copyright © Sam Harwell 2014")]
16+
[assembly: AssemblyCopyright("Copyright © Sam Harwell 2015")]
1717
[assembly: AssemblyTrademark("")]
1818
[assembly: AssemblyCulture("")]
1919
[assembly: CLSCompliant(false)]
@@ -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.0.0.0")]
40-
[assembly: AssemblyFileVersion("1.0.1.0")]
41-
[assembly: AssemblyInformationalVersion("1.0.1.0-dev")]
39+
[assembly: AssemblyVersion("1.1.0.0")]
40+
[assembly: AssemblyFileVersion("1.1.0.0")]
41+
[assembly: AssemblyInformationalVersion("1.1.0")]

Tvl.DebugCommandLine/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Identifier Id="DebugCommandLine.238a874d-d659-4517-85d1-06b0e3cf4b7f">
44
<Name>Debug Command Line</Name>
55
<Author>Sam Harwell</Author>
6-
<Version>1.0.1</Version>
6+
<Version>1.1.0</Version>
77
<Description xml:space="preserve">Provides a toolbar dropdown to quickly switch between recently used debugger command lines.</Description>
88
<MoreInfoUrl>https://github.com/tunnelvisionlabs/DebugCommandLine</MoreInfoUrl>
99
<GettingStartedGuide>https://visualstudiogallery.msdn.microsoft.com/b54410f3-90aa-4071-abb3-215efea48074</GettingStartedGuide>

0 commit comments

Comments
 (0)