Skip to content

Commit 94997f1

Browse files
authored
Updating Templates and Wizards for 1.2.0 release. (#285)
1 parent 91f9f4f commit 94997f1

28 files changed

+26
-26
lines changed

Templates/CSharp/Desktop/MSTestDesktopCSharp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
5858
<IncludeInVSIX>true</IncludeInVSIX>
5959
</Content>
60-
<Content Include="packages\MSTest.TestAdapter.1.1.18.nupkg">
60+
<Content Include="packages\MSTest.TestAdapter.1.2.0.nupkg">
6161
<IncludeInVSIX>true</IncludeInVSIX>
6262
</Content>
63-
<Content Include="packages\MSTest.TestFramework.1.1.18.nupkg">
63+
<Content Include="packages\MSTest.TestFramework.1.2.0.nupkg">
6464
<IncludeInVSIX>true</IncludeInVSIX>
6565
</Content>
6666
<None Include="source.extension.vsixmanifest">

Templates/CSharp/Desktop/ProjectTemplates/CSharp/Test/MSTestV2Desktop.vstemplate

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
</WizardExtension>
2626
<WizardData>
2727
<packages repository="extension" repositoryId="mstestProjectTemplate" isPreunzipped="false" >
28-
<package id="MSTest.TestAdapter" version="1.1.18" skipAssemblyReferences="false" />
29-
<package id="MSTest.TestFramework" version="1.1.18" skipAssemblyReferences="false" />
28+
<package id="MSTest.TestAdapter" version="1.2.0" skipAssemblyReferences="false" />
29+
<package id="MSTest.TestFramework" version="1.2.0" skipAssemblyReferences="false" />
3030
</packages>
3131
</WizardData>
3232
</VSTemplate>
Binary file not shown.
Binary file not shown.

Templates/VisualBasic/Desktop/packages/MSTest.TestFramework.1.1.18.nupkg renamed to Templates/CSharp/Desktop/packages/MSTest.TestFramework.1.2.0.nupkg

964 KB
Binary file not shown.

Templates/CSharp/Desktop/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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="mstestProjectTemplate" Version="15.0.26130.00" Language="en-US" Publisher="Microsoft" />
4+
<Identity Id="mstestProjectTemplate" Version="15.0.27010.00" Language="en-US" Publisher="Microsoft" />
55
<DisplayName>MSTest V2 Templates</DisplayName>
66
<Description xml:space="preserve">Provides Visual Studio project template for MSTest V2.</Description>
77
<License>DesktopTemplateLicense.rtf</License>

Templates/CSharp/UWP/MSTestUWPCSharp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@
6161
</Content>
6262
<Content Include="UWP.xml" />
6363
<None Include="packages.config" />
64-
<Content Include="packages\MSTest.TestFramework.1.1.18.nupkg">
64+
<Content Include="packages\MSTest.TestFramework.1.2.0.nupkg">
6565
<IncludeInVSIX>true</IncludeInVSIX>
6666
</Content>
67-
<Content Include="packages\MSTest.TestAdapter.1.1.18.nupkg">
67+
<Content Include="packages\MSTest.TestAdapter.1.2.0.nupkg">
6868
<IncludeInVSIX>true</IncludeInVSIX>
6969
</Content>
7070
<None Include="source.extension.vsixmanifest">

Templates/CSharp/UWP/ProjectTemplates/CSharp/Windows UAP/MSTestV2UWP.vstemplate

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
</WizardExtension>
5555
<WizardData>
5656
<packages repository="extension" repositoryId="mstestUniversalProjectTemplate" isPreunzipped="false" >
57-
<package id="MSTest.TestAdapter" version="1.1.18" skipAssemblyReferences="false" />
58-
<package id="MSTest.TestFramework" version="1.1.18" skipAssemblyReferences="false" />
57+
<package id="MSTest.TestAdapter" version="1.2.0" skipAssemblyReferences="false" />
58+
<package id="MSTest.TestFramework" version="1.2.0" skipAssemblyReferences="false" />
5959
</packages>
6060
</WizardData>
6161
</VSTemplate>
-744 KB
Binary file not shown.
747 KB
Binary file not shown.

0 commit comments

Comments
 (0)