From d59f72a4f8f2161818294d58f5582c69c5bab0b3 Mon Sep 17 00:00:00 2001 From: Sedenion <39583823+Sedeniono@users.noreply.github.com> Date: Thu, 6 Jun 2024 20:41:43 +0200 Subject: [PATCH] Incremented version to 1.7.0. --- VSDoxyHighlighter/Properties/AssemblyInfo.cs | 4 ++-- VSDoxyHighlighter/VSDoxyHighlighterPackage.cs | 2 +- VSDoxyHighlighter/source.extension.vsixmanifest | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VSDoxyHighlighter/Properties/AssemblyInfo.cs b/VSDoxyHighlighter/Properties/AssemblyInfo.cs index 3062518..2e3d08c 100644 --- a/VSDoxyHighlighter/Properties/AssemblyInfo.cs +++ b/VSDoxyHighlighter/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.6.0.*")] -[assembly: AssemblyFileVersion("1.6.0.0")] +[assembly: AssemblyVersion("1.7.0.*")] +[assembly: AssemblyFileVersion("1.7.0.0")] diff --git a/VSDoxyHighlighter/VSDoxyHighlighterPackage.cs b/VSDoxyHighlighter/VSDoxyHighlighterPackage.cs index 94edd49..a89e729 100644 --- a/VSDoxyHighlighter/VSDoxyHighlighterPackage.cs +++ b/VSDoxyHighlighter/VSDoxyHighlighterPackage.cs @@ -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. diff --git a/VSDoxyHighlighter/source.extension.vsixmanifest b/VSDoxyHighlighter/source.extension.vsixmanifest index 7cb375b..f3475a4 100644 --- a/VSDoxyHighlighter/source.extension.vsixmanifest +++ b/VSDoxyHighlighter/source.extension.vsixmanifest @@ -1,7 +1,7 @@ - + VSDoxyHighlighter Extension for Visual Studio to provide syntax highlighting, IntelliSense and quick infos for doxygen/javadoc style comments in C/C++. https://github.com/Sedeniono/VSDoxyHighlighter