Skip to content

Commit 3f46cf2

Browse files
authored
Merge pull request #114 from egvijayanand/working
VS Extension updated to its corresponding CLI NuGet package
2 parents febfa3f + e7bf59e commit 3f46cf2

File tree

7 files changed

+20
-12
lines changed

7 files changed

+20
-12
lines changed

src/Extensions/BlazorTemplates/BlazorTemplates/Assets/VijayAnand.BlazorTemplates.5.0.0.nupkg renamed to src/Extensions/BlazorTemplates/BlazorTemplates/Assets/VijayAnand.BlazorTemplates.6.0.0.nupkg

1.59 MB
Binary file not shown.

src/Extensions/BlazorTemplates/BlazorTemplates/BlazorTemplates.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</Compile>
5454
</ItemGroup>
5555
<ItemGroup>
56-
<None Include="Assets\VijayAnand.BlazorTemplates.5.0.0.nupkg" />
56+
<None Include="Assets\VijayAnand.BlazorTemplates.6.0.0.nupkg" />
5757
<Content Include="ItemTemplates\WinFormsBlazorWebView.zip">
5858
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
5959
<IncludeInVSIX>true</IncludeInVSIX>
@@ -91,10 +91,10 @@
9191
<Reference Include="System.Design" />
9292
</ItemGroup>
9393
<ItemGroup>
94-
<PackageReference Include="Community.VisualStudio.Toolkit.17" Version="17.0.527" ExcludeAssets="Runtime">
94+
<PackageReference Include="Community.VisualStudio.Toolkit.17" Version="17.0.533" ExcludeAssets="Runtime">
9595
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
9696
</PackageReference>
97-
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.12.2069">
97+
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.13.2126">
9898
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
9999
<PrivateAssets>all</PrivateAssets>
100100
</PackageReference>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
[$RootKey$\TemplateEngine\Templates\VijayAnand.BlazorTemplates\5.0.0]
1+
[$RootKey$\TemplateEngine\Templates\VijayAnand.BlazorTemplates\6.0.0]
22
"InstalledPath"="$PackageFolder$\ProjectTemplates"

src/Extensions/BlazorTemplates/BlazorTemplates/license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021-2024 Vijay Anand E G
3+
Copyright (c) 2021-2025 Vijay Anand E G
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/Extensions/BlazorTemplates/BlazorTemplates/release-notes.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
Join me on Developer Thoughts (https://egvijayanand.in/), an exclusive blog for articles on Xamarin.Forms, .NET MAUI and Blazor.
22

3-
What's new in ver. 5.0.0.0:
3+
What's new in ver. 6.0.0.0:
44
---------------------------
5+
1. Support for creating .NET Blazor Hybrid Window Desktop projects on .NET 10 Previews.
6+
7+
For this, have introduced an additional option to the Framework parameter - .NET 10 (Preview).
8+
9+
Note: The default value for the Framework parameter remains as .NET 9 (STS).
10+
11+
v5.0.0.0:
12+
513
1. Templates updated to support .NET 9 Stable channel release.
614

715
The default value for the Framework parameter is now set to .NET 9 (STS).

src/Extensions/BlazorTemplates/BlazorTemplates/source.extension.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ namespace VijayAnand.BlazorTemplates
88
internal sealed partial class Vsix
99
{
1010
public const string Id = "BlazorTemplates.316c4442-1dec-424e-9a59-e9c637daede6";
11-
public const string Name = "Blazor Windows Desktop Templates";
11+
public const string Name = "Blazor Hybrid Windows Desktop Templates";
1212
public const string Description = @"Project template for hosting a Blazor component in Windows Forms and WPF Windows Client Desktop applications.";
1313
public const string Language = "en-US";
14-
public const string Version = "5.0.0.0";
14+
public const string Version = "6.0.0.0";
1515
public const string Author = "Vijay Anand E G";
16-
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";
16+
public const string Tags = "Blazor, Desktop, WindowsForms, WinForms, WPF, Windows, Template, BlazorWebView, Hybrid, Razor, Web, GA, .NET MAUI, Client, Modernization, .NET 8, .NET 9, .NET 10, Preview, ARM64, SLNX";
1717
}
1818
}

src/Extensions/BlazorTemplates/BlazorTemplates/source.extension.vsixmanifest

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="BlazorTemplates.316c4442-1dec-424e-9a59-e9c637daede6" Version="5.0.0.0" Language="en-US" Publisher="Vijay Anand E G" />
5-
<DisplayName>Blazor Windows Desktop Templates</DisplayName>
4+
<Identity Id="BlazorTemplates.316c4442-1dec-424e-9a59-e9c637daede6" Version="6.0.0.0" Language="en-US" Publisher="Vijay Anand E G" />
5+
<DisplayName>Blazor Hybrid Windows Desktop Templates</DisplayName>
66
<Description xml:space="preserve">Project template for hosting a Blazor component in Windows Forms and WPF Windows Client Desktop applications.</Description>
77
<MoreInfo>https://egvijayanand.in/</MoreInfo>
88
<License>license.txt</License>
99
<GettingStartedGuide>https://egvijayanand.in/dotnet-blazor-hybrid-windows-desktop-templates/</GettingStartedGuide>
1010
<ReleaseNotes>release-notes.txt</ReleaseNotes>
1111
<Icon>Resources\Icon.png</Icon>
1212
<PreviewImage>Resources\Icon.png</PreviewImage>
13-
<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</Tags>
13+
<Tags>Blazor, Desktop, WindowsForms, WinForms, WPF, Windows, Template, BlazorWebView, Hybrid, Razor, Web, GA, .NET MAUI, Client, Modernization, .NET 8, .NET 9, .NET 10, Preview, ARM64, SLNX</Tags>
1414
</Metadata>
1515
<Installation>
1616
<InstallationTarget Version="[17.6, 18.0)" Id="Microsoft.VisualStudio.Community">

0 commit comments

Comments
 (0)