diff --git a/Codist/Config.cs b/Codist/Config.cs index 025e1793..cb5ba4ab 100644 --- a/Codist/Config.cs +++ b/Codist/Config.cs @@ -16,7 +16,7 @@ namespace Codist { sealed class Config { - internal const string CurrentVersion = "5.10.0"; + internal const string CurrentVersion = "5.11.0"; const string ThemePrefix = "res:"; const int DefaultIconSize = 20; internal const string LightTheme = ThemePrefix + "Light", PaleLightTheme = ThemePrefix + "PaleLight", DarkTheme = ThemePrefix + "Dark", SimpleTheme = ThemePrefix + "Simple"; diff --git a/Codist/Properties/AssemblyInfo.cs b/Codist/Properties/AssemblyInfo.cs index 8442d0d4..56467c34 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, 2020")] +[assembly: AssemblyCopyright("Copyright WMJ, 2021")] [assembly: AssemblyTrademark(nameof(Codist))] [assembly: ComVisible(false)] [assembly: AssemblyVersion("5.0.0.0")] -[assembly: AssemblyFileVersion("5.10.0.6200")] +[assembly: AssemblyFileVersion("5.11.0.6400")] [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 77830ac9..be1d4092 100644 --- a/Codist/source.extension.vsixmanifest +++ b/Codist/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Codist A productivity booster for C# programmers which enhances syntax highlighting, quick info (tooltip), navigation bar, scrollbar, display quality and brings smart tool bar to code editor. https://github.com/wmjordan/Codist