Skip to content

Commit ec8eb8e

Browse files
authored
Merge pull request #12 from sharwell/release/4.1.0
Release/4.1.0
2 parents 5b17707 + 26fbc36 commit ec8eb8e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Tvl.VisualStudio.MouseFastScroll/Properties/AssemblyInfo.cs

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

Tvl.VisualStudio.MouseFastScroll/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="Tvl.VisualStudio.MouseFastScroll.7DFA0DD1-8052-464D-9A1A-5EADC10A84B0" Version="4.1.0" Language="en-US" Publisher="Sam Harwell" />
4+
<Identity Id="Tvl.VisualStudio.MouseFastScroll.7DFA0DD1-8052-464D-9A1A-5EADC10A84B0" Version="4.2.0" Language="en-US" Publisher="Sam Harwell" />
55
<DisplayName>Mouse Fast Scroll</DisplayName>
66
<Description>Use Ctrl+Mouse Wheel for fast and easy Page Up/Down scrolling.</Description>
77
<MoreInfo>https://github.com/tunnelvisionlabs/MouseFastScroll</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.MouseFastScroll</GettingStartedGuide>-->
11-
<ReleaseNotes>https://github.com/tunnelvisionlabs/MouseFastScroll/releases/tag/4.1.0</ReleaseNotes>
11+
<ReleaseNotes>https://github.com/tunnelvisionlabs/MouseFastScroll/releases/tag/4.2.0</ReleaseNotes>
1212
<!--<Icon></Icon>-->
1313
<!--<PreviewImage></PreviewImage>-->
1414
<Tags>mouse, scroll, zoom</Tags>

0 commit comments

Comments
 (0)