Skip to content

Commit 4c9a814

Browse files
authored
Merge pull request #31 from sharwell/update
Update for dev17
2 parents 4e0693e + cf01695 commit 4c9a814

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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.3.0.0</Version>
8-
<FileVersion>4.3.0.0</FileVersion>
9-
<InformationalVersion>4.3.0-dev</InformationalVersion>
7+
<Version>4.4.0.0</Version>
8+
<FileVersion>4.4.0.0</FileVersion>
9+
<InformationalVersion>4.4.0-dev</InformationalVersion>
1010
</PropertyGroup>
1111

1212
<PropertyGroup>

Tvl.VisualStudio.MouseFastScroll/source.extension.vsixmanifest

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
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.3.0" Language="en-US" Publisher="Sam Harwell" />
4+
<Identity Id="Tvl.VisualStudio.MouseFastScroll.7DFA0DD1-8052-464D-9A1A-5EADC10A84B0" Version="4.4.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.3.0</ReleaseNotes>
11+
<ReleaseNotes>https://github.com/tunnelvisionlabs/MouseFastScroll/releases/tag/4.4.0</ReleaseNotes>
1212
<!--<Icon></Icon>-->
1313
<!--<PreviewImage></PreviewImage>-->
1414
<Tags>mouse, scroll, zoom</Tags>
1515
</Metadata>
1616
<Installation>
17-
<InstallationTarget Version="[11.0,17.0)" Id="Microsoft.VisualStudio.Community" />
18-
<InstallationTarget Version="[11.0,17.0)" Id="Microsoft.VisualStudio.Pro" />
17+
<InstallationTarget Version="[11.0,18.0)" Id="Microsoft.VisualStudio.Community" />
18+
<InstallationTarget Version="[11.0,18.0)" Id="Microsoft.VisualStudio.Pro" />
1919
</Installation>
2020
<Prerequisites>
21-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,17.0)" DisplayName="Visual Studio core editor" />
21+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,18.0)" DisplayName="Visual Studio core editor" />
2222
</Prerequisites>
2323
<Assets>
2424
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />

0 commit comments

Comments
 (0)