Skip to content

Commit 4e61008

Browse files
Updated version.
1 parent 26ae05d commit 4e61008

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

Tests/AssemblyInfoCommon.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
// You can specify all the values or you can default the Build and Revision Numbers
1818
// by using the '*' as shown below:
1919
// [assembly: AssemblyVersion("1.0.*")]
20-
[assembly: AssemblyVersion("2.4.0.0")]
21-
[assembly: AssemblyFileVersion("2.4.0.0")]
20+
[assembly: AssemblyVersion("2.5.0.0")]
21+
[assembly: AssemblyFileVersion("2.5.0.0")]

Tests/AssemblyInfoCommon.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Imports System.Runtime.InteropServices
1919
' You can specify all the values or you can default the Build and Revision Numbers
2020
' by using the '*' as shown below:
2121
' <Assembly: AssemblyVersion("1.0.*")>
22-
<Assembly: AssemblyVersion("2.4.0.0")>
23-
<Assembly: AssemblyFileVersion("2.4.0.0")>
22+
<Assembly: AssemblyVersion("2.5.0.0")>
23+
<Assembly: AssemblyFileVersion("2.5.0.0")>

src/common/AssemblyInfoCommon.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
// You can specify all the values or you can default the Build and Revision Numbers
1818
// by using the '*' as shown below:
1919
// [assembly: AssemblyVersion("1.0.*")]
20-
[assembly: AssemblyVersion("2.4.0.0")]
21-
[assembly: AssemblyFileVersion("2.4.0.0")]
20+
[assembly: AssemblyVersion("2.5.0.0")]
21+
[assembly: AssemblyFileVersion("2.5.0.0")]

src/vs14/AssemblyInfoCommon.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
// You can specify all the values or you can default the Build and Revision Numbers
1818
// by using the '*' as shown below:
1919
// [assembly: AssemblyVersion("1.0.*")]
20-
[assembly: AssemblyVersion("2.4.0.0")]
21-
[assembly: AssemblyFileVersion("2.4.0.0")]
20+
[assembly: AssemblyVersion("2.5.0.0")]
21+
[assembly: AssemblyFileVersion("2.5.0.0")]

src/vs14/CoCo_vs14/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="CoCo.69edb42a-941a-4cf8-b6fc-264946141391" Version="2.4.0" Language="en-US" Publisher="George Aleksandria" />
4+
<Identity Id="CoCo.69edb42a-941a-4cf8-b6fc-264946141391" Version="2.5.0" Language="en-US" Publisher="George Aleksandria" />
55
<DisplayName>CoCo</DisplayName>
66
<Description xml:space="preserve">An open source extension that colors and decorates code to make it easily recognizable. Supports C# and VisualBasic</Description>
77
<MoreInfo>https://github.com/GeorgeAlexandria/CoCo</MoreInfo>

src/vs15/AssemblyInfoCommon.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
// You can specify all the values or you can default the Build and Revision Numbers
1818
// by using the '*' as shown below:
1919
// [assembly: AssemblyVersion("1.0.*")]
20-
[assembly: AssemblyVersion("2.4.0.0")]
21-
[assembly: AssemblyFileVersion("2.4.0.0")]
20+
[assembly: AssemblyVersion("2.5.0.0")]
21+
[assembly: AssemblyFileVersion("2.5.0.0")]

src/vs15/CoCo/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="CoCo.69edb42a-941a-4cf8-b6fc-264946141392" Version="2.4.0" Language="en-US" Publisher="George Aleksandria" />
4+
<Identity Id="CoCo.69edb42a-941a-4cf8-b6fc-264946141392" Version="2.5.0" Language="en-US" Publisher="George Aleksandria" />
55
<DisplayName>CoCo</DisplayName>
66
<Description xml:space="preserve">An open source extension that colors and decorates code to make it easily recognizable. Supports C# and VisualBasic</Description>
77
<MoreInfo>https://github.com/GeorgeAlexandria/CoCo</MoreInfo>

0 commit comments

Comments
 (0)