From 8e4e475f061d3f527bd9f98b52e77aaa80f10dc0 Mon Sep 17 00:00:00 2001 From: Vijay Anand E G <81947404+egvijayanand@users.noreply.github.com> Date: Mon, 25 Sep 2023 23:06:59 +0530 Subject: [PATCH] Package updated to support the latest version of Xamarin --- .../FormsClassLib/FormsClassLib.1.csproj | 4 ++-- src/FormsTemplatesCLI/release-notes.txt | 8 +++++++- .../{FormsResDictXaml.xaml => FormsResDict.xaml} | 0 .../FormsResDictXaml/FormsResDictXaml.vstemplate | 2 +- .../FormsShellCS/{FormsShellCS.cs => FormsShell.cs} | 0 src/ItemTemplates/FormsShellCS/FormsShellCS.vstemplate | 2 +- 6 files changed, 11 insertions(+), 5 deletions(-) rename src/ItemTemplates/FormsResDictXaml/{FormsResDictXaml.xaml => FormsResDict.xaml} (100%) rename src/ItemTemplates/FormsShellCS/{FormsShellCS.cs => FormsShell.cs} (100%) diff --git a/src/FormsTemplatesCLI/FormsClassLib/FormsClassLib.1.csproj b/src/FormsTemplatesCLI/FormsClassLib/FormsClassLib.1.csproj index e0de404..c0f036c 100644 --- a/src/FormsTemplatesCLI/FormsClassLib/FormsClassLib.1.csproj +++ b/src/FormsTemplatesCLI/FormsClassLib/FormsClassLib.1.csproj @@ -17,10 +17,10 @@ - + - + diff --git a/src/FormsTemplatesCLI/release-notes.txt b/src/FormsTemplatesCLI/release-notes.txt index b833c0a..62f732e 100644 --- a/src/FormsTemplatesCLI/release-notes.txt +++ b/src/FormsTemplatesCLI/release-notes.txt @@ -1,5 +1,11 @@ -What's new in ver. 1.4.3: +Join me on Developer Thoughts (https://egvijayanand.in/), an exclusive blog for articles on Xamarin.Forms, .NET MAUI and Blazor. + +What's new in ver. 1.4.4: ------------------------- +Package versions bumped to pull the latest stable version. + +v1.4.3: + 1. Package versions have been made dynamic to pull the latest stable version. 2. Added a new item template for Shell definition in C# diff --git a/src/ItemTemplates/FormsResDictXaml/FormsResDictXaml.xaml b/src/ItemTemplates/FormsResDictXaml/FormsResDict.xaml similarity index 100% rename from src/ItemTemplates/FormsResDictXaml/FormsResDictXaml.xaml rename to src/ItemTemplates/FormsResDictXaml/FormsResDict.xaml diff --git a/src/ItemTemplates/FormsResDictXaml/FormsResDictXaml.vstemplate b/src/ItemTemplates/FormsResDictXaml/FormsResDictXaml.vstemplate index 156a59f..550c5f9 100644 --- a/src/ItemTemplates/FormsResDictXaml/FormsResDictXaml.vstemplate +++ b/src/ItemTemplates/FormsResDictXaml/FormsResDictXaml.vstemplate @@ -10,6 +10,6 @@ - FormsResDictXaml.xaml + FormsResDict.xaml diff --git a/src/ItemTemplates/FormsShellCS/FormsShellCS.cs b/src/ItemTemplates/FormsShellCS/FormsShell.cs similarity index 100% rename from src/ItemTemplates/FormsShellCS/FormsShellCS.cs rename to src/ItemTemplates/FormsShellCS/FormsShell.cs diff --git a/src/ItemTemplates/FormsShellCS/FormsShellCS.vstemplate b/src/ItemTemplates/FormsShellCS/FormsShellCS.vstemplate index d41070a..004e408 100644 --- a/src/ItemTemplates/FormsShellCS/FormsShellCS.vstemplate +++ b/src/ItemTemplates/FormsShellCS/FormsShellCS.vstemplate @@ -10,6 +10,6 @@ - FormsShellCS.cs + FormsShell.cs