File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed
Tvl.VisualStudio.MouseFastScroll Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 44 <PropertyGroup >
55 <Company >Tunnel Vision Laboratories, LLC</Company >
66 <Copyright >Copyright © Sam Harwell 2014</Copyright >
7- <Version >4.4.0.0</Version >
8- <FileVersion >4.4.0.0</FileVersion >
9- <InformationalVersion >4.4.0-dev</InformationalVersion >
107 </PropertyGroup >
118
129 <PropertyGroup >
2926
3027 <ItemGroup >
3128 <PackageReference Include =" Codecov" Version =" 1.12.4" IncludeAssets =" none" PrivateAssets =" all" />
29+ <PackageReference Include =" Nerdbank.GitVersioning" Version =" 3.4.231" PrivateAssets =" all" />
3230 <PackageReference Include =" OpenCover" Version =" 4.6.519" IncludeAssets =" none" PrivateAssets =" all" />
3331 </ItemGroup >
3432
Original file line number Diff line number Diff line change 4848 <ProjectReference Update =" @(ProjectReference)" Name =" %(Filename)" />
4949 </ItemGroup >
5050
51+ <Target Name =" GetVsixVersion" Returns =" $(VsixVersion)" >
52+ <PropertyGroup >
53+ <VsixVersion Condition =" '$(VsixVersion)' == ''" >$(BuildVersionSimple)</VsixVersion >
54+ </PropertyGroup >
55+ </Target >
56+
5157</Project >
Original file line number Diff line number Diff line change 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.4.0 " Language =" en-US" Publisher =" Sam Harwell" />
4+ <Identity Id =" Tvl.VisualStudio.MouseFastScroll.7DFA0DD1-8052-464D-9A1A-5EADC10A84B0" Version =" |%CurrentProject%;GetVsixVersion| " 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 >
Original file line number Diff line number Diff line change 1+ {
2+ "version" : " 5.0" ,
3+ "cloudBuild" : {
4+ "buildNumber" : {
5+ "enabled" : true
6+ }
7+ }
8+ }
You can’t perform that action at this time.
0 commit comments