Skip to content

Commit 3afc27f

Browse files
committed
Prepare for next development iteration
1 parent fd7d3d5 commit 3afc27f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<PropertyGroup>
55
<Company>Tunnel Vision Laboratories, LLC</Company>
66
<Copyright>Copyright © Sam Harwell 2014</Copyright>
7-
<Version>4.2.0.0</Version>
8-
<FileVersion>4.2.0.0</FileVersion>
9-
<InformationalVersion>4.2.0</InformationalVersion>
7+
<Version>4.3.0.0</Version>
8+
<FileVersion>4.3.0.0</FileVersion>
9+
<InformationalVersion>4.3.0-dev</InformationalVersion>
1010
</PropertyGroup>
1111

1212
<PropertyGroup>

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.2.0" Language="en-US" Publisher="Sam Harwell" />
4+
<Identity Id="Tvl.VisualStudio.MouseFastScroll.7DFA0DD1-8052-464D-9A1A-5EADC10A84B0" Version="4.3.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.2.0</ReleaseNotes>
11+
<ReleaseNotes>https://github.com/tunnelvisionlabs/MouseFastScroll/releases/tag/4.3.0</ReleaseNotes>
1212
<!--<Icon></Icon>-->
1313
<!--<PreviewImage></PreviewImage>-->
1414
<Tags>mouse, scroll, zoom</Tags>

0 commit comments

Comments
 (0)