Skip to content

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeAlexandria committed Sep 27, 2018
1 parent 4d5b502 commit 2b659c4
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
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("2.2.0.0")]
[assembly: AssemblyFileVersion("2.2.0.0")]
[assembly: AssemblyVersion("2.3.0.0")]
[assembly: AssemblyFileVersion("2.3.0.0")]
8 changes: 4 additions & 4 deletions Tests/AssemblyInfoCommon.vb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Imports System.Runtime.InteropServices
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
<Assembly: AssemblyCompany("")>
<Assembly: AssemblyProduct("VisualBasicIdentifiers")>
<Assembly: AssemblyCopyright("Copyright © 2018")>
<Assembly: AssemblyProduct("CoCo")>
<Assembly: AssemblyCopyright("Copyright © 2018 George Aleksandria")>

' Version information for an assembly consists of the following four values:
'
Expand All @@ -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("2.2.0.0")>
<Assembly: AssemblyFileVersion("2.2.0.0")>
<Assembly: AssemblyVersion("2.3.0.0")>
<Assembly: AssemblyFileVersion("2.3.0.0")>
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("2.2.0.0")]
[assembly: AssemblyFileVersion("2.2.0.0")]
[assembly: AssemblyVersion("2.3.0.0")]
[assembly: AssemblyFileVersion("2.3.0.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("2.2.0.0")]
[assembly: AssemblyFileVersion("2.2.0.0")]
[assembly: AssemblyVersion("2.3.0.0")]
[assembly: AssemblyFileVersion("2.3.0.0")]
4 changes: 2 additions & 2 deletions src/vs14/CoCo_vs14/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?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="2.2.0" Language="en-US" Publisher="George Aleksandria" />
<Identity Id="CoCo.69edb42a-941a-4cf8-b6fc-264946141391" Version="2.3.0" Language="en-US" Publisher="George Aleksandria" />
<DisplayName>CoCo</DisplayName>
<Description xml:space="preserve">An open source extension that colors and decorates C# code to make it easily recognizable.</Description>
<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>
<License>LICENSE.txt</License>
<ReleaseNotes>https://github.com/GeorgeAlexandria/CoCo/blob/master/ReleaseNotes.md</ReleaseNotes>
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("2.2.0.0")]
[assembly: AssemblyFileVersion("2.2.0.0")]
[assembly: AssemblyVersion("2.3.0.0")]
[assembly: AssemblyFileVersion("2.3.0.0")]
4 changes: 2 additions & 2 deletions src/vs15/CoCo/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?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="2.2.0" Language="en-US" Publisher="George Aleksandria" />
<Identity Id="CoCo.69edb42a-941a-4cf8-b6fc-264946141392" Version="2.3.0" Language="en-US" Publisher="George Aleksandria" />
<DisplayName>CoCo</DisplayName>
<Description xml:space="preserve">An open source extension that colors and decorates C# code to make it easily recognizable.</Description>
<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>
<License>LICENSE.txt</License>
<ReleaseNotes>https://github.com/GeorgeAlexandria/CoCo/blob/master/ReleaseNotes.md</ReleaseNotes>
Expand Down

0 comments on commit 2b659c4

Please sign in to comment.