Skip to content

Commit

Permalink
Update README.md, ReleaseNotes.md and versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeAlexandria committed Oct 26, 2019
1 parent 81d5b4f commit ebda627
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 6 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down
4 changes: 2 additions & 2 deletions src/common/AssemblyInfoCommon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("3.2.2.0")]
[assembly: AssemblyFileVersion("3.2.2.0")]
4 changes: 2 additions & 2 deletions src/vs14/AssemblyInfoCommon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("3.2.2.0")]
[assembly: AssemblyFileVersion("3.2.2.0")]
2 changes: 1 addition & 1 deletion src/vs14/CoCo_vs14/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="CoCo.69edb42a-941a-4cf8-b6fc-264946141391" Version="3.2.1" Language="en-US" Publisher="George Aleksandria" />
<Identity Id="CoCo.69edb42a-941a-4cf8-b6fc-264946141391" Version="3.2.2" Language="en-US" Publisher="George Aleksandria" />
<DisplayName>CoCo</DisplayName>
<Description xml:space="preserve">An open source extension that colors and decorates code to make it easily recognizable. Supports C# and VisualBasic</Description>
<MoreInfo>https://github.com/GeorgeAlexandria/CoCo</MoreInfo>
Expand Down
4 changes: 2 additions & 2 deletions src/vs15/AssemblyInfoCommon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("3.2.2.0")]
[assembly: AssemblyFileVersion("3.2.2.0")]
2 changes: 1 addition & 1 deletion src/vs15/CoCo_vs15/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="CoCo.69edb42a-941a-4cf8-b6fc-264946141392" Version="3.2.1" Language="en-US" Publisher="George Aleksandria" />
<Identity Id="CoCo.69edb42a-941a-4cf8-b6fc-264946141392" Version="3.2.2" Language="en-US" Publisher="George Aleksandria" />
<DisplayName>CoCo</DisplayName>
<Description xml:space="preserve">An open source extension that colors and decorates code to make it easily recognizable. Supports C# and VisualBasic</Description>
<MoreInfo>https://github.com/GeorgeAlexandria/CoCo</MoreInfo>
Expand Down
4 changes: 2 additions & 2 deletions src/vs16/AssemblyInfoCommon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("3.2.2.0")]
[assembly: AssemblyFileVersion("3.2.2.0")]
2 changes: 1 addition & 1 deletion src/vs16/CoCo_vs16/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="CoCo.69edb42a-941a-4cf8-b6fc-264946141393" Version="3.2.1" Language="en-US" Publisher="George Aleksandria" />
<Identity Id="CoCo.69edb42a-941a-4cf8-b6fc-264946141393" Version="3.2.2" Language="en-US" Publisher="George Aleksandria" />
<DisplayName>CoCo</DisplayName>
<Description xml:space="preserve">An open source extension that colors and decorates code to make it easily recognizable. Supports C# and VisualBasic</Description>
<MoreInfo>https://github.com/GeorgeAlexandria/CoCo</MoreInfo>
Expand Down
4 changes: 2 additions & 2 deletions tests/AssemblyInfoCommon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("3.2.2.0")]
[assembly: AssemblyFileVersion("3.2.2.0")]
4 changes: 2 additions & 2 deletions tests/AssemblyInfoCommon.vb
Original file line number Diff line number Diff line change
Expand Up @@ -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:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("3.2.1.0")>
<Assembly: AssemblyFileVersion("3.2.1.0")>
<Assembly: AssemblyVersion("3.2.2.0")>
<Assembly: AssemblyFileVersion("3.2.2.0")>

0 comments on commit ebda627

Please sign in to comment.