diff --git a/README.md b/README.md index a7b1bde..211e99e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![License](https://img.shields.io/apm/l/vim-mode.svg?style=flat-square)](LICENSE.txt) [![VS14](https://img.shields.io/badge/Visual%20Studio%20Marketplace%20%7C%20vs14-v3.2.1-orange.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=GeorgeAleksandria.CoCo) [![VS15](https://img.shields.io/badge/Visual%20Studio%20Marketplace%20%7C%20vs15-v3.2.1-orange.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=GeorgeAleksandria.CoCo-19226) [![VS16](https://img.shields.io/badge/Visual%20Studio%20Marketplace%20%7C%20vs16-v3.2.1-orange.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=GeorgeAleksandria.CoCo-vs16) +[![License](https://img.shields.io/apm/l/vim-mode.svg?style=flat-square)](LICENSE.txt) [![VS14](https://img.shields.io/badge/Visual%20Studio%202015%20Marketplace-v3.2.2-orange.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=GeorgeAleksandria.CoCo) [![VS15](https://img.shields.io/badge/Visual%20Studio%202017%20Marketplace-v3.2.2-orange.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=GeorgeAleksandria.CoCo-19226) [![VS16](https://img.shields.io/badge/Visual%20Studio%202019%20Marketplace-v3.2.2-orange.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=GeorgeAleksandria.CoCo-vs16) # CoCo A Visual Studio [2015](https://marketplace.visualstudio.com/items?itemName=GeorgeAleksandria.CoCo) (vs14), [2017](https://marketplace.visualstudio.com/items?itemName=GeorgeAleksandria.CoCo-19226) (vs15) and [2019](https://marketplace.visualstudio.com/items?itemName=GeorgeAleksandria.CoCo-vs16) (vs16) extension that is analyzing source code to colorize and decorate appropriate syntax nodes to different colors and different styles. It makes easily to read and understand sources, to find sought entities and to navigate by code. diff --git a/ReleaseNotes.md b/ReleaseNotes.md index b802305..067da83 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,11 @@ # Release notes +## 3.2.2 + +**2019-10-26** + +- [x] Fix issue [#67](https://github.com/GeorgeAlexandria/CoCo/issues/67) – fix classifications when solution, project, source code files or configurations were changed + ## 3.2.1 **2019-08-31** diff --git a/src/common/AssemblyInfoCommon.cs b/src/common/AssemblyInfoCommon.cs index f6c020f..7597cf0 100644 --- a/src/common/AssemblyInfoCommon.cs +++ b/src/common/AssemblyInfoCommon.cs @@ -17,5 +17,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("3.2.1.0")] -[assembly: AssemblyFileVersion("3.2.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("3.2.2.0")] +[assembly: AssemblyFileVersion("3.2.2.0")] \ No newline at end of file diff --git a/src/vs14/AssemblyInfoCommon.cs b/src/vs14/AssemblyInfoCommon.cs index f6c020f..7597cf0 100644 --- a/src/vs14/AssemblyInfoCommon.cs +++ b/src/vs14/AssemblyInfoCommon.cs @@ -17,5 +17,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("3.2.1.0")] -[assembly: AssemblyFileVersion("3.2.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("3.2.2.0")] +[assembly: AssemblyFileVersion("3.2.2.0")] \ No newline at end of file diff --git a/src/vs14/CoCo_vs14/source.extension.vsixmanifest b/src/vs14/CoCo_vs14/source.extension.vsixmanifest index 4b5800a..6aefe09 100644 --- a/src/vs14/CoCo_vs14/source.extension.vsixmanifest +++ b/src/vs14/CoCo_vs14/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + CoCo An open source extension that colors and decorates code to make it easily recognizable. Supports C# and VisualBasic https://github.com/GeorgeAlexandria/CoCo diff --git a/src/vs15/AssemblyInfoCommon.cs b/src/vs15/AssemblyInfoCommon.cs index f6c020f..7597cf0 100644 --- a/src/vs15/AssemblyInfoCommon.cs +++ b/src/vs15/AssemblyInfoCommon.cs @@ -17,5 +17,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("3.2.1.0")] -[assembly: AssemblyFileVersion("3.2.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("3.2.2.0")] +[assembly: AssemblyFileVersion("3.2.2.0")] \ No newline at end of file diff --git a/src/vs15/CoCo_vs15/source.extension.vsixmanifest b/src/vs15/CoCo_vs15/source.extension.vsixmanifest index b0681ea..570d389 100644 --- a/src/vs15/CoCo_vs15/source.extension.vsixmanifest +++ b/src/vs15/CoCo_vs15/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + CoCo An open source extension that colors and decorates code to make it easily recognizable. Supports C# and VisualBasic https://github.com/GeorgeAlexandria/CoCo diff --git a/src/vs16/AssemblyInfoCommon.cs b/src/vs16/AssemblyInfoCommon.cs index f6c020f..7597cf0 100644 --- a/src/vs16/AssemblyInfoCommon.cs +++ b/src/vs16/AssemblyInfoCommon.cs @@ -17,5 +17,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("3.2.1.0")] -[assembly: AssemblyFileVersion("3.2.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("3.2.2.0")] +[assembly: AssemblyFileVersion("3.2.2.0")] \ No newline at end of file diff --git a/src/vs16/CoCo_vs16/source.extension.vsixmanifest b/src/vs16/CoCo_vs16/source.extension.vsixmanifest index 54bdd2e..6d859b4 100644 --- a/src/vs16/CoCo_vs16/source.extension.vsixmanifest +++ b/src/vs16/CoCo_vs16/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + CoCo An open source extension that colors and decorates code to make it easily recognizable. Supports C# and VisualBasic https://github.com/GeorgeAlexandria/CoCo diff --git a/tests/AssemblyInfoCommon.cs b/tests/AssemblyInfoCommon.cs index f6c020f..7597cf0 100644 --- a/tests/AssemblyInfoCommon.cs +++ b/tests/AssemblyInfoCommon.cs @@ -17,5 +17,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("3.2.1.0")] -[assembly: AssemblyFileVersion("3.2.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("3.2.2.0")] +[assembly: AssemblyFileVersion("3.2.2.0")] \ No newline at end of file diff --git a/tests/AssemblyInfoCommon.vb b/tests/AssemblyInfoCommon.vb index f44ed89..dc49cb4 100644 --- a/tests/AssemblyInfoCommon.vb +++ b/tests/AssemblyInfoCommon.vb @@ -19,5 +19,5 @@ Imports System.Runtime.InteropServices ' You can specify all the values or you can default the Build and Revision Numbers ' by using the '*' as shown below: ' - - + +