Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit ad746c0

Browse files
committed
Update MSTest Project Icon and Details
1 parent 012dfda commit ad746c0

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

dev/WinUIApp-Blank-UnitTest/ProjectTemplate.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
<ItemGroup>
3333
<PackageReference Include="Microsoft.WindowsAppSDK" Version="$WASDKVersion$" />
3434
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="$WASDKBuildToolsVersion$" />
35-
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
36-
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
35+
<PackageReference Include="MSTest.TestAdapter" Version="3.2.2" />
36+
<PackageReference Include="MSTest.TestFramework" Version="3.2.2" />
3737
<PackageReference Include="Microsoft.TestPlatform.TestHost" Version="17.7.2">
3838
<ExcludeAssets>build</ExcludeAssets>
3939
</PackageReference>$ExtraLibs$

dev/WinUIApp-Blank-UnitTest/WinUIApp-Blank-UnitTest.vstemplate

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project">
33
<TemplateData>
4-
<Name>WinUI 3 Blank - UnitTest</Name>
5-
<Description>Creates a new Blank WinUI 3 Unit Test App without WinUICommunity Packages and Configs using MSTest</Description>
4+
<Name>WinUI 3 MSTest - (Unit Test)</Name>
5+
<Description>Creates a new Blank WinUI 3 App that contains MSTest unit test without WinUICommunity Packages and Configs</Description>
66
<Icon>WinUIApp.ico</Icon>
77
<TemplateID>WinUIApp-Blank-UnitTest-{AD16C803-9A57-46D9-A2D0-0338C16CE455}</TemplateID>
88
<TemplateGroupID>WinRT-Managed</TemplateGroupID>
@@ -23,7 +23,7 @@
2323
<ProjectTypeTag>desktop</ProjectTypeTag>
2424
<ProjectTypeTag>WinUI</ProjectTypeTag>
2525
<ProjectTypeTag>WinUICommunity</ProjectTypeTag>
26-
<ProjectTypeTag>Test</ProjectTypeTag>
26+
<ProjectTypeTag>Test</ProjectTypeTag>
2727
</TemplateData>
2828
<TemplateContent PreferedSolutionConfiguration="Debug|x86">
2929
<Project File="ProjectTemplate.csproj" ReplaceParameters="true">
-42.2 KB
Binary file not shown.
-5.81 KB
Loading

dev/WinUIApp/WinUIApp.vstemplate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project">
33
<TemplateData>
44
<Name>WinUI 3 App</Name>
5-
<Description>Creates a new Blank WinUI 3 App with WinUICommunity Packages and Custom TitleBar</Description>
5+
<Description>Creates a new WinUI 3 App with WinUICommunity Packages and Custom TitleBar</Description>
66
<Icon>WinUIApp.ico</Icon>
77
<TemplateID>WinUIApp-{AF97DF11-A759-4AB1-AA13-0C96274A6522}</TemplateID>
88
<TemplateGroupID>WinRT-Managed</TemplateGroupID>

0 commit comments

Comments
 (0)