Skip to content

Commit 6ea68c9

Browse files
authored
Merge pull request #12 from MrLuje/feature/vs2022-final
2 parents 21cf3af + 92ce9f7 commit 6ea68c9

File tree

1 file changed

+40
-41
lines changed

1 file changed

+40
-41
lines changed
Lines changed: 40 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,41 @@
1-
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011">
2-
<Metadata>
3-
<Identity Id="Mocking.Helpers.DC82BF19-0482-4D47-A1FF-7F4CBBAA44D4" Version="1.0.0.0" Language="en-US" Publisher="MrLuje" />
4-
<DisplayName>Mocking.Helpers</DisplayName>
5-
<Description xml:space="preserve">Collection of features to help working with various mocking framework</Description>
6-
<MoreInfo>https://github.com/MrLuje/Mocking.Helpers</MoreInfo>
7-
<Icon>Resources\mocking-helpers.png</Icon>
8-
<PreviewImage>Resources\moq.png</PreviewImage>
9-
<Tags>mocking roslyn moq nsubstitute</Tags>
10-
<Preview>true</Preview>
11-
</Metadata>
12-
<Installation>
13-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,17.0)">
14-
<ProductArchitecture>x86</ProductArchitecture>
15-
</InstallationTarget>
16-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)">
17-
<ProductArchitecture>amd64</ProductArchitecture>
18-
</InstallationTarget>
19-
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[15.0,17.0)">
20-
<ProductArchitecture>x86</ProductArchitecture>
21-
</InstallationTarget>
22-
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.0,18.0)">
23-
<ProductArchitecture>amd64</ProductArchitecture>
24-
</InstallationTarget>
25-
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[15.0,17.0)">
26-
<ProductArchitecture>x86</ProductArchitecture>
27-
</InstallationTarget>
28-
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.0,18.0)">
29-
<ProductArchitecture>amd64</ProductArchitecture>
30-
</InstallationTarget>
31-
</Installation>
32-
<Dependencies>
33-
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" Version="[4.5,)" />
34-
</Dependencies>
35-
<Assets>
36-
<Asset Type="Microsoft.VisualStudio.MefComponent" Path="Mocking.Helpers.dll" />
37-
</Assets>
38-
<Prerequisites>
39-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,18.0)" DisplayName="Visual Studio core editor" />
40-
<Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.LanguageServices" Version="[15.0,18.0)" DisplayName="Roslyn Language Services" />
41-
</Prerequisites>
1+
<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">
2+
<Metadata>
3+
<Identity Id="Mocking.Helpers.DC82BF19-0482-4D47-A1FF-7F4CBBAA44D4" Version="1.0.0.0" Language="en-US" Publisher="MrLuje" />
4+
<DisplayName>Mocking.Helpers</DisplayName>
5+
<Description xml:space="preserve">Collection of features to help working with various mocking framework</Description>
6+
<MoreInfo>https://github.com/MrLuje/Mocking.Helpers</MoreInfo>
7+
<Icon>Resources\mocking-helpers.png</Icon>
8+
<PreviewImage>Resources\moq.png</PreviewImage>
9+
<Tags>mocking roslyn moq nsubstitute</Tags>
10+
</Metadata>
11+
<Installation>
12+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,17.0)">
13+
<ProductArchitecture>x86</ProductArchitecture>
14+
</InstallationTarget>
15+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)">
16+
<ProductArchitecture>amd64</ProductArchitecture>
17+
</InstallationTarget>
18+
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[15.0,17.0)">
19+
<ProductArchitecture>x86</ProductArchitecture>
20+
</InstallationTarget>
21+
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.0,18.0)">
22+
<ProductArchitecture>amd64</ProductArchitecture>
23+
</InstallationTarget>
24+
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[15.0,17.0)">
25+
<ProductArchitecture>x86</ProductArchitecture>
26+
</InstallationTarget>
27+
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.0,18.0)">
28+
<ProductArchitecture>amd64</ProductArchitecture>
29+
</InstallationTarget>
30+
</Installation>
31+
<Dependencies>
32+
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" Version="[4.5,)" />
33+
</Dependencies>
34+
<Assets>
35+
<Asset Type="Microsoft.VisualStudio.MefComponent" Path="Mocking.Helpers.dll" />
36+
</Assets>
37+
<Prerequisites>
38+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,18.0)" DisplayName="Visual Studio core editor" />
39+
<Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.LanguageServices" Version="[15.0,18.0)" DisplayName="Roslyn Language Services" />
40+
</Prerequisites>
4241
</PackageManifest>

0 commit comments

Comments
 (0)