Skip to content

Commit

Permalink
Update about dialog information
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmower committed Oct 31, 2022
1 parent 17af40a commit af007be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 CollapseRegionExtension
/// </para>
/// </remarks>
[PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)]
[InstalledProductRegistration("#110", "#112", "1.0", IconResourceID = 400)] // Info on this package for Help/About
[InstalledProductRegistration("#110", "#112", "1.5", IconResourceID = 400)] // Info on this package for Help/About
[ProvideMenuResource("Menus.ctmenu", 1)]
[Guid(RegionCommandsPackage.PackageGuidString)]
public sealed class RegionCommandsPackage : AsyncPackage
Expand Down
4 changes: 2 additions & 2 deletions Common/VSPackage.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="110" xml:space="preserve">
<value>RegionCommands Extension</value>
<value>Collapse Region Extension</value>
</data>
<data name="112" xml:space="preserve">
<value>RegionCommands Visual Studio Extension Detailed Info</value>
<value>Collapse/Expand #regions in code editor tabs.</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="400" type="System.Resources.ResXFileRef, System.Windows.Forms">
Expand Down

0 comments on commit af007be

Please sign in to comment.