Skip to content

Commit

Permalink
Merge pull request #107 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 authored Oct 21, 2024
2 parents f4d4c5c + df06030 commit 6023586
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="Assets\VijayAnand.BlazorTemplates.4.4.0.nupkg" />
<None Include="Assets\VijayAnand.BlazorTemplates.4.5.0.nupkg" />
<Content Include="ItemTemplates\WinFormsBlazorWebView.zip">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
Expand Down Expand Up @@ -91,10 +91,10 @@
<Reference Include="System.Design" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Community.VisualStudio.Toolkit.17" Version="17.0.522" ExcludeAssets="Runtime">
<PackageReference Include="Community.VisualStudio.Toolkit.17" Version="17.0.527" ExcludeAssets="Runtime">
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.11.435">
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.12.2069">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[$RootKey$\TemplateEngine\Templates\VijayAnand.BlazorTemplates\4.4.0]
[$RootKey$\TemplateEngine\Templates\VijayAnand.BlazorTemplates\4.5.0]
"InstalledPath"="$PackageFolder$\ProjectTemplates"
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
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. 4.4.0.0:
What's new in ver. 4.5.0.0:
---------------------------
1. Templates updated to support .NET 9 RC2 release.

v4.4.0.0:

1. Templates updated to support .NET 9 RC1 release.

2. Introduced an option to add a reference to the CommunityToolkit.Mvvm NuGet package to work with MVVM.
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 = "Blazor Desktop Templates";
public const string Description = @"Project template for hosting the Blazor component in the Windows Forms and WPF desktop application.";
public const string Language = "en-US";
public const string Version = "4.4.0.0";
public const string Version = "4.5.0.0";
public const string Author = "Vijay Anand E G";
public const string Tags = "Blazor, Desktop, WindowsForms, WinForms, WPF, Windows, Template, BlazorWebView, Hybrid, Razor, Web, GA, .NET MAUI, Client, Modernization, .NET 7, .NET 8, .NET 9, Preview, ARM64, SLNX";
}
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="BlazorTemplates.316c4442-1dec-424e-9a59-e9c637daede6" Version="4.4.0.0" Language="en-US" Publisher="Vijay Anand E G" />
<Identity Id="BlazorTemplates.316c4442-1dec-424e-9a59-e9c637daede6" Version="4.5.0.0" Language="en-US" Publisher="Vijay Anand E G" />
<DisplayName>Blazor Desktop Templates</DisplayName>
<Description xml:space="preserve">Project template for hosting the Blazor component in the Windows Forms and WPF desktop application.</Description>
<MoreInfo>https://egvijayanand.in/</MoreInfo>
Expand Down

0 comments on commit 6023586

Please sign in to comment.