Skip to content

Commit

Permalink
Merge pull request #29 from egvijayanand/working
Browse files Browse the repository at this point in the history
Support for NuGet CPM option from within VS IDE
  • Loading branch information
egvijayanand committed Jun 22, 2024
2 parents df9e030 + 9f2d309 commit 75abed8
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[$RootKey$\TemplateEngine\Templates\VijayAnand.FormsTemplates\1.6.0]
[$RootKey$\TemplateEngine\Templates\VijayAnand.FormsTemplates\1.8.0]
"InstalledPath"="$PackageFolder$\ProjectTemplates"
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<IncludeInVSIX>true</IncludeInVSIX>
<VSIXSubPath>ItemTemplates\Xamarin.Forms</VSIXSubPath>
</Content>
<None Include="Assets\VijayAnand.FormsTemplates.1.6.0.nupkg" />
<None Include="Assets\VijayAnand.FormsTemplates.1.8.0.nupkg" />
<Content Include="ItemTemplates\FormsItem.zip">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
Expand Down Expand Up @@ -126,16 +126,12 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Community.VisualStudio.Toolkit" Version="17.0.75.152-pre" ExcludeAssets="Runtime" />
<PackageReference Include="Microsoft.VisualStudio.TemplateWizardInterface">
<Version>17.5.33428.366</Version>
</PackageReference>
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.8.2365">
<PackageReference Include="Microsoft.VisualStudio.TemplateWizardInterface" Version="17.10.40170" />
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.10.2185">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<Page Include="GenericItemDialog.xaml">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
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.7.0.0:
What's new in ver. 1.8.0.0:
---------------------------
A revolutionary Xamarin.Forms generic item template, in XAML and C#, for creating items of any type from within Visual Studio 2022 IDE.
Introduced using the NuGet CPM feature from within Visual Studio IDE.

v1.7.0.0:

An innovative Xamarin.Forms generic item template, in XAML and C#, for creating items of any type from within Visual Studio 2022 IDE.

Both need one required input, the base type (select a value from the predefined ones or enter a value).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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.7.0.0";
public const string Version = "1.8.0.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";
}
Expand Down
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.7.0.0" Language="en-US" Publisher="Vijay Anand E G" />
<Identity Id="XFormsTemplates.2924dcc2-7ffd-4b48-8828-c830a2fab6e0" Version="1.8.0.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 Down

0 comments on commit 75abed8

Please sign in to comment.