diff --git a/src/source.extension.cs b/src/source.extension.cs index f06703b..b47d12c 100644 --- a/src/source.extension.cs +++ b/src/source.extension.cs @@ -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 = ""; } diff --git a/src/source.extension.vsixmanifest b/src/source.extension.vsixmanifest index 434c209..35f9d96 100644 --- a/src/source.extension.vsixmanifest +++ b/src/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Collapse Comments Improve the way you work with comments in code by easily (& automatically) expanding and collapsing comments. https://github.com/mrlacey/CollapseComments