Skip to content

Commit

Permalink
v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlacey committed Dec 9, 2024
1 parent 8c29a05 commit 82fa4f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/source.extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ internal sealed partial class Vsix
public const string Name = "Collapse Comments";
public const string Description = @"Improve the way you work with comments in code by easily (& automatically) expanding and collapsing comments.";
public const string Language = "en-US";
public const string Version = "2.8";
public const string Version = "2.8.1";
public const string Author = "Matt Lacey";
public const string Tags = "";
}
Expand Down
2 changes: 1 addition & 1 deletion src/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="CollapseComments.a1dfaad6-6e8d-420a-807b-ebbbc0e7a6bf" Version="2.8" Language="en-US" Publisher="Matt Lacey" />
<Identity Id="CollapseComments.a1dfaad6-6e8d-420a-807b-ebbbc0e7a6bf" Version="2.8.1" Language="en-US" Publisher="Matt Lacey" />
<DisplayName>Collapse Comments</DisplayName>
<Description xml:space="preserve">Improve the way you work with comments in code by easily (&amp; automatically) expanding and collapsing comments.</Description>
<MoreInfo>https://github.com/mrlacey/CollapseComments</MoreInfo>
Expand Down

0 comments on commit 82fa4f5

Please sign in to comment.