From d2ea71a31389b73d89961e39e339040d0da56d64 Mon Sep 17 00:00:00 2001 From: Christian Rondeau Date: Mon, 28 Jul 2014 09:55:17 -0400 Subject: [PATCH] Update version number to 0.0.6 --- GoToWindow.Api.Tests/Properties/AssemblyInfo.cs | 5 +++-- GoToWindow.Api/Properties/AssemblyInfo.cs | 5 +++-- GoToWindow.FakeApp/Properties/AssemblyInfo.cs | 5 +++-- GoToWindow/Properties/AssemblyInfo.cs | 5 +++-- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/GoToWindow.Api.Tests/Properties/AssemblyInfo.cs b/GoToWindow.Api.Tests/Properties/AssemblyInfo.cs index a03d95e..53bcdb0 100644 --- a/GoToWindow.Api.Tests/Properties/AssemblyInfo.cs +++ b/GoToWindow.Api.Tests/Properties/AssemblyInfo.cs @@ -14,5 +14,6 @@ [assembly: Guid("0c628625-94e4-4bc0-a24e-9b522545ee90")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("0.0.6.*")] +[assembly: AssemblyFileVersion("0.0.6.*")] +[assembly: AssemblyInformationalVersion("0.0.6")] diff --git a/GoToWindow.Api/Properties/AssemblyInfo.cs b/GoToWindow.Api/Properties/AssemblyInfo.cs index 75e8932..fba6b5b 100644 --- a/GoToWindow.Api/Properties/AssemblyInfo.cs +++ b/GoToWindow.Api/Properties/AssemblyInfo.cs @@ -14,5 +14,6 @@ [assembly: Guid("3ed6b690-258c-481f-8cc6-1e11718b81f9")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("0.0.6.*")] +[assembly: AssemblyFileVersion("0.0.6.*")] +[assembly: AssemblyInformationalVersion("0.0.6")] diff --git a/GoToWindow.FakeApp/Properties/AssemblyInfo.cs b/GoToWindow.FakeApp/Properties/AssemblyInfo.cs index 39de10d..b5ccdd8 100644 --- a/GoToWindow.FakeApp/Properties/AssemblyInfo.cs +++ b/GoToWindow.FakeApp/Properties/AssemblyInfo.cs @@ -19,5 +19,6 @@ ResourceDictionaryLocation.SourceAssembly )] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("0.0.6.*")] +[assembly: AssemblyFileVersion("0.0.6.*")] +[assembly: AssemblyInformationalVersion("0.0.6")] diff --git a/GoToWindow/Properties/AssemblyInfo.cs b/GoToWindow/Properties/AssemblyInfo.cs index ebf5c48..28b003c 100644 --- a/GoToWindow/Properties/AssemblyInfo.cs +++ b/GoToWindow/Properties/AssemblyInfo.cs @@ -18,5 +18,6 @@ ResourceDictionaryLocation.SourceAssembly )] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("0.0.6.*")] +[assembly: AssemblyFileVersion("0.0.6.*")] +[assembly: AssemblyInformationalVersion("0.0.6")] \ No newline at end of file