File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Tvl.VisualStudio.MouseFastScroll Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
33
// You can specify all the values or you can default the Build and Revision Numbers
34
34
// by using the '*' as shown below:
35
35
// [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" ) ]
Original file line number Diff line number Diff line change 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.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" />
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.1 .0</ReleaseNotes >
11
+ <ReleaseNotes >https://github.com/tunnelvisionlabs/MouseFastScroll/releases/tag/4.2 .0</ReleaseNotes >
12
12
<!-- <Icon></Icon>-->
13
13
<!-- <PreviewImage></PreviewImage>-->
14
14
<Tags >mouse, scroll, zoom</Tags >
You can’t perform that action at this time.
0 commit comments