From d1cba52d4481236adc534280ca4f825ee0031c61 Mon Sep 17 00:00:00 2001 From: Christian Rondeau Date: Fri, 29 Aug 2014 20:38:10 -0400 Subject: [PATCH] Bump version to 0.1.1 --- 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 +++--- GoToWindow/Properties/AssemblyInfo.cs | 6 +++--- 8 files changed, 24 insertions(+), 24 deletions(-) diff --git a/GoToWindow.Api.Tests/Properties/AssemblyInfo.cs b/GoToWindow.Api.Tests/Properties/AssemblyInfo.cs index 1c4aa83..b8977c8 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.0")] -[assembly: AssemblyFileVersion("0.1.0")] -[assembly: AssemblyInformationalVersion("0.1.0")] +[assembly: AssemblyVersion("0.1.1")] +[assembly: AssemblyFileVersion("0.1.1")] +[assembly: AssemblyInformationalVersion("0.1.1")] diff --git a/GoToWindow.Api/Properties/AssemblyInfo.cs b/GoToWindow.Api/Properties/AssemblyInfo.cs index cddeeaf..f49aebf 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.0")] -[assembly: AssemblyFileVersion("0.1.0")] -[assembly: AssemblyInformationalVersion("0.1.0")] +[assembly: AssemblyVersion("0.1.1")] +[assembly: AssemblyFileVersion("0.1.1")] +[assembly: AssemblyInformationalVersion("0.1.1")] diff --git a/GoToWindow.Extensibility/Properties/AssemblyInfo.cs b/GoToWindow.Extensibility/Properties/AssemblyInfo.cs index cad8bb6..bea3e1c 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.0")] -[assembly: AssemblyFileVersion("0.1.0")] -[assembly: AssemblyInformationalVersion("0.1.0")] +[assembly: AssemblyVersion("0.1.1")] +[assembly: AssemblyFileVersion("0.1.1")] +[assembly: AssemblyInformationalVersion("0.1.1")] diff --git a/GoToWindow.FakeApp/Properties/AssemblyInfo.cs b/GoToWindow.FakeApp/Properties/AssemblyInfo.cs index 8d39663..94592e7 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.0")] -[assembly: AssemblyFileVersion("0.1.0")] -[assembly: AssemblyInformationalVersion("0.1.0")] +[assembly: AssemblyVersion("0.1.1")] +[assembly: AssemblyFileVersion("0.1.1")] +[assembly: AssemblyInformationalVersion("0.1.1")] diff --git a/GoToWindow.Plugins.Core/Properties/AssemblyInfo.cs b/GoToWindow.Plugins.Core/Properties/AssemblyInfo.cs index 897b410..0b77a83 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.0")] -[assembly: AssemblyFileVersion("0.1.0")] -[assembly: AssemblyInformationalVersion("0.1.0")] +[assembly: AssemblyVersion("0.1.1")] +[assembly: AssemblyFileVersion("0.1.1")] +[assembly: AssemblyInformationalVersion("0.1.1")] diff --git a/GoToWindow.Plugins.Debug/Properties/AssemblyInfo.cs b/GoToWindow.Plugins.Debug/Properties/AssemblyInfo.cs index 404871f..e50bd52 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.0")] -[assembly: AssemblyFileVersion("0.1.0")] -[assembly: AssemblyInformationalVersion("0.1.0")] +[assembly: AssemblyVersion("0.1.1")] +[assembly: AssemblyFileVersion("0.1.1")] +[assembly: AssemblyInformationalVersion("0.1.1")] diff --git a/GoToWindow.Plugins.ExpandBrowsersTabs/Properties/AssemblyInfo.cs b/GoToWindow.Plugins.ExpandBrowsersTabs/Properties/AssemblyInfo.cs index 50f7c6b..0b2457b 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.0")] -[assembly: AssemblyFileVersion("0.1.0")] -[assembly: AssemblyInformationalVersion("0.1.0")] +[assembly: AssemblyVersion("0.1.1")] +[assembly: AssemblyFileVersion("0.1.1")] +[assembly: AssemblyInformationalVersion("0.1.1")] diff --git a/GoToWindow/Properties/AssemblyInfo.cs b/GoToWindow/Properties/AssemblyInfo.cs index c7b6052..0bd658a 100644 --- a/GoToWindow/Properties/AssemblyInfo.cs +++ b/GoToWindow/Properties/AssemblyInfo.cs @@ -21,6 +21,6 @@ [assembly: XmlConfigurator(ConfigFile = "log4net.config")] -[assembly: AssemblyVersion("0.1.0")] -[assembly: AssemblyFileVersion("0.1.0")] -[assembly: AssemblyInformationalVersion("0.1.0")] +[assembly: AssemblyVersion("0.1.1")] +[assembly: AssemblyFileVersion("0.1.1")] +[assembly: AssemblyInformationalVersion("0.1.1")]