Skip to content

Commit

Permalink
Update version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kmunson committed Apr 24, 2023
1 parent 0af8f55 commit 3b2799a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CommentReflower/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="df158482-14ea-4165-8977-6a57ececffe7" Version="1.3.1" Language="en-US" Publisher="Kristofel Munson" />
<Identity Id="3b86264c-ed67-43e3-aa1a-e66e09f36420" Version="1.3.2" Language="en-US" Publisher="Kristofel Munson" />
<DisplayName>Comment Reflower</DisplayName>
<Description xml:space="preserve">VSIX version of Comment Reflower.</Description>
<MoreInfo>https://github.com/kmunson/CommentReflowerVSIX/</MoreInfo>
Expand Down
2 changes: 1 addition & 1 deletion CommentReflower2022/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="df158482-14ea-4165-8977-6a57ececffe7" Version="1.3.1" Language="en-US" Publisher="Kristofel Munson" />
<Identity Id="df158482-14ea-4165-8977-6a57ececffe7" Version="1.3.2" Language="en-US" Publisher="Kristofel Munson" />
<DisplayName>Comment Reflower</DisplayName>
<Description xml:space="preserve">VSIX version of Comment Reflower.</Description>
<MoreInfo>https://github.com/kmunson/CommentReflowerVSIX/</MoreInfo>
Expand Down
2 changes: 1 addition & 1 deletion CommentReflowerShared/CommentReflowerPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ namespace CommentReflower
[PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)]
// This attribute is used to register the information needed to show this package
// in the Help/About dialog of Visual Studio.
[InstalledProductRegistration("#110", "#112", "1.3.1", IconResourceID = 400)]
[InstalledProductRegistration("#110", "#112", "1.3.2", IconResourceID = 400)]
// This attribute is needed to let the shell know that this package exposes some menus.
[ProvideMenuResource("Menus.ctmenu", 1)]
// Initialize the package when a text editor window is opened. This ensures that the visibility
Expand Down

0 comments on commit 3b2799a

Please sign in to comment.