From e24f12853e41fdb8a264c6b034dc20b3e0aacf12 Mon Sep 17 00:00:00 2001 From: Christian Rondeau Date: Wed, 10 Sep 2014 23:22:14 -0400 Subject: [PATCH] Bump version number to 0.1.7 --- 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 af5587f..31485df 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.6")] -[assembly: AssemblyFileVersion("0.1.6")] -[assembly: AssemblyInformationalVersion("0.1.6")] +[assembly: AssemblyVersion("0.1.7")] +[assembly: AssemblyFileVersion("0.1.7")] +[assembly: AssemblyInformationalVersion("0.1.7")] diff --git a/GoToWindow.Api/Properties/AssemblyInfo.cs b/GoToWindow.Api/Properties/AssemblyInfo.cs index 90ce6d8..e902197 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.6")] -[assembly: AssemblyFileVersion("0.1.6")] -[assembly: AssemblyInformationalVersion("0.1.6")] +[assembly: AssemblyVersion("0.1.7")] +[assembly: AssemblyFileVersion("0.1.7")] +[assembly: AssemblyInformationalVersion("0.1.7")] diff --git a/GoToWindow.Extensibility/Properties/AssemblyInfo.cs b/GoToWindow.Extensibility/Properties/AssemblyInfo.cs index ee6a9f1..6e40698 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.6")] -[assembly: AssemblyFileVersion("0.1.6")] -[assembly: AssemblyInformationalVersion("0.1.6")] +[assembly: AssemblyVersion("0.1.7")] +[assembly: AssemblyFileVersion("0.1.7")] +[assembly: AssemblyInformationalVersion("0.1.7")] diff --git a/GoToWindow.FakeApp/Properties/AssemblyInfo.cs b/GoToWindow.FakeApp/Properties/AssemblyInfo.cs index 821a91a..5a4dd0e 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.6")] -[assembly: AssemblyFileVersion("0.1.6")] -[assembly: AssemblyInformationalVersion("0.1.6")] +[assembly: AssemblyVersion("0.1.7")] +[assembly: AssemblyFileVersion("0.1.7")] +[assembly: AssemblyInformationalVersion("0.1.7")] diff --git a/GoToWindow.Plugins.Core/Properties/AssemblyInfo.cs b/GoToWindow.Plugins.Core/Properties/AssemblyInfo.cs index 2d11d8e..968da43 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.6")] -[assembly: AssemblyFileVersion("0.1.6")] -[assembly: AssemblyInformationalVersion("0.1.6")] +[assembly: AssemblyVersion("0.1.7")] +[assembly: AssemblyFileVersion("0.1.7")] +[assembly: AssemblyInformationalVersion("0.1.7")] diff --git a/GoToWindow.Plugins.Debug/Properties/AssemblyInfo.cs b/GoToWindow.Plugins.Debug/Properties/AssemblyInfo.cs index 2312a4b..7b399e7 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.6")] -[assembly: AssemblyFileVersion("0.1.6")] -[assembly: AssemblyInformationalVersion("0.1.6")] +[assembly: AssemblyVersion("0.1.7")] +[assembly: AssemblyFileVersion("0.1.7")] +[assembly: AssemblyInformationalVersion("0.1.7")] diff --git a/GoToWindow.Plugins.ExpandBrowsersTabs/Properties/AssemblyInfo.cs b/GoToWindow.Plugins.ExpandBrowsersTabs/Properties/AssemblyInfo.cs index 50a0a79..69c451f 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.6")] -[assembly: AssemblyFileVersion("0.1.6")] -[assembly: AssemblyInformationalVersion("0.1.6")] +[assembly: AssemblyVersion("0.1.7")] +[assembly: AssemblyFileVersion("0.1.7")] +[assembly: AssemblyInformationalVersion("0.1.7")] diff --git a/GoToWindow.Plugins.ExplorerExtensions/Properties/AssemblyInfo.cs b/GoToWindow.Plugins.ExplorerExtensions/Properties/AssemblyInfo.cs index cf5eda7..fad3faa 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.6")] -[assembly: AssemblyFileVersion("0.1.6")] -[assembly: AssemblyInformationalVersion("0.1.6")] +[assembly: AssemblyVersion("0.1.7")] +[assembly: AssemblyFileVersion("0.1.7")] +[assembly: AssemblyInformationalVersion("0.1.7")] diff --git a/GoToWindow/Properties/AssemblyInfo.cs b/GoToWindow/Properties/AssemblyInfo.cs index 58ebb73..984949e 100644 --- a/GoToWindow/Properties/AssemblyInfo.cs +++ b/GoToWindow/Properties/AssemblyInfo.cs @@ -21,6 +21,6 @@ [assembly: XmlConfigurator(ConfigFile = "log4net.config")] -[assembly: AssemblyVersion("0.1.6")] -[assembly: AssemblyFileVersion("0.1.6")] -[assembly: AssemblyInformationalVersion("0.1.6")] +[assembly: AssemblyVersion("0.1.7")] +[assembly: AssemblyFileVersion("0.1.7")] +[assembly: AssemblyInformationalVersion("0.1.7")]