diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 257f236..2c45966 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.3")] -[assembly: AssemblyFileVersion("1.0.0.3")] +[assembly: AssemblyVersion("3.2.0.0")] +[assembly: AssemblyFileVersion("3.2.0.0")] diff --git a/README.md b/README.md index c5372f9..4f6f7ed 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # VSCodeBlockEndTag -A Visual Studio 2015, 2017, 2019 and 2022 extension. It adds an end tag to each code block with information about the header / condition +A Visual Studio 2017, 2019 and 2022 extension. It adds an end tag to each code block with information about the header / condition diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 918b3b8..be75946 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,4 +1,8 @@ -Version 3.1: +Version 3.2: + Fixed crash in VS 2019 + Added support for Font And Colors options and themeing + +Version 3.1: Fixed VS 2022 install prerequisites Version 3.0: diff --git a/source.extension.vsixmanifest b/source.extension.vsixmanifest index 33057c6..006e37f 100644 --- a/source.extension.vsixmanifest +++ b/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + CodeBlockEndTag Adds an end tag to each code block with information about the header / condition https://github.com/KhaosCoders/VSCodeBlockEndTag