Skip to content

Commit 5e6e9c1

Browse files
committed
Update assembly and extension info prior to release
1 parent 76bea17 commit 5e6e9c1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Tvl.VisualStudio.MouseFastScroll/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("Tunnel Vision Laboratories, LLC")]
1212
[assembly: AssemblyProduct("Tvl.VisualStudio.MouseFastScroll")]
13-
[assembly: AssemblyCopyright("Copyright © Sam Harwell 2013")]
13+
[assembly: AssemblyCopyright("Copyright © Sam Harwell 2014")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616
[assembly: CLSCompliant(false)]
@@ -30,6 +30,6 @@
3030
// You can specify all the values or you can default the Build and Revision Numbers
3131
// by using the '*' as shown below:
3232
// [assembly: AssemblyVersion("1.0.*")]
33-
[assembly: AssemblyVersion("2.0.0.0")]
34-
[assembly: AssemblyFileVersion("2.0.0.0")]
35-
[assembly: AssemblyInformationalVersion("2.0.0.0")]
33+
[assembly: AssemblyVersion("3.0.0.0")]
34+
[assembly: AssemblyFileVersion("3.0.0.0")]
35+
[assembly: AssemblyInformationalVersion("3.0.0.0-dev")]

Tvl.VisualStudio.MouseFastScroll/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.MouseFastScroll.7DFA0DD1-8052-464D-9A1A-5EADC10A84B0">
44
<Name>Mouse Fast Scroll</Name>
55
<Author>Sam Harwell</Author>
6-
<Version>2.0.0</Version>
6+
<Version>3.0.0</Version>
77
<Description xml:space="preserve">Use Ctrl+Mouse Wheel for fast and easy Page Up/Down scrolling.</Description>
88
<Locale>1033</Locale>
99
<License>LICENSE.txt</License>

0 commit comments

Comments
 (0)