Skip to content

Commit

Permalink
v2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlacey committed Nov 18, 2024
1 parent 188efe2 commit 7417f1a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

- [ ] [Open to suggestions ...](https://github.com/mrlacey/CollapseComments/issues/new)

Features that have a checkmark are complete and available for
download in the
[CI build](http://vsixgallery.com/extension/CollapseComments.a1dfaad6-6e8d-420a-807b-ebbbc0e7a6bf/).

# Change log

These are the changes to each version that has been released
on the official Visual Studio extension gallery.
These are the changes to each version that has been released on the Visual Studio Marketplace.

## 2.8

- [x] Address vulnerabilities in dependencies.
- [x] Add basic analytics tracking.

## 2.7

Expand Down
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.7";
public const string Version = "2.8";
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.7" Language="en-US" Publisher="Matt Lacey" />
<Identity Id="CollapseComments.a1dfaad6-6e8d-420a-807b-ebbbc0e7a6bf" Version="2.8" 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 7417f1a

Please sign in to comment.