Skip to content

Commit

Permalink
Merge pull request #38 from egvijayanand/working
Browse files Browse the repository at this point in the history
VS Extension updated to its corresponding CLI NuGet package
  • Loading branch information
egvijayanand committed Aug 22, 2024
2 parents 051a9bc + 3d4de53 commit 487013d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@ 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.

This would be an explicit option since the SLNX feature is currently in the preview stage and is only supported on VS2022.

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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="XFormsTemplates.2924dcc2-7ffd-4b48-8828-c830a2fab6e0" Version="1.10.0.0" Language="en-US" Publisher="Vijay Anand E G" />
<Identity Id="XFormsTemplates.2924dcc2-7ffd-4b48-8828-c830a2fab6e0" Version="1.10.2.0" Language="en-US" Publisher="Vijay Anand E G" />
<DisplayName>Xamarin.Forms Project and Item Templates</DisplayName>
<Description xml:space="preserve">Xamarin.Forms Project and Item Templates for building native apps for iOS, Android, UWP, macOS, Tizen from a single, shared C# codebase.</Description>
<MoreInfo>https://egvijayanand.in/category/xamarin/</MoreInfo>
Expand All @@ -22,15 +22,6 @@
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Enterprise">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
<ProductArchitecture>arm64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Pro">
<ProductArchitecture>arm64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Enterprise">
<ProductArchitecture>arm64</ProductArchitecture>
</InstallationTarget>
</Installation>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,)" DisplayName="Visual Studio core editor" />
Expand Down

0 comments on commit 487013d

Please sign in to comment.