Updating Templates and Wizards for 1.2.0 release. (#285)

This commit is contained in:
Sarabjot Singh 2017-10-10 16:42:08 +05:30 коммит произвёл GitHub
Родитель 91f9f4fe67
Коммит 94997f12c9
28 изменённых файлов: 26 добавлений и 26 удалений

Просмотреть файл

@ -57,10 +57,10 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="packages\MSTest.TestAdapter.1.1.18.nupkg">
<Content Include="packages\MSTest.TestAdapter.1.2.0.nupkg">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="packages\MSTest.TestFramework.1.1.18.nupkg">
<Content Include="packages\MSTest.TestFramework.1.2.0.nupkg">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="source.extension.vsixmanifest">

Просмотреть файл

@ -25,8 +25,8 @@
</WizardExtension>
<WizardData>
<packages repository="extension" repositoryId="mstestProjectTemplate" isPreunzipped="false" >
<package id="MSTest.TestAdapter" version="1.1.18" skipAssemblyReferences="false" />
<package id="MSTest.TestFramework" version="1.1.18" skipAssemblyReferences="false" />
<package id="MSTest.TestAdapter" version="1.2.0" skipAssemblyReferences="false" />
<package id="MSTest.TestFramework" version="1.2.0" skipAssemblyReferences="false" />
</packages>
</WizardData>
</VSTemplate>

Двоичный файл не отображается.

Двоичные данные
Templates/CSharp/Desktop/packages/MSTest.TestAdapter.1.2.0.nupkg Normal file

Двоичный файл не отображается.

Просмотреть файл

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="mstestProjectTemplate" Version="15.0.26130.00" Language="en-US" Publisher="Microsoft" />
<Identity Id="mstestProjectTemplate" Version="15.0.27010.00" Language="en-US" Publisher="Microsoft" />
<DisplayName>MSTest V2 Templates</DisplayName>
<Description xml:space="preserve">Provides Visual Studio project template for MSTest V2.</Description>
<License>DesktopTemplateLicense.rtf</License>

Просмотреть файл

@ -61,10 +61,10 @@
</Content>
<Content Include="UWP.xml" />
<None Include="packages.config" />
<Content Include="packages\MSTest.TestFramework.1.1.18.nupkg">
<Content Include="packages\MSTest.TestFramework.1.2.0.nupkg">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="packages\MSTest.TestAdapter.1.1.18.nupkg">
<Content Include="packages\MSTest.TestAdapter.1.2.0.nupkg">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="source.extension.vsixmanifest">

Просмотреть файл

@ -54,8 +54,8 @@
</WizardExtension>
<WizardData>
<packages repository="extension" repositoryId="mstestUniversalProjectTemplate" isPreunzipped="false" >
<package id="MSTest.TestAdapter" version="1.1.18" skipAssemblyReferences="false" />
<package id="MSTest.TestFramework" version="1.1.18" skipAssemblyReferences="false" />
<package id="MSTest.TestAdapter" version="1.2.0" skipAssemblyReferences="false" />
<package id="MSTest.TestFramework" version="1.2.0" skipAssemblyReferences="false" />
</packages>
</WizardData>
</VSTemplate>

Двоичный файл не отображается.

Двоичные данные
Templates/CSharp/UWP/packages/MSTest.TestAdapter.1.2.0.nupkg Normal file

Двоичный файл не отображается.

Просмотреть файл

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="mstestUniversalProjectTemplate" Version="15.0.26130.00" Language="en-US" Publisher="Microsoft" />
<Identity Id="mstestUniversalProjectTemplate" Version="15.0.27010.00" Language="en-US" Publisher="Microsoft" />
<DisplayName>MSTest V2 Templates (Universal Windows)</DisplayName>
<Description xml:space="preserve">Provides Visual Studio project template for MSTest V2 (For UWP applications).</Description>
<License>UniversalTemplateLicense.rtf</License>

Просмотреть файл

@ -57,10 +57,10 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="packages\MSTest.TestAdapter.1.1.18.nupkg">
<Content Include="packages\MSTest.TestAdapter.1.2.0.nupkg">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="packages\MSTest.TestFramework.1.1.18.nupkg">
<Content Include="packages\MSTest.TestFramework.1.2.0.nupkg">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="source.extension.vsixmanifest">

Просмотреть файл

@ -31,8 +31,8 @@
</WizardExtension>
<WizardData>
<packages repository="extension" repositoryId="MSTestDesktopVB.Microsoft.c6c7fff6-20cb-405d-9ad4-a60a6d0c55d9" isPreunzipped="false" >
<package id="MSTest.TestAdapter" version="1.1.18" skipAssemblyReferences="false" />
<package id="MSTest.TestFramework" version="1.1.18" skipAssemblyReferences="false" />
<package id="MSTest.TestAdapter" version="1.2.0" skipAssemblyReferences="false" />
<package id="MSTest.TestFramework" version="1.2.0" skipAssemblyReferences="false" />
</packages>
</WizardData>
</VSTemplate>

Двоичный файл не отображается.

Двоичный файл не отображается.

Просмотреть файл

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="MSTestDesktopVB.Microsoft.c6c7fff6-20cb-405d-9ad4-a60a6d0c55d9" Version="15.0.26130.00" Language="en-US" Publisher="Microsoft" />
<Identity Id="MSTestDesktopVB.Microsoft.c6c7fff6-20cb-405d-9ad4-a60a6d0c55d9" Version="15.0.27010.00" Language="en-US" Publisher="Microsoft" />
<DisplayName>MSTest V2 Templates for Visual Basic</DisplayName>
<Description xml:space="preserve">Provides Visual Studio project template for MSTest V2(Visual Basic).</Description>
<License>DesktopTemplateLicense.rtf</License>

Просмотреть файл

@ -61,10 +61,10 @@
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="packages.config" />
<Content Include="packages\MSTest.TestAdapter.1.1.18.nupkg">
<Content Include="packages\MSTest.TestAdapter.1.2.0.nupkg">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="packages\MSTest.TestFramework.1.1.18.nupkg">
<Content Include="packages\MSTest.TestFramework.1.2.0.nupkg">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="source.extension.vsixmanifest">

Просмотреть файл

@ -54,8 +54,8 @@
</WizardExtension>
<WizardData>
<packages repository="extension" repositoryId="MSTestUWPVB.Microsoft.3dc1d5cd-bbfb-456f-965e-5b962ad063d1" isPreunzipped="false" >
<package id="MSTest.TestAdapter" version="1.1.18" skipAssemblyReferences="false" />
<package id="MSTest.TestFramework" version="1.1.18" skipAssemblyReferences="false" />
<package id="MSTest.TestAdapter" version="1.2.0" skipAssemblyReferences="false" />
<package id="MSTest.TestFramework" version="1.2.0" skipAssemblyReferences="false" />
</packages>
</WizardData>
</VSTemplate>

Двоичный файл не отображается.

Двоичные данные
Templates/VisualBasic/UWP/packages/MSTest.TestAdapter.1.2.0.nupkg Normal file

Двоичный файл не отображается.

Просмотреть файл

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="MSTestUWPVB.Microsoft.3dc1d5cd-bbfb-456f-965e-5b962ad063d1" Version="15.0.26130.00" Language="en-US" Publisher="Microsoft" />
<Identity Id="MSTestUWPVB.Microsoft.3dc1d5cd-bbfb-456f-965e-5b962ad063d1" Version="15.0.27010.00" Language="en-US" Publisher="Microsoft" />
<DisplayName>MSTest V2 Templates for VB (Universal Windows)</DisplayName>
<Description xml:space="preserve">Provides Visual Studio project template for MSTest V2 Visual Basic(For UWP applications).</Description>
<License>UniversalTemplateLicense.rtf</License>

Просмотреть файл

@ -103,8 +103,8 @@ namespace MSTestv2IntelliTestExtension
get
{
return Indexable.Two(
new ShortReferenceAssemblyName(ShortAssemblyName.FromName("MSTest.TestAdapter"), "1.1.18", AssemblyReferenceType.NugetReference),
new ShortReferenceAssemblyName(ShortAssemblyName.FromName("MSTest.TestFramework"), "1.1.18", AssemblyReferenceType.NugetReference));
new ShortReferenceAssemblyName(ShortAssemblyName.FromName("MSTest.TestAdapter"), "1.2.0", AssemblyReferenceType.NugetReference),
new ShortReferenceAssemblyName(ShortAssemblyName.FromName("MSTest.TestFramework"), "1.2.0", AssemblyReferenceType.NugetReference));
}
}

Просмотреть файл

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="MSTestV2IntelliTestExtensionPackage.Microsoft.935a8bb8-364d-46ce-a02f-fbb74f2d9188" Version="15.0.26130.00" Language="en-US" Publisher="Microsoft" />
<Identity Id="MSTestV2IntelliTestExtensionPackage.Microsoft.935a8bb8-364d-46ce-a02f-fbb74f2d9188" Version="15.0.27010.00" Language="en-US" Publisher="Microsoft" />
<DisplayName>MSTest V2 IntelliTest Extension</DisplayName>
<Description xml:space="preserve">Allows developers to generate IntelliTest using MSTest V2.</Description>
<License>IntelliTestExtensionLicense.rtf</License>

Просмотреть файл

@ -51,8 +51,8 @@ namespace MSTestv2UnitTestExtension
base.OnUnitTestProjectCreated(unitTestProject, sourceMethod);
this.EnsureNuGetReference(unitTestProject, "MSTest.TestAdapter", "1.1.18");
this.EnsureNuGetReference(unitTestProject, "MSTest.TestFramework", "1.1.18");
this.EnsureNuGetReference(unitTestProject, "MSTest.TestAdapter", "1.2.0");
this.EnsureNuGetReference(unitTestProject, "MSTest.TestFramework", "1.2.0");
VSProject2 vsp = unitTestProject.Object as VSProject2;
if (vsp != null)

Просмотреть файл

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="MSTestV2UnitTestExtensionPackage.Microsoft.632139eb-968c-47ce-8667-f0898f00833f" Version="15.0.26130.00" Language="en-US" Publisher="Microsoft" />
<Identity Id="MSTestV2UnitTestExtensionPackage.Microsoft.632139eb-968c-47ce-8667-f0898f00833f" Version="15.0.27010.00" Language="en-US" Publisher="Microsoft" />
<DisplayName>MSTest V2 Create Unit Test Extension</DisplayName>
<Description xml:space="preserve">Allows developers to create unit test using MSTest V2.</Description>
<License>CreateUnitTestExtensionLicense.rtf</License>