Skip to content

Commit

Permalink
Incremented version to 1.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sedeniono committed Jun 6, 2024
1 parent 462d8ad commit d59f72a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions VSDoxyHighlighter/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.6.0.*")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.7.0.*")]
[assembly: AssemblyFileVersion("1.7.0.0")]
2 changes: 1 addition & 1 deletion VSDoxyHighlighter/VSDoxyHighlighterPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace VSDoxyHighlighter
[InstalledProductRegistration(
"VSDoxyHighlighter",
"Provides syntax highlighting, IntelliSense and quick infos for doxygen/javadoc style comments in C/C++. Github page: https://github.com/Sedeniono/VSDoxyHighlighter",
"1.6.0")]
"1.7.0")]

// ProvideOptionPage: Causes VS to show a page in the VS options.
// The resource IDs refer to the Resources.resx file.
Expand Down
2 changes: 1 addition & 1 deletion VSDoxyHighlighter/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="VSDoxyHighlighter.b4227aaa-4a1b-43aa-83ba-df69f7a6118c" Version="1.6.0" Language="en-US" Publisher="Sedenion" />
<Identity Id="VSDoxyHighlighter.b4227aaa-4a1b-43aa-83ba-df69f7a6118c" Version="1.7.0" Language="en-US" Publisher="Sedenion" />
<DisplayName>VSDoxyHighlighter</DisplayName>
<Description xml:space="preserve">Extension for Visual Studio to provide syntax highlighting, IntelliSense and quick infos for doxygen/javadoc style comments in C/C++.</Description>
<MoreInfo>https://github.com/Sedeniono/VSDoxyHighlighter</MoreInfo>
Expand Down

0 comments on commit d59f72a

Please sign in to comment.