Skip to content

Commit

Permalink
Prepared new release 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaos66 committed Oct 18, 2021
1 parent 9e7cc99 commit c839b68
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
6 changes: 5 additions & 1 deletion ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion 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="CodeBlockEndTag.KhaosCoders.5743e483-e347-4815-8c9d-7fc46ca75382" Version="3.1" Language="en-US" Publisher="KhaosPrinz" />
<Identity Id="CodeBlockEndTag.KhaosCoders.5743e483-e347-4815-8c9d-7fc46ca75382" Version="3.2" Language="en-US" Publisher="KhaosPrinz" />
<DisplayName>CodeBlockEndTag</DisplayName>
<Description xml:space="preserve">Adds an end tag to each code block with information about the header / condition</Description>
<MoreInfo>https://github.com/KhaosCoders/VSCodeBlockEndTag</MoreInfo>
Expand Down

0 comments on commit c839b68

Please sign in to comment.