Skip to content

Commit

Permalink
Version 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmower committed Jul 9, 2024
1 parent e959d87 commit e80aa0b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Common/RegionCommandsPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace ToggleRegionsExtension
/// </para>
/// </remarks>
[PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)]
[InstalledProductRegistration("#110", "#112", "1.7", IconResourceID = 400)] // Info on this package for Help/About
[InstalledProductRegistration("#110", "#112", "1.8", IconResourceID = 400)] // Info on this package for Help/About
[ProvideMenuResource("Menus.ctmenu", 1)]
[Guid(RegionCommandsPackage.PackageGuidString)]
public sealed class RegionCommandsPackage : AsyncPackage
Expand Down
2 changes: 1 addition & 1 deletion VS2017/source.extension.vsixmanifest
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="ToggleRegionsExtension.c5afff3c-058d-40f8-96f1-fd1cc2dcb70d" Version="1.7" Language="en-US" Publisher="Matt Mower" />
<Identity Id="ToggleRegionsExtension.c5afff3c-058d-40f8-96f1-fd1cc2dcb70d" Version="1.8" Language="en-US" Publisher="Matt Mower" />
<DisplayName>Toggle Regions 2017</DisplayName>
<Description xml:space="preserve">Collapse, expand, and toggle #regions in code editor tabs.</Description>
<MoreInfo>https://github.com/mdmower/ToggleRegionsExtension</MoreInfo>
Expand Down
2 changes: 1 addition & 1 deletion VS2019/source.extension.vsixmanifest
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="ToggleRegionsExtension.a7f37bac-9961-4dbb-9c82-94e7910acc28" Version="1.7" Language="en-US" Publisher="Matt Mower" />
<Identity Id="ToggleRegionsExtension.a7f37bac-9961-4dbb-9c82-94e7910acc28" Version="1.8" Language="en-US" Publisher="Matt Mower" />
<DisplayName>Toggle Regions 2019</DisplayName>
<Description xml:space="preserve">Collapse, expand, and toggle #regions in code editor tabs.</Description>
<MoreInfo>https://github.com/mdmower/ToggleRegionsExtension</MoreInfo>
Expand Down
2 changes: 1 addition & 1 deletion VS2022/source.extension.vsixmanifest
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="ToggleRegionsExtension.2e63a415-82bf-463a-a2d0-d8f831a77898" Version="1.7" Language="en-US" Publisher="Matt Mower" />
<Identity Id="ToggleRegionsExtension.2e63a415-82bf-463a-a2d0-d8f831a77898" Version="1.8" Language="en-US" Publisher="Matt Mower" />
<DisplayName>Toggle Regions 2022</DisplayName>
<Description xml:space="preserve">Collapse, expand, and toggle #regions in code editor tabs.</Description>
<MoreInfo>https://github.com/mdmower/ToggleRegionsExtension</MoreInfo>
Expand Down

0 comments on commit e80aa0b

Please sign in to comment.