Skip to content

Commit ebadd88

Browse files
author
Jonathan Wilkins
committed
added vs2015 support to manifest file
1 parent 364b52c commit ebadd88

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Source/Machine.VSTestAdapter.VSIX/source.extension.vsixmanifest

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Vsix xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1.0.0"
2+
<Vsix xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1.0.0"
33
xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010">
44
<Identifier Id="Machine.VSTestAdapter.Eugene Duvenage.889BA1F5-0E35-48BC-8D0F-F06489464E05">
55
<Name xml:space="preserve">MSpec Test Adapter</Name>
@@ -23,6 +23,11 @@
2323
<Edition>Premium</Edition>
2424
<Edition>Pro</Edition>
2525
</VisualStudio>
26+
<VisualStudio Version="14.0">
27+
<Edition>Ultimate</Edition>
28+
<Edition>Premium</Edition>
29+
<Edition>Pro</Edition>
30+
</VisualStudio>
2631
</SupportedProducts>
2732
<SupportedFrameworkRuntimeEdition MinVersion="2.0" MaxVersion="4.5" />
2833
</Identifier>

0 commit comments

Comments
 (0)