From f4b5b612c8eeac082eabc28cc190ddd01f196466 Mon Sep 17 00:00:00 2001 From: Andreas Hollandt Date: Sat, 4 May 2019 12:56:45 +0800 Subject: [PATCH] v0.7.0 --- DevUtilsPackage.cs | 2 +- Properties/AssemblyInfo.cs | 4 ++-- source.extension.vsixmanifest | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DevUtilsPackage.cs b/DevUtilsPackage.cs index 1aa7486..4f481f3 100644 --- a/DevUtilsPackage.cs +++ b/DevUtilsPackage.cs @@ -24,7 +24,7 @@ namespace DevUtils [PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)] // This attribute is used to register the information needed to show this package // in the Help/About dialog of Visual Studio. - [InstalledProductRegistration("#110", "#112", "0.6.0", IconResourceID = 400)] + [InstalledProductRegistration("#110", "#112", "0.7.0", IconResourceID = 400)] // This attribute is needed to let the shell know that this package exposes some menus. [ProvideMenuResource("Menus.ctmenu", 1)] // automatic module initialization when opening a solution file diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index e5b23dd..681d966 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("0.6.0.0")] -[assembly: AssemblyFileVersion("0.6.0.0")] +[assembly: AssemblyVersion("0.7.0.0")] +[assembly: AssemblyFileVersion("0.7.0.0")] diff --git a/source.extension.vsixmanifest b/source.extension.vsixmanifest index 7920afd..31d4109 100644 --- a/source.extension.vsixmanifest +++ b/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + DevUtils quickly inspect assembly and preprocessor output https://github.com/Trass3r/DevUtils