|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <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">
|
3 | 3 | <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" /> |
5 | 5 | <DisplayName>Mouse Fast Scroll</DisplayName>
|
6 | 6 | <Description>Use Ctrl+Mouse Wheel for fast and easy Page Up/Down scrolling.</Description>
|
7 | 7 | <MoreInfo>https://github.com/tunnelvisionlabs/MouseFastScroll</MoreInfo>
|
8 | 8 | <License>LICENSE.txt</License>
|
9 | 9 | <!-- Don't include the GettingStartedGuide because it makes a web browser pop up after installation -->
|
10 | 10 | <!--<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> |
12 | 12 | <!--<Icon></Icon>-->
|
13 | 13 | <!--<PreviewImage></PreviewImage>-->
|
14 | 14 | <Tags>mouse, scroll, zoom</Tags>
|
15 | 15 | </Metadata>
|
16 | 16 | <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" /> |
19 | 19 | </Installation>
|
20 | 20 | <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" /> |
22 | 22 | </Prerequisites>
|
23 | 23 | <Assets>
|
24 | 24 | <Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
|
|
0 commit comments