From 070b6e65fd7ede23531519535e7d526d64301441 Mon Sep 17 00:00:00 2001 From: Vijay Anand E G <81947404+egvijayanand@users.noreply.github.com> Date: Wed, 16 Feb 2022 22:29:34 +0530 Subject: [PATCH] Fix release for dependent release version update --- src/MauiTemplatesCLI/MauiAppX/MauiApp1.csproj | 2 +- .../MauiClassLib/MauiClassLib.csproj | 2 +- src/MauiTemplatesCLI/PackageVersion.txt | 2 +- .../VijayAnand.MauiTemplates.csproj | 2 +- src/MauiTemplatesCLI/release-notes.txt | 28 ++++++++----------- 5 files changed, 15 insertions(+), 21 deletions(-) diff --git a/src/MauiTemplatesCLI/MauiAppX/MauiApp1.csproj b/src/MauiTemplatesCLI/MauiAppX/MauiApp1.csproj index db74e66..f2ffe94 100644 --- a/src/MauiTemplatesCLI/MauiAppX/MauiApp1.csproj +++ b/src/MauiTemplatesCLI/MauiAppX/MauiApp1.csproj @@ -67,7 +67,7 @@ - + diff --git a/src/MauiTemplatesCLI/MauiClassLib/MauiClassLib.csproj b/src/MauiTemplatesCLI/MauiClassLib/MauiClassLib.csproj index dac9a4b..775ed9c 100644 --- a/src/MauiTemplatesCLI/MauiClassLib/MauiClassLib.csproj +++ b/src/MauiTemplatesCLI/MauiClassLib/MauiClassLib.csproj @@ -24,7 +24,7 @@ - + diff --git a/src/MauiTemplatesCLI/PackageVersion.txt b/src/MauiTemplatesCLI/PackageVersion.txt index 9084fa2..524cb55 100644 --- a/src/MauiTemplatesCLI/PackageVersion.txt +++ b/src/MauiTemplatesCLI/PackageVersion.txt @@ -1 +1 @@ -1.1.0 +1.1.1 diff --git a/src/MauiTemplatesCLI/VijayAnand.MauiTemplates.csproj b/src/MauiTemplatesCLI/VijayAnand.MauiTemplates.csproj index d7e71ae..203523c 100644 --- a/src/MauiTemplatesCLI/VijayAnand.MauiTemplates.csproj +++ b/src/MauiTemplatesCLI/VijayAnand.MauiTemplates.csproj @@ -19,7 +19,7 @@ $(NoWarn);NU5128 git https://github.com/egvijayanand/dotnet-maui-templates - MAUI, Mobile, iOS, Android, WinUI3, Mac;Catalyst, macOS, VS;Code, .NET;MAUI, Desktop, Windows, WinUI, Preview;12, Templates, Shell, Class;Library, Visual;Studio;Code, Library + MAUI, Mobile, iOS, Android, WinUI3, Mac;Catalyst, macOS, VS;Code, .NET;MAUI, Desktop, Windows, WinUI, Preview;13, Templates, Shell, Class;Library, Visual;Studio;Code, Library $([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/release-notes.txt")) overview.md https://egvijayanand.in/ diff --git a/src/MauiTemplatesCLI/release-notes.txt b/src/MauiTemplatesCLI/release-notes.txt index 348b819..67a6d44 100644 --- a/src/MauiTemplatesCLI/release-notes.txt +++ b/src/MauiTemplatesCLI/release-notes.txt @@ -1,10 +1,14 @@ -What's new in ver. 1.1.0: +What's new in ver. 1.1.1: ------------------------- -Introduced an all-in-one .NET MAUI App project template with the ability to choose -the design pattern during project creation. +This is a fix release, Windows target platform build issue caused by CommunityToolkit.Maui NuGet package ver. 1.0.0-pre6 has been resolved by their team with an update. -Introduced the ability to include CommunityToolkit.Maui and CommunityToolkit.Maui.Markup -NuGet package reference while creating a new .NET MAUI App. +The dependent release version has been updated so that manual step will be avoided. + +Refer below for features of v1.1.0: + +Introduced an all-in-one .NET MAUI App project template with the ability to choose the design pattern during project creation. + +Introduced the ability to include CommunityToolkit.Maui and CommunityToolkit.Maui.Markup NuGet package reference while creating a new .NET MAUI App. These options are controlled by the below parameters: @@ -32,16 +36,6 @@ dotnet new mauiapp --help Known Limitations: ------------------ -While using the .NET CLI Templates within Visual Studio IDE, the last used values of -the project options like the above ones are retained in the consecutive iteration -rather than defaulting to their original values as defined by the developer. - -Have already reported this issue to the VS product team and is actively being followed up, -until this is clarified / fixed, requesting the users to make of this feature with bit of caution. - -Known Issues: -------------- -When using CommunityToolkit.Maui NuGet package with Windows as a target platform, -it ends up in the build error whereas other platform builds without any error. +While using the .NET CLI Templates within Visual Studio IDE, the last used values of the project options like the above ones are retained in the consecutive iteration rather than defaulting to their original values as defined by the developer. -This is also reported in their GitHub issue tracker and will be resolved by the respective team. \ No newline at end of file +Have already reported this issue to the VS product team and is actively being followed up, until this is clarified / fixed, requesting the users to make of this feature with bit of caution.