From 3d4de53508ec58ad9dee2d4261dcf5af6aba0015 Mon Sep 17 00:00:00 2001 From: Vijay Anand E G <81947404+egvijayanand@users.noreply.github.com> Date: Fri, 23 Aug 2024 04:51:51 +0530 Subject: [PATCH] VS Extension updated to its corresponding CLI NuGet package #34 #35 --- README.md | 2 +- .../XFormsTemplates/XFormsTemplates/release-notes.txt | 4 +--- .../XFormsTemplates/source.extension.cs | 4 ++-- .../XFormsTemplates/source.extension.vsixmanifest | 11 +---------- 4 files changed, 5 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 7b50ede..2aadce5 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Class library project template take the below optional parameters to override it * `-imt` | `--include-mvvm-toolkit` - Default value is `false` * `-ist` | `--include-shared-toolkit` - Default value is `false` -Explicit option: +Explicit options: * `-inm` | `--include-maps` - Default value is `false` * `-iei` | `--include-essentials-interfaces` - Default value is `false` diff --git a/src/Extensions/XFormsTemplates/XFormsTemplates/release-notes.txt b/src/Extensions/XFormsTemplates/XFormsTemplates/release-notes.txt index fecf0b7..3d040f3 100644 --- a/src/Extensions/XFormsTemplates/XFormsTemplates/release-notes.txt +++ b/src/Extensions/XFormsTemplates/XFormsTemplates/release-notes.txt @@ -2,7 +2,7 @@ Join me on Developer Thoughts (https://egvijayanand.in/), an exclusive blog for This VS extension does not gather any usage or telemetry data, even anonymously, ensuring that you can use it freely and with complete privacy assurance. -What's new in ver. 1.10.0.0: +What's new in ver. 1.10.2.0: ---------------------------- 1. Introduced an option to support the XML-based solution file (slnx) format. @@ -10,8 +10,6 @@ This would be an explicit option since the SLNX feature is currently in the prev 2. Introduced the option to include a reference to the PolySharp NuGet package. -3. The Xamarin.Forms Templates Pack VS extension is now supported on both x64 and ARM64 installations of Visual Studio 2022. Happy coding! - v1.9.0.0: Introduced an option to reference Xamarin.Forms.Maps NuGet package. diff --git a/src/Extensions/XFormsTemplates/XFormsTemplates/source.extension.cs b/src/Extensions/XFormsTemplates/XFormsTemplates/source.extension.cs index 4add468..a51e4f4 100644 --- a/src/Extensions/XFormsTemplates/XFormsTemplates/source.extension.cs +++ b/src/Extensions/XFormsTemplates/XFormsTemplates/source.extension.cs @@ -11,8 +11,8 @@ internal sealed partial class Vsix public const string Name = "Xamarin.Forms Project and Item Templates"; public const string Description = @"Xamarin.Forms Project and Item Templates for building native apps for iOS, Android, UWP, macOS, Tizen from a single, shared C# codebase."; public const string Language = "en-US"; - public const string Version = "1.10.0.0"; + public const string Version = "1.10.2.0"; public const string Author = "Vijay Anand E G"; - public const string Tags = "Xamarin.Forms, Mobile, iOS, Android, UWP, Desktop, Windows, Templates, Shell, Library, Visual Studio, Resource Dictionary, Xamarin, macOS, Tizen"; + public const string Tags = "Xamarin.Forms, Mobile, iOS, Android, UWP, Desktop, Windows, Templates, Shell, Library, Visual Studio, Resource Dictionary, Xamarin, macOS, Tizen, Maps, Cross Platform, Cross-Platform, Xamarin"; } } diff --git a/src/Extensions/XFormsTemplates/XFormsTemplates/source.extension.vsixmanifest b/src/Extensions/XFormsTemplates/XFormsTemplates/source.extension.vsixmanifest index fd55f0d..34c9100 100644 --- a/src/Extensions/XFormsTemplates/XFormsTemplates/source.extension.vsixmanifest +++ b/src/Extensions/XFormsTemplates/XFormsTemplates/source.extension.vsixmanifest @@ -1,7 +1,7 @@ - + Xamarin.Forms Project and Item Templates Xamarin.Forms Project and Item Templates for building native apps for iOS, Android, UWP, macOS, Tizen from a single, shared C# codebase. https://egvijayanand.in/category/xamarin/ @@ -22,15 +22,6 @@ amd64 - - arm64 - - - arm64 - - - arm64 -