From ebe83a7abf7e13cf1d69cc271289a6c434ce0a60 Mon Sep 17 00:00:00 2001 From: WMJ Date: Tue, 16 Jan 2024 20:53:37 +0800 Subject: [PATCH] Version 7.8 --- Codist/Config.cs | 2 +- Codist/Properties/AssemblyInfo.cs | 6 +++--- Codist/source.extension.vsixmanifest | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Codist/Config.cs b/Codist/Config.cs index b79242f9..076b99a7 100644 --- a/Codist/Config.cs +++ b/Codist/Config.cs @@ -16,7 +16,7 @@ namespace Codist { sealed class Config { - internal const string CurrentVersion = "7.7.0"; + internal const string CurrentVersion = "7.8.0"; const string ThemePrefix = "res:"; const int DefaultIconSize = 20; internal const string LightTheme = ThemePrefix + "Light", diff --git a/Codist/Properties/AssemblyInfo.cs b/Codist/Properties/AssemblyInfo.cs index 214541e6..dc21768c 100644 --- a/Codist/Properties/AssemblyInfo.cs +++ b/Codist/Properties/AssemblyInfo.cs @@ -7,9 +7,9 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("WMJ")] [assembly: AssemblyProduct(nameof(Codist))] -[assembly: AssemblyCopyright("Copyright WMJ, 2023")] +[assembly: AssemblyCopyright("Copyright WMJ, 2024")] [assembly: AssemblyTrademark(nameof(Codist))] [assembly: ComVisible(false)] -[assembly: AssemblyVersion("7.7.0.0")] -[assembly: AssemblyFileVersion(Codist.Config.CurrentVersion + ".9300")] +[assembly: AssemblyVersion(Codist.Config.CurrentVersion + ".0")] +[assembly: AssemblyFileVersion(Codist.Config.CurrentVersion + ".9500")] [assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)] \ No newline at end of file diff --git a/Codist/source.extension.vsixmanifest b/Codist/source.extension.vsixmanifest index b2084943..4282376a 100644 --- a/Codist/source.extension.vsixmanifest +++ b/Codist/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Codist A C# programmer's productivity booster which enhances syntax highlighting, quick info (tooltip), navigation bar, scrollbar, display quality, and brings automatically updated version numbers, smart tool bar with advanced editing, code analysis and refactoring commands to code editor. https://github.com/wmjordan/Codist