From d5b4a7ef434310c8a7a228f1cba88a929aba6019 Mon Sep 17 00:00:00 2001 From: Christian Rondeau Date: Mon, 1 Sep 2014 21:51:36 -0400 Subject: [PATCH] Bump version number to 0.1.4 --- GoToWindow.Api.Tests/Properties/AssemblyInfo.cs | 6 +++--- GoToWindow.Api/Properties/AssemblyInfo.cs | 6 +++--- GoToWindow.Extensibility/Properties/AssemblyInfo.cs | 6 +++--- GoToWindow.FakeApp/Properties/AssemblyInfo.cs | 6 +++--- GoToWindow.Plugins.Core/Properties/AssemblyInfo.cs | 6 +++--- GoToWindow.Plugins.Debug/Properties/AssemblyInfo.cs | 6 +++--- .../Properties/AssemblyInfo.cs | 6 +++--- .../Properties/AssemblyInfo.cs | 6 +++--- GoToWindow/Properties/AssemblyInfo.cs | 6 +++--- 9 files changed, 27 insertions(+), 27 deletions(-) diff --git a/GoToWindow.Api.Tests/Properties/AssemblyInfo.cs b/GoToWindow.Api.Tests/Properties/AssemblyInfo.cs index 7c9f939..48c1421 100644 --- a/GoToWindow.Api.Tests/Properties/AssemblyInfo.cs +++ b/GoToWindow.Api.Tests/Properties/AssemblyInfo.cs @@ -14,6 +14,6 @@ [assembly: Guid("0c628625-94e4-4bc0-a24e-9b522545ee90")] -[assembly: AssemblyVersion("0.1.3")] -[assembly: AssemblyFileVersion("0.1.3")] -[assembly: AssemblyInformationalVersion("0.1.3")] +[assembly: AssemblyVersion("0.1.4")] +[assembly: AssemblyFileVersion("0.1.4")] +[assembly: AssemblyInformationalVersion("0.1.4")] diff --git a/GoToWindow.Api/Properties/AssemblyInfo.cs b/GoToWindow.Api/Properties/AssemblyInfo.cs index 1b50d35..275d0d3 100644 --- a/GoToWindow.Api/Properties/AssemblyInfo.cs +++ b/GoToWindow.Api/Properties/AssemblyInfo.cs @@ -17,6 +17,6 @@ [assembly: XmlConfigurator(ConfigFile = "log4net.config")] -[assembly: AssemblyVersion("0.1.3")] -[assembly: AssemblyFileVersion("0.1.3")] -[assembly: AssemblyInformationalVersion("0.1.3")] +[assembly: AssemblyVersion("0.1.4")] +[assembly: AssemblyFileVersion("0.1.4")] +[assembly: AssemblyInformationalVersion("0.1.4")] diff --git a/GoToWindow.Extensibility/Properties/AssemblyInfo.cs b/GoToWindow.Extensibility/Properties/AssemblyInfo.cs index c334fcf..c4e8311 100644 --- a/GoToWindow.Extensibility/Properties/AssemblyInfo.cs +++ b/GoToWindow.Extensibility/Properties/AssemblyInfo.cs @@ -14,6 +14,6 @@ [assembly: Guid("32b06993-4551-4b41-bf5f-70b9420b72ed")] -[assembly: AssemblyVersion("0.1.3")] -[assembly: AssemblyFileVersion("0.1.3")] -[assembly: AssemblyInformationalVersion("0.1.3")] +[assembly: AssemblyVersion("0.1.4")] +[assembly: AssemblyFileVersion("0.1.4")] +[assembly: AssemblyInformationalVersion("0.1.4")] diff --git a/GoToWindow.FakeApp/Properties/AssemblyInfo.cs b/GoToWindow.FakeApp/Properties/AssemblyInfo.cs index 72f0428..1764722 100644 --- a/GoToWindow.FakeApp/Properties/AssemblyInfo.cs +++ b/GoToWindow.FakeApp/Properties/AssemblyInfo.cs @@ -15,6 +15,6 @@ [assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)] -[assembly: AssemblyVersion("0.1.3")] -[assembly: AssemblyFileVersion("0.1.3")] -[assembly: AssemblyInformationalVersion("0.1.3")] +[assembly: AssemblyVersion("0.1.4")] +[assembly: AssemblyFileVersion("0.1.4")] +[assembly: AssemblyInformationalVersion("0.1.4")] diff --git a/GoToWindow.Plugins.Core/Properties/AssemblyInfo.cs b/GoToWindow.Plugins.Core/Properties/AssemblyInfo.cs index f0c56a4..429acf0 100644 --- a/GoToWindow.Plugins.Core/Properties/AssemblyInfo.cs +++ b/GoToWindow.Plugins.Core/Properties/AssemblyInfo.cs @@ -15,6 +15,6 @@ [assembly:ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)] -[assembly: AssemblyVersion("0.1.3")] -[assembly: AssemblyFileVersion("0.1.3")] -[assembly: AssemblyInformationalVersion("0.1.3")] +[assembly: AssemblyVersion("0.1.4")] +[assembly: AssemblyFileVersion("0.1.4")] +[assembly: AssemblyInformationalVersion("0.1.4")] diff --git a/GoToWindow.Plugins.Debug/Properties/AssemblyInfo.cs b/GoToWindow.Plugins.Debug/Properties/AssemblyInfo.cs index daffc44..6574836 100644 --- a/GoToWindow.Plugins.Debug/Properties/AssemblyInfo.cs +++ b/GoToWindow.Plugins.Debug/Properties/AssemblyInfo.cs @@ -14,6 +14,6 @@ [assembly: Guid("90ca6c16-b2da-4ec3-9e2a-45030e868dd6")] -[assembly: AssemblyVersion("0.1.3")] -[assembly: AssemblyFileVersion("0.1.3")] -[assembly: AssemblyInformationalVersion("0.1.3")] +[assembly: AssemblyVersion("0.1.4")] +[assembly: AssemblyFileVersion("0.1.4")] +[assembly: AssemblyInformationalVersion("0.1.4")] diff --git a/GoToWindow.Plugins.ExpandBrowsersTabs/Properties/AssemblyInfo.cs b/GoToWindow.Plugins.ExpandBrowsersTabs/Properties/AssemblyInfo.cs index f3a3c83..cfc2af0 100644 --- a/GoToWindow.Plugins.ExpandBrowsersTabs/Properties/AssemblyInfo.cs +++ b/GoToWindow.Plugins.ExpandBrowsersTabs/Properties/AssemblyInfo.cs @@ -14,6 +14,6 @@ [assembly: Guid("e53ef514-3d74-42fb-a2b9-f93ca12b9f24")] -[assembly: AssemblyVersion("0.1.3")] -[assembly: AssemblyFileVersion("0.1.3")] -[assembly: AssemblyInformationalVersion("0.1.3")] +[assembly: AssemblyVersion("0.1.4")] +[assembly: AssemblyFileVersion("0.1.4")] +[assembly: AssemblyInformationalVersion("0.1.4")] diff --git a/GoToWindow.Plugins.ExplorerExtensions/Properties/AssemblyInfo.cs b/GoToWindow.Plugins.ExplorerExtensions/Properties/AssemblyInfo.cs index 86faea8..db4fb54 100644 --- a/GoToWindow.Plugins.ExplorerExtensions/Properties/AssemblyInfo.cs +++ b/GoToWindow.Plugins.ExplorerExtensions/Properties/AssemblyInfo.cs @@ -14,6 +14,6 @@ [assembly: Guid("e5263b6d-84cc-47c1-80c5-280616878fab")] -[assembly: AssemblyVersion("0.1.3")] -[assembly: AssemblyFileVersion("0.1.3")] -[assembly: AssemblyInformationalVersion("0.1.3")] +[assembly: AssemblyVersion("0.1.4")] +[assembly: AssemblyFileVersion("0.1.4")] +[assembly: AssemblyInformationalVersion("0.1.4")] diff --git a/GoToWindow/Properties/AssemblyInfo.cs b/GoToWindow/Properties/AssemblyInfo.cs index a088dc8..eabc68c 100644 --- a/GoToWindow/Properties/AssemblyInfo.cs +++ b/GoToWindow/Properties/AssemblyInfo.cs @@ -21,6 +21,6 @@ [assembly: XmlConfigurator(ConfigFile = "log4net.config")] -[assembly: AssemblyVersion("0.1.3")] -[assembly: AssemblyFileVersion("0.1.3")] -[assembly: AssemblyInformationalVersion("0.1.3")] +[assembly: AssemblyVersion("0.1.4")] +[assembly: AssemblyFileVersion("0.1.4")] +[assembly: AssemblyInformationalVersion("0.1.4")]