Skip to content

Commit 3febccb

Browse files
committed
Update version numbers for release 1.1.0
1 parent 00830d9 commit 3febccb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

OpenInExternalBrowser/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
// You can specify all the values or you can default the Build and Revision Numbers
3535
// by using the '*' as shown below:
3636
// [assembly: AssemblyVersion("1.0.*")]
37-
[assembly: AssemblyVersion("1.0.0.0")]
38-
[assembly: AssemblyFileVersion("1.0.1.0")]
39-
[assembly: AssemblyInformationalVersion("1.0.1.0-dev")]
37+
[assembly: AssemblyVersion("1.1.0.0")]
38+
[assembly: AssemblyFileVersion("1.1.0.0")]
39+
[assembly: AssemblyInformationalVersion("1.1.0.0")]

OpenInExternalBrowser/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Identifier Id="Tvl.VisualStudio.OpenInExternalBrowser.AB302857-F9A9-4345-B930-FC99D0F80601">
44
<Name>Open in External Browser</Name>
55
<Author>Sam Harwell</Author>
6-
<Version>1.0.1</Version>
6+
<Version>1.1.0</Version>
77
<Description xml:space="preserve">Alters the behavior of Ctrl+Click in the editor to open links in the default external browser</Description>
88
<Locale>1033</Locale>
99
<License>LICENSE</License>

0 commit comments

Comments
 (0)