Skip to content

Commit a9c5b0c

Browse files
CopilotYoussef1313
andauthored
Remove NUnit version 3 references from template display names while preserving internal identities (#50133)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: Youssef1313 <[email protected]>
1 parent d7b546d commit a9c5b0c

File tree

85 files changed

+84
-88
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+84
-88
lines changed

eng/Versions.props

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@
7171
<!-- When updating MicrosoftVisualStudioSolutionPersistenceVersion make sure to sync with dotnet/msbuild, dotnet/source-build-externals and NuGet/NuGet.Client -->
7272
<MicrosoftVisualStudioSolutionPersistenceVersion>1.0.52</MicrosoftVisualStudioSolutionPersistenceVersion>
7373
</PropertyGroup>
74-
<PropertyGroup Label="NUnit3.DotNetNew.Template version">
75-
<!-- NUnit3.DotNetNew.Template versions do not 'flow in' -->
76-
<NUnit3DotNetNewTemplatePackageVersion>1.8.1</NUnit3DotNetNewTemplatePackageVersion>
77-
</PropertyGroup>
7874
<PropertyGroup Label="MicroBuild.Core version">
7975
<MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion>
8076
</PropertyGroup>
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"author": "Aleksei Kharlov aka halex2005 (codeofclimber.ru)",
3-
"name": "Testovací položka NUnit 3",
3+
"name": "Testovací položka NUnit",
44
"description": "Vytvoří novou testovací třídu NUnit.",
55
"postActions/openInEditor/description": "Otevře vytvořenou třídu testovacího přípravku v editoru."
66
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"author": "Aleksei Kharlov aka halex2005 (codeofclimber.ru)",
3-
"name": "NUnit 3-Testelement",
3+
"name": "NUnit-Testelement",
44
"description": "Erstellt eine neue NUnit-Testklasse",
55
"postActions/openInEditor/description": "Öffnet die erstellte Testfixture-Klasse im Editor."
66
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"author": "Aleksei Kharlov aka halex2005 (codeofclimber.ru)",
3-
"name": "NUnit 3 Test Item",
3+
"name": "NUnit Test Item",
44
"description": "Creates a new NUnit test class",
55
"postActions/openInEditor/description": "Opens created test fixture class in the editor"
66
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"author": "Aleksei Kharlov aka halex2005 (codeofclimber.ru)",
3-
"name": "Elemento de prueba de NUnit 3",
3+
"name": "Elemento de prueba de NUnit",
44
"description": "Crea una nueva clase de prueba NUnit",
55
"postActions/openInEditor/description": "Abrir la clase de accesorio de prueba creada en el editor"
66
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"author": "Aleksei Kharlov alias halex2005 (codeofclimber.ru)",
3-
"name": "Élément de test NUnit 3",
3+
"name": "Élément de test NUnit",
44
"description": "Crée une classe de test NUnit.",
55
"postActions/openInEditor/description": "Ouvre la classe de fixture de test créée dans l’éditeur"
66
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"author": "Aleksei Kharlov aka halex2005 (codeofclimber.ru)",
3-
"name": "Elemento di test NUnit 3",
3+
"name": "Elemento di test NUnit",
44
"description": "Crea una nuova classe di test NUnit",
55
"postActions/openInEditor/description": "Apre la classe di fixture di test creata nell'editor"
66
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"author": "Aleksei Kharlov aka halex2005 (codeofclimber.ru)",
3-
"name": "NUnit 3 テスト項目",
3+
"name": "NUnit テスト項目",
44
"description": "新しい NUnit テスト クラスを作成します",
55
"postActions/openInEditor/description": "作成されたテスト フィクスチャ クラスをエディターで開きます"
66
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"author": "Aleksei Kharlov aka halex2005 (codeofclimber.ru)",
3-
"name": "NUnit 3 테스트 항목",
3+
"name": "NUnit 테스트 항목",
44
"description": "새 NUnit 테스트 클래스를 만듭니다.",
55
"postActions/openInEditor/description": "편집기에서 만든 테스트 픽스쳐 클래스 열기"
66
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"author": "Aleksei Kharlov aka halex2005 (codeofclimber.ru)",
3-
"name": "NUnit 3 — element testowy",
3+
"name": "NUnit — element testowy",
44
"description": "Tworzy nową klasę testu NUnit",
55
"postActions/openInEditor/description": "Otwiera utworzoną klasę warunków początkowych w edytorze"
66
}

0 commit comments

Comments
 (0)