Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
menees committed May 25, 2024
1 parent 1b93338 commit 32271c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Menees.VsTools/MainPackage.Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed partial class MainPackage
//
// Note: When the version changes (major, minor, build, or revision), also update:
// - source.extension.vsixmanifest: <Identity Version="*"/>
internal const string Version = VersionYear + ".0.9";
internal const string Version = VersionYear + ".0.10";

internal const string Title = "Menees VS Tools";

Expand Down
2 changes: 1 addition & 1 deletion src/Menees.VsTools/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="Menees VS Tools 2022" Version="2022.0.9" Language="en-US" Publisher="Bill Menees" />
<Identity Id="Menees VS Tools 2022" Version="2022.0.10" Language="en-US" Publisher="Bill Menees" />
<DisplayName>Menees VS Tools 2022</DisplayName>
<Description xml:space="preserve">Provides several new commands such as Sort Lines, Sort Members, Trim, Statistics, ExecuteFile, AddRegion, CollapseAllRegions, ExpandAllRegions, and ToggleFiles.

Expand Down

0 comments on commit 32271c9

Please sign in to comment.