From ec2390ad6c1585c31453682b2ec02fc8157238f2 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Thu, 6 Oct 2022 15:50:33 +0200 Subject: [PATCH] [dotnet] Improve name and descripting in a few existing templates a little bit. (#16260) This increases the consistency with how other templates are named. --- .../.template.config/localize/templatestrings.en.json | 4 ++-- .../maccatalyst/.template.config/template.json | 4 ++-- .../.template.config/localize/templatestrings.cs.json | 2 +- .../.template.config/localize/templatestrings.de.json | 2 +- .../.template.config/localize/templatestrings.en.json | 4 ++-- .../.template.config/localize/templatestrings.es.json | 2 +- .../.template.config/localize/templatestrings.fr.json | 2 +- .../.template.config/localize/templatestrings.it.json | 2 +- .../.template.config/localize/templatestrings.ja.json | 2 +- .../.template.config/localize/templatestrings.ko.json | 2 +- .../.template.config/localize/templatestrings.pl.json | 2 +- .../.template.config/localize/templatestrings.pt-BR.json | 2 +- .../.template.config/localize/templatestrings.ru.json | 2 +- .../.template.config/localize/templatestrings.tr.json | 2 +- .../.template.config/localize/templatestrings.zh-Hans.json | 2 +- .../.template.config/localize/templatestrings.zh-Hant.json | 2 +- .../maccatalystbinding/.template.config/template.json | 4 ++-- 17 files changed, 21 insertions(+), 21 deletions(-) diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.en.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.en.json index 90a9c96928..b79fa59384 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.en.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.en.json @@ -1,7 +1,7 @@ { "author": "Microsoft", - "name": "MacCatalyst Application", - "description": "A project for creating a .NET MacCatalyst application", + "name": "Mac Catalyst Application", + "description": "A project for creating a .NET Mac Catalyst application", "symbols/bundleId/description": "Overrides CFBundleIdentifier in the Info.plist", "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/template.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/template.json index a22e94f149..407e9dfa63 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/template.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/template.json @@ -3,8 +3,8 @@ "author": "Microsoft", "classifications": [ "macOS", "Mac Catalyst" ], "identity": "Microsoft.MacCatalyst.MacCatalystApp", - "name": "MacCatalyst Application", - "description": "A project for creating a .NET MacCatalyst application", + "name": "Mac Catalyst Application", + "description": "A project for creating a .NET Mac Catalyst application", "shortName": "maccatalyst", "tags": { "language": "C#", diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.cs.json index 917f3144e8..2c7ae590d2 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.cs.json @@ -1,5 +1,5 @@ { "author": "Microsoft", - "name": "MacCatalyst Binding Library", + "name": "Mac Catalyst Binding Library", "description": "Projekt pro vytvoření knihovny vazeb .NET MacCatalyst" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.de.json index 7d2845e3da..03d9dc8c98 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.de.json @@ -1,5 +1,5 @@ { "author": "Microsoft", - "name": "MacCatalyst Binding Library", + "name": "Mac Catalyst Binding Library", "description": "Ein Projekt zum Erstellen einer .NET MacCatalyst-Bindungsbibliothek" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.en.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.en.json index e3bb8faa4c..f5309d19ae 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.en.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.en.json @@ -1,5 +1,5 @@ { "author": "Microsoft", - "name": "MacCatalyst Binding Library", - "description": "A project for creating a .NET MacCatalyst binding library" + "name": "Mac Catalyst Binding Library", + "description": "A project for creating a .NET Mac Catalyst binding library" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.es.json index 2547d9a171..2813926e45 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.es.json @@ -1,5 +1,5 @@ { "author": "Microsoft", - "name": "MacCatalyst Binding Library", + "name": "Mac Catalyst Binding Library", "description": "Proyecto para crear una biblioteca de enlaces de MacCatalyst de .NET" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.fr.json index d1bb007e71..4ee48f488b 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.fr.json @@ -1,5 +1,5 @@ { "author": "Microsoft", - "name": "MacCatalyst Binding Library", + "name": "Mac Catalyst Binding Library", "description": "Projet de création d’une bibliothèque de liaisons MacCatalyst .NET" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.it.json index 2031784af7..567b94f777 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.it.json @@ -1,5 +1,5 @@ { "author": "Microsoft", - "name": "MacCatalyst Binding Library", + "name": "Mac Catalyst Binding Library", "description": "Progetto per la creazione di una libreria di binding MacCatalyst .NET" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.ja.json index 1f4ed58b8d..1dea408358 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.ja.json @@ -1,5 +1,5 @@ { "author": "Microsoft", - "name": "MacCatalyst Binding Library", + "name": "Mac Catalyst Binding Library", "description": ".NET MacCatalyst バインド ライブラリを作成するためのプロジェクト" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.ko.json index 5afad868bf..f112e7bb82 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.ko.json @@ -1,5 +1,5 @@ { "author": "Microsoft", - "name": "MacCatalyst Binding Library", + "name": "Mac Catalyst Binding Library", "description": ".NET MacCatalyst 바인딩 라이브러리를 만들기 위한 프로젝트" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.pl.json index 6cf74d295b..6f6a5f154c 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.pl.json @@ -1,5 +1,5 @@ { "author": "Microsoft", - "name": "MacCatalyst Binding Library", + "name": "Mac Catalyst Binding Library", "description": "Projekt służący do tworzenia biblioteki powiązań MacCatalyst platformy .NET 6" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.pt-BR.json index ebe2aa6155..0d6d9ea4fd 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.pt-BR.json @@ -1,5 +1,5 @@ { "author": "Microsoft", - "name": "MacCatalyst Binding Library", + "name": "Mac Catalyst Binding Library", "description": "Um projeto para criar uma biblioteca de vinculação do MacCatalyst .NET" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.ru.json index cceddd5fdd..628f16cb7b 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.ru.json @@ -1,5 +1,5 @@ { "author": "Майкрософт", - "name": "MacCatalyst Binding Library", + "name": "Mac Catalyst Binding Library", "description": "Проект для создания библиотеки привязок .NET в MacCatalyst" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.tr.json index 06183c9679..3833ac97e7 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.tr.json @@ -1,5 +1,5 @@ { "author": "Microsoft", - "name": "MacCatalyst Binding Library", + "name": "Mac Catalyst Binding Library", "description": "Bir .NET MacCatalyst bağlama kitaplığı oluşturmaya yönelik proje" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.zh-Hans.json index 61d65905f6..40da1e8616 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.zh-Hans.json @@ -1,5 +1,5 @@ { "author": "Microsoft", - "name": "MacCatalyst Binding Library", + "name": "Mac Catalyst Binding Library", "description": "用于创建 .NET MacCatalyst 绑定库的项目" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.zh-Hant.json index cee8827ec8..f20e9875d6 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.zh-Hant.json @@ -1,5 +1,5 @@ { "author": "Microsoft", - "name": "MacCatalyst Binding Library", + "name": "Mac Catalyst Binding Library", "description": "用於建立 .NET 6 MacCatalyst 繫結程式庫的專案" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/template.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/template.json index 488e63d0bc..0e1148f7d6 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/template.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/template.json @@ -3,8 +3,8 @@ "author": "Microsoft", "classifications": [ "macOS", "Mac Catalyst" ], "identity": "Microsoft.MacCatalyst.MacCatalystBinding", - "name": "MacCatalyst Binding Library", - "description": "A project for creating a .NET MacCatalyst binding library", + "name": "Mac Catalyst Binding Library", + "description": "A project for creating a .NET Mac Catalyst binding library", "shortName": "maccatalystbinding", "tags": { "language": "C#",