From 1341d19fec511f8e96d404216e2c7043e3407f81 Mon Sep 17 00:00:00 2001 From: Kangho Hur Date: Tue, 7 Sep 2021 18:41:05 +0900 Subject: [PATCH] [Tizen] Update project templates to work with safe characters - Update project templates to work with safe characters (#2368) --- .../src/templates/maui-blazor/Platforms/Tizen/Main.cs | 2 +- .../templates/maui-blazor/Platforms/Tizen/tizen-manifest.xml | 4 ++-- .../src/templates/maui-mobile/Platforms/Tizen/Main.cs | 2 +- .../templates/maui-mobile/Platforms/Tizen/tizen-manifest.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Templates/src/templates/maui-blazor/Platforms/Tizen/Main.cs b/src/Templates/src/templates/maui-blazor/Platforms/Tizen/Main.cs index d512886c086c..6253064c5704 100644 --- a/src/Templates/src/templates/maui-blazor/Platforms/Tizen/Main.cs +++ b/src/Templates/src/templates/maui-blazor/Platforms/Tizen/Main.cs @@ -1,7 +1,7 @@ using System; using Microsoft.Maui; -namespace MauiApp1 +namespace MauiApp._1 { class Program : MauiApplication { diff --git a/src/Templates/src/templates/maui-blazor/Platforms/Tizen/tizen-manifest.xml b/src/Templates/src/templates/maui-blazor/Platforms/Tizen/tizen-manifest.xml index 5847c71b195d..757ccfa43dc1 100644 --- a/src/Templates/src/templates/maui-blazor/Platforms/Tizen/tizen-manifest.xml +++ b/src/Templates/src/templates/maui-blazor/Platforms/Tizen/tizen-manifest.xml @@ -1,7 +1,7 @@  - + - + appicon.xhigh.png diff --git a/src/Templates/src/templates/maui-mobile/Platforms/Tizen/Main.cs b/src/Templates/src/templates/maui-mobile/Platforms/Tizen/Main.cs index d512886c086c..6253064c5704 100644 --- a/src/Templates/src/templates/maui-mobile/Platforms/Tizen/Main.cs +++ b/src/Templates/src/templates/maui-mobile/Platforms/Tizen/Main.cs @@ -1,7 +1,7 @@ using System; using Microsoft.Maui; -namespace MauiApp1 +namespace MauiApp._1 { class Program : MauiApplication { diff --git a/src/Templates/src/templates/maui-mobile/Platforms/Tizen/tizen-manifest.xml b/src/Templates/src/templates/maui-mobile/Platforms/Tizen/tizen-manifest.xml index 5847c71b195d..b75dcec55201 100644 --- a/src/Templates/src/templates/maui-mobile/Platforms/Tizen/tizen-manifest.xml +++ b/src/Templates/src/templates/maui-mobile/Platforms/Tizen/tizen-manifest.xml @@ -1,7 +1,7 @@  - + appicon.xhigh.png