From 5e1fc8e924d050ade542aecb584a8e52e6ec7951 Mon Sep 17 00:00:00 2001 From: Derek Ziemba Date: Tue, 5 Mar 2019 20:43:13 -0600 Subject: [PATCH] Working VS2019 --- .../source.extension.vsixmanifest | 1 - .../source.extension.vsixmanifest | 1 - .../Properties/AssemblyInfo.cs | 6 ++-- .../ZMBA.SyntaxColorizer.VS2019.csproj | 29 ++++++++++++++++++- .../ZMBA.SyntaxColorizer.VS2019Package.cs | 6 ++-- .../source.extension.vsixmanifest | 3 +- ZMBA.SyntaxColorizer.sln | 19 ++++++------ ZMBA.SyntaxColorizer/src/ClassifierContext.cs | 2 +- 8 files changed, 46 insertions(+), 21 deletions(-) diff --git a/ZMBA.SyntaxColorizer.VS2015/source.extension.vsixmanifest b/ZMBA.SyntaxColorizer.VS2015/source.extension.vsixmanifest index b325e2c..a6e6cd0 100644 --- a/ZMBA.SyntaxColorizer.VS2015/source.extension.vsixmanifest +++ b/ZMBA.SyntaxColorizer.VS2015/source.extension.vsixmanifest @@ -4,7 +4,6 @@ ZMBA.SyntaxColorizer.VS2015 Style code Font and Color based on Syntax and Semantic meaning. Font Style Font and Color based on Syntax and Semantic meaning. Supported languages: C#, Visual Basic, JavaScript, HTML - ..\LICENSE.txt diff --git a/ZMBA.SyntaxColorizer.VS2017/source.extension.vsixmanifest b/ZMBA.SyntaxColorizer.VS2017/source.extension.vsixmanifest index 8a58120..5626e4d 100644 --- a/ZMBA.SyntaxColorizer.VS2017/source.extension.vsixmanifest +++ b/ZMBA.SyntaxColorizer.VS2017/source.extension.vsixmanifest @@ -5,7 +5,6 @@ ZMBA.SyntaxColorizer.VS2017 Style code Font and Color based on Syntax and Semantic meaning. Font Style Font and Color based on Syntax and Semantic meaning. Supported languages: C#, Visual Basic, JavaScript, HTML - ..\LICENSE.txt diff --git a/ZMBA.SyntaxColorizer.VS2019/Properties/AssemblyInfo.cs b/ZMBA.SyntaxColorizer.VS2019/Properties/AssemblyInfo.cs index c854684..9f4952e 100644 --- a/ZMBA.SyntaxColorizer.VS2019/Properties/AssemblyInfo.cs +++ b/ZMBA.SyntaxColorizer.VS2019/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ [assembly: AssemblyTitle("ZMBA.SyntaxColorizer.VS2019")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Derek Ziemba")] +[assembly: AssemblyCompany("")] [assembly: AssemblyProduct("ZMBA.SyntaxColorizer.VS2019")] [assembly: AssemblyCopyright("")] [assembly: AssemblyTrademark("")] @@ -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("2019.0.4.*")] -[assembly: AssemblyFileVersion("2019.0.4.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/ZMBA.SyntaxColorizer.VS2019/ZMBA.SyntaxColorizer.VS2019.csproj b/ZMBA.SyntaxColorizer.VS2019/ZMBA.SyntaxColorizer.VS2019.csproj index 56db267..747edf4 100644 --- a/ZMBA.SyntaxColorizer.VS2019/ZMBA.SyntaxColorizer.VS2019.csproj +++ b/ZMBA.SyntaxColorizer.VS2019/ZMBA.SyntaxColorizer.VS2019.csproj @@ -10,7 +10,7 @@ AnyCPU 2.0 {82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - {46B5403E-A28C-4784-97C1-BE6E260B327A} + {2F9B9128-5C61-4779-8045-42F0F0681479} Library Properties ZMBA.SyntaxColorizer.VS2019 @@ -54,12 +54,39 @@ + + + + 3.0.0-beta4-final + + + 3.0.0-beta4-final + + + 2.8.2 + + + 2.9.0 + + + 3.0.0-beta4-final + + + 3.0.0-beta4-final + + + 4.3.0 + + + 4.6.0-preview.19073.11 + +