Skip to content

Commit

Permalink
Merge pull request #84 from egvijayanand/working
Browse files Browse the repository at this point in the history
VS Extension updated for .NET 8 RTM
  • Loading branch information
egvijayanand authored Nov 15, 2023
2 parents 4aec0c7 + 2f25d27 commit 7f36a41
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.3.4.0.nupkg" />
<None Include="Assets\VijayAnand.BlazorTemplates.3.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.492" ExcludeAssets="Runtime">
<PackageReference Include="Community.VisualStudio.Toolkit.17" Version="17.0.507" ExcludeAssets="Runtime">
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.6.2164">
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.7.2196">
<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\3.4.0]
[$RootKey$\TemplateEngine\Templates\VijayAnand.BlazorTemplates\3.5.0]
"InstalledPath"="$PackageFolder$\ProjectTemplates"
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
What's new in ver. 3.4.0.0:
What's new in ver. 3.5.0.0:
---------------------------
Templates updated for .NET 8 RTM.

v3.4.0.0

Templates updated for .NET 8 RC2.

v3.3.0.0:
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 = "3.4.0.0";
public const string Version = "3.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";
}
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="3.4.0.0" Language="en-US" Publisher="Vijay Anand E G" />
<Identity Id="BlazorTemplates.316c4442-1dec-424e-9a59-e9c637daede6" Version="3.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 7f36a41

Please sign in to comment.