From 975399231d78b4c860a1c1ece156defee9e53116 Mon Sep 17 00:00:00 2001 From: Reza Talebi Date: Mon, 27 Jan 2025 00:30:11 +0330 Subject: [PATCH 1/2] Upgrade to .NET 9.0 (Revert WinUI) --- Grid.csproj | 16 ++++++++-------- README.md | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Grid.csproj b/Grid.csproj index 18c73d7..d750e62 100644 --- a/Grid.csproj +++ b/Grid.csproj @@ -1,12 +1,12 @@  - net8.0-android;net8.0-ios - $(TargetFrameworks);net8.0-windows10.0.19041 + net9.0-android;net9.0-ios + $(TargetFrameworks);net9.0-windows10.0.26100 Zebble.Grid Zebble Zebble.Grid $(AssemblyName) ($(TargetFramework)) - 4.1.0.0 + 4.1.1.0 true en $(DefineConstants) @@ -37,9 +37,9 @@ true true - + win-x86;win-x64;win-arm64 - $(DefineConstants);WINUI + $(DefineConstants);UWP $(DefineConstants);ANDROID @@ -51,8 +51,8 @@ - - + + @@ -63,7 +63,7 @@ - + diff --git a/README.md b/README.md index f63d902..e0a20db 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ A Zebble plugin that allow you to make grid in Zebble applications. ### Setup * Available on NuGet: [https://www.nuget.org/packages/Zebble.Grid/](https://www.nuget.org/packages/Zebble.Grid/) * Install in your platform client projects. -* Available for iOS, Android and Windows. +* Available for iOS, Android and UWP.
From e2430f86036fa0a42413b345efa90d1bfe4290d6 Mon Sep 17 00:00:00 2001 From: Reza Talebi Date: Mon, 27 Jan 2025 01:44:52 +0330 Subject: [PATCH 2/2] Update --- Grid.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grid.csproj b/Grid.csproj index d750e62..60b5b94 100644 --- a/Grid.csproj +++ b/Grid.csproj @@ -63,7 +63,7 @@
- +