Skip to content

Commit 72b6dc2

Browse files
committed
Added support for Visual Studio 2012.
1 parent 57078ed commit 72b6dc2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
To install, simply download the .vsix from the Downloads section, double-click, and select the Visual Studio versions (including 2012) that you want to install to.

source.extension.vsixmanifest

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
33
<Identifier Id="DisableMouseWheelZoom.NoahRichardst.fb70c64a-15d3-4384-ad2d-8e83a8bfd897">
44
<Name>Disable Mouse Wheel Zoom</Name>
55
<Author>Noah Richards</Author>
6-
<Version>1.0</Version>
6+
<Version>1.1</Version>
77
<Description xml:space="preserve">Disables zooming with the ctrl+mouse wheel gesture.</Description>
88
<Locale>1033</Locale>
99
<SupportedProducts>
1010
<VisualStudio Version="10.0">
1111
<Edition>Pro</Edition>
1212
</VisualStudio>
13+
<VisualStudio Version="11.0">
14+
<Edition>Pro</Edition>
15+
</VisualStudio>
1316
</SupportedProducts>
1417
<SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.0" />
1518
</Identifier>

0 commit comments

Comments
 (0)