From: j-h.choi Date: Thu, 18 Apr 2024 01:15:20 +0000 (+0900) Subject: [TizenX] Version up to 8.0.11 X-Git-Tag: accepted/tizen/unified/20250115.124144~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b52604164a1d6041370f4c1f76d9a3eb311648d;p=platform%2Fcore%2Fdotnet%2Flauncher.git [TizenX] Version up to 8.0.11 Change-Id: Id74d68efebe7fe5c54fbb930c844e789c8cf346c --- diff --git a/NativeLauncher/tool/multi_target_resolver.cc b/NativeLauncher/tool/multi_target_resolver.cc index 9542a35..201c287 100644 --- a/NativeLauncher/tool/multi_target_resolver.cc +++ b/NativeLauncher/tool/multi_target_resolver.cc @@ -22,13 +22,13 @@ #include "utils.h" #include "multi_target_resolver.h" -static const char* __TIZEN_RID_VERSION_KEY = "db/dotnet/tizen_rid_version"; //8.0.0:7.0.0:6.5.0:6.0.0:5.5.0:5.0.0:4.0.0 -static const char* __TIZEN_TFM_SUPPORT_KEY = "db/dotnet/tizen_tfm_support"; //net6.0-tizen8.0:net6.0-tizen:net6.0:tizen10.0:tizen90:tizen80:tizen70:tizen60:tizen50:tizen40 +static const char* __TIZEN_RID_VERSION_KEY = "db/dotnet/tizen_rid_version"; //10.0.0:9.0.0:8.0.0:7.0.0:6.5.0:6.0.0:5.5.0:5.0.0:4.0.0 +static const char* __TIZEN_TFM_SUPPORT_KEY = "db/dotnet/tizen_tfm_support"; //net8.0-tizen10.0:net8.0-tizen:net8.0:net6.0-tizen9.0:net6.0-tizen8.0:net6.0-tizen:net6.0:tizen10.0:tizen90:tizen80:tizen70:tizen60:tizen50:tizen40 /* Priority | RID | TFM ---------|---------------------|----------------------- -1 | tizen.X.Y.Z-{arch} | netX.Y-tizenX.Y ~ 6.5 +1 | tizen.X.Y.Z-{arch} | netX.Y-tizenX.Y 2 | tizen.X.Y.Z | netX.Y-tizen 3 | tizen-{arch}, tizen | netX.Y 4 | linux-{arch}, linux | tizen10.0 ~ 40 diff --git a/packaging/dotnet-launcher.spec b/packaging/dotnet-launcher.spec index 9b63d32..c5bf5b1 100644 --- a/packaging/dotnet-launcher.spec +++ b/packaging/dotnet-launcher.spec @@ -1,6 +1,6 @@ Name: dotnet-launcher Summary: Launchpad plugin for dotnet apps -Version: 6.0.9 +Version: 8.0.11 Release: 1 Group: Application Framework/Application State Management License: Apache-2.0 diff --git a/tests/TCs/5_TLC/TLC.py b/tests/TCs/5_TLC/TLC.py index 11ab974..b80ab48 100755 --- a/tests/TCs/5_TLC/TLC.py +++ b/tests/TCs/5_TLC/TLC.py @@ -619,7 +619,7 @@ def run(): print(f"--- {module_name} TCT Result ---\nNONE : [{n}] / FAIL : [{f}] / PASS : [{p}] - [{r}%]\n") with open(f"{RESULT_PATH}", "a+") as file: - file.write(f"| {module_name} | {p} | {f} | {n} | {r} |\n") + file.write(f"| {module_name} | {p} | {f} | {n} | {r} |\n") # Uninstall the application and restore to original state def clean():