Skip to content

Commit

Permalink
Fixing options page
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Dec 1, 2023
1 parent f513ef0 commit 3529a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AspireManifestGenPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ namespace AspireManifestGen;
[PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)]
[ProvideMenuResource("Menus.ctmenu", 1)]
[Guid(PackageGuids.AspireManifestGenString)]
[ProvideOptionPage(typeof(OptionsProvider.GeneralOptions), "Projects and Solutions", ".NET Aspire", 0, 0, true)]
[ProvideProfile(typeof(OptionsProvider.GeneralOptions), "Projects and Solutions", ".NET Aspire", 0, 0, true)]
[ProvideOptionPage(typeof(OptionsProvider.GeneralOptions), ".NET Aspire", "Manifest", 0, 0, true)]
[ProvideProfile(typeof(OptionsProvider.GeneralOptions), ".NET Aspire", "Manifest", 0, 0, true)]

public sealed class AspireManifestGenPackage : ToolkitPackage
{
Expand Down

0 comments on commit 3529a52

Please sign in to comment.