Skip to content

Commit

Permalink
Upped version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Kirby committed Aug 21, 2015
1 parent a0f16c6 commit c87bb0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ColorConsole.Test/Properties/AssemblyInfo.cs
Expand Up @@ -2,5 +2,5 @@

[assembly: AssemblyTitle("ColorConsole.Test")]
[assembly: AssemblyCopyright("Richard Kirby")]
[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: AssemblyVersion("1.0.1")]
[assembly: AssemblyInformationalVersionAttribute("1.0.1")]
4 changes: 2 additions & 2 deletions ColorConsole/Properties/AssemblyInfo.cs
Expand Up @@ -4,7 +4,7 @@
[assembly: AssemblyTitle("ColorConsole")]
[assembly: AssemblyDescription("Simple library to aid in writing colored output")]
[assembly: AssemblyCopyright("Richard Kirby")]
[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: AssemblyVersion("1.0.1")]
[assembly: AssemblyInformationalVersionAttribute("1.0.1")]
[assembly: InternalsVisibleTo("ColorConsole.Test")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]
2 changes: 1 addition & 1 deletion ColorConsole/paket.template
@@ -1,6 +1,6 @@
type project
id ColorConsole
version 1.0.0
version 1.0.1
description
A very simple class library to aid in printing colored ouput to the console.
authors
Expand Down

0 comments on commit c87bb0b

Please sign in to comment.