From fcf1764936c6dc817a6c25b77ba6f983a87d4f4d Mon Sep 17 00:00:00 2001 From: WMJ Date: Mon, 26 Sep 2022 09:45:43 +0800 Subject: [PATCH] Version 6.5.2 --- Codist/Config.cs | 2 +- Codist/Properties/AssemblyInfo.cs | 2 +- Codist/source.extension.vsixmanifest | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Codist/Config.cs b/Codist/Config.cs index 7f38afa6..07dc966e 100644 --- a/Codist/Config.cs +++ b/Codist/Config.cs @@ -16,7 +16,7 @@ namespace Codist { sealed class Config { - internal const string CurrentVersion = "6.5.1"; + internal const string CurrentVersion = "6.5.2"; const string ThemePrefix = "res:"; const int DefaultIconSize = 20; internal const string LightTheme = ThemePrefix + "Light", PaleLightTheme = ThemePrefix + "PaleLight", DarkTheme = ThemePrefix + "Dark", PaleDarkTheme = ThemePrefix + "PaleDark", SimpleTheme = ThemePrefix + "Simple"; diff --git a/Codist/Properties/AssemblyInfo.cs b/Codist/Properties/AssemblyInfo.cs index 227c58aa..27802d95 100644 --- a/Codist/Properties/AssemblyInfo.cs +++ b/Codist/Properties/AssemblyInfo.cs @@ -11,5 +11,5 @@ [assembly: AssemblyTrademark(nameof(Codist))] [assembly: ComVisible(false)] [assembly: AssemblyVersion("6.0.0.0")] -[assembly: AssemblyFileVersion("6.5.1.7400")] +[assembly: AssemblyFileVersion("6.5.2.7500")] [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 09491ea9..f77846b7 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, automatically updated version numbers, and brings smart tool bar to code editor. https://github.com/wmjordan/Codist