Skip to content

Commit

Permalink
Bump version number to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Rondeau committed Sep 1, 2014
1 parent 873c1fb commit db833e6
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 29 deletions.
6 changes: 3 additions & 3 deletions GoToWindow.Api.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

[assembly: Guid("0c628625-94e4-4bc0-a24e-9b522545ee90")]

[assembly: AssemblyVersion("0.1.2")]
[assembly: AssemblyFileVersion("0.1.2")]
[assembly: AssemblyInformationalVersion("0.1.2")]
[assembly: AssemblyVersion("0.1.3")]
[assembly: AssemblyFileVersion("0.1.3")]
[assembly: AssemblyInformationalVersion("0.1.3")]
6 changes: 3 additions & 3 deletions GoToWindow.Api/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

[assembly: XmlConfigurator(ConfigFile = "log4net.config")]

[assembly: AssemblyVersion("0.1.2")]
[assembly: AssemblyFileVersion("0.1.2")]
[assembly: AssemblyInformationalVersion("0.1.2")]
[assembly: AssemblyVersion("0.1.3")]
[assembly: AssemblyFileVersion("0.1.3")]
[assembly: AssemblyInformationalVersion("0.1.3")]
6 changes: 3 additions & 3 deletions GoToWindow.Extensibility/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

[assembly: Guid("32b06993-4551-4b41-bf5f-70b9420b72ed")]

[assembly: AssemblyVersion("0.1.2")]
[assembly: AssemblyFileVersion("0.1.2")]
[assembly: AssemblyInformationalVersion("0.1.2")]
[assembly: AssemblyVersion("0.1.3")]
[assembly: AssemblyFileVersion("0.1.3")]
[assembly: AssemblyInformationalVersion("0.1.3")]
6 changes: 3 additions & 3 deletions GoToWindow.FakeApp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@

[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]

[assembly: AssemblyVersion("0.1.2")]
[assembly: AssemblyFileVersion("0.1.2")]
[assembly: AssemblyInformationalVersion("0.1.2")]
[assembly: AssemblyVersion("0.1.3")]
[assembly: AssemblyFileVersion("0.1.3")]
[assembly: AssemblyInformationalVersion("0.1.3")]
6 changes: 3 additions & 3 deletions GoToWindow.Plugins.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@

[assembly:ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]

[assembly: AssemblyVersion("0.1.2")]
[assembly: AssemblyFileVersion("0.1.2")]
[assembly: AssemblyInformationalVersion("0.1.2")]
[assembly: AssemblyVersion("0.1.3")]
[assembly: AssemblyFileVersion("0.1.3")]
[assembly: AssemblyInformationalVersion("0.1.3")]
6 changes: 3 additions & 3 deletions GoToWindow.Plugins.Debug/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

[assembly: Guid("90ca6c16-b2da-4ec3-9e2a-45030e868dd6")]

[assembly: AssemblyVersion("0.1.2")]
[assembly: AssemblyFileVersion("0.1.2")]
[assembly: AssemblyInformationalVersion("0.1.2")]
[assembly: AssemblyVersion("0.1.3")]
[assembly: AssemblyFileVersion("0.1.3")]
[assembly: AssemblyInformationalVersion("0.1.3")]
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

[assembly: Guid("e53ef514-3d74-42fb-a2b9-f93ca12b9f24")]

[assembly: AssemblyVersion("0.1.2")]
[assembly: AssemblyFileVersion("0.1.2")]
[assembly: AssemblyInformationalVersion("0.1.2")]
[assembly: AssemblyVersion("0.1.3")]
[assembly: AssemblyFileVersion("0.1.3")]
[assembly: AssemblyInformationalVersion("0.1.3")]
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

[assembly: Guid("e5263b6d-84cc-47c1-80c5-280616878fab")]

[assembly: AssemblyVersion("0.1.2")]
[assembly: AssemblyFileVersion("0.1.2")]
[assembly: AssemblyInformationalVersion("0.1.2")]
[assembly: AssemblyVersion("0.1.3")]
[assembly: AssemblyFileVersion("0.1.3")]
[assembly: AssemblyInformationalVersion("0.1.3")]
6 changes: 3 additions & 3 deletions GoToWindow/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@

[assembly: XmlConfigurator(ConfigFile = "log4net.config")]

[assembly: AssemblyVersion("0.1.2")]
[assembly: AssemblyFileVersion("0.1.2")]
[assembly: AssemblyInformationalVersion("0.1.2")]
[assembly: AssemblyVersion("0.1.3")]
[assembly: AssemblyFileVersion("0.1.3")]
[assembly: AssemblyInformationalVersion("0.1.3")]
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ GoToWindow is extensible. Even the core functionality is a plug-in, that can be

### Built-in Plugins

* `GoToWindow.Plugins.Core`: Loads the core windows list, as shown by the native `Alt` + `Tab` screen.
* `GoToWindow.Plugins.Core`: Loads the core windows list, as shown by the native `Alt` + `Tab` screen. Also allows launching the Windows Search if no window fit.
* `GoToWindow.Plugins.ExpandBrowsersTabs`: Expands browser windows and shows all tabs as separate windows.
* `GoToWindow.Plugins.ExplorerExtensions`: Show the full path of explorer windows instead of just the folder name.
* `GoToWindow.Plugins.ExplorerExtensions`: Show the full path of explorer windows instead of just the folder name. If a valid path is written, you can also open Windows Explorer with it.

### Installing Additional Plug-ins

Expand Down

0 comments on commit db833e6

Please sign in to comment.