From f5fe09dfcce20f43424d4bbf9e3afa900da0483e Mon Sep 17 00:00:00 2001 From: Anton Kasyanov Date: Sun, 17 Sep 2017 16:44:42 +0300 Subject: [PATCH 1/6] NuGet package references update --- Eve-O-Preview/Eve-O-Preview.csproj | 24 ++++++++++++------- Eve-O-Preview/FodyWeavers.xml | 6 ++--- .../Properties/Resources.Designer.cs | 2 +- Eve-O-Preview/packages.config | 8 +++---- 4 files changed, 23 insertions(+), 17 deletions(-) diff --git a/Eve-O-Preview/Eve-O-Preview.csproj b/Eve-O-Preview/Eve-O-Preview.csproj index 64f0ad27..96fa4184 100644 --- a/Eve-O-Preview/Eve-O-Preview.csproj +++ b/Eve-O-Preview/Eve-O-Preview.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,9 +10,10 @@ Properties EveOPreview Eve-O Preview - v4.5 + v4.5.2 + true @@ -75,11 +76,13 @@ ..\packages\Costura.Fody.1.6.2\lib\dotnet\Costura.dll False - - ..\packages\LightInject.5.0.3\lib\net45\LightInject.dll + + R:\eve-o-preview\packages\LightInject.5.1.0\lib\net452\LightInject.dll + True - - ..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll + + R:\eve-o-preview\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + True @@ -174,7 +177,10 @@ - + + + Designer + @@ -183,14 +189,14 @@ + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + True/PM + + + + From 2a89cb43a67338da91651c9ddb2e887a13cc07fb Mon Sep 17 00:00:00 2001 From: Anton Kasyanov Date: Wed, 8 Nov 2017 20:27:32 +0200 Subject: [PATCH 6/6] Typo fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a1bb2aea..05a68597 100644 --- a/README.md +++ b/README.md @@ -95,9 +95,9 @@ Some of the application options are not exposed in the GUI. They can be ajusted | Option | Description | | --- | --- | -| **ActiveClientHighlightThickness** | Thickness of the border used to highlight the active client's thumbnail.
Allowed values are **1**...**6**.
The default value is **3**
For example: **"ActiveClientHighlightThickness": 3,** | -| **ThumbnailMinimumSize** | Minimum thumbnail size that can be set either via GUI or by resizing a thumbnail window. Value is witten in the form "width, height"
The default value is **"100, 80"**.
For example: **"ThumbnailMinimumSize": "100, 80",** | -| **ThumbnailMaximumSize** | Maximum thumbnail size that can be set either via GUI or by resizing a thumbnail window. Value is witten in the form "width, height"
The default value is **"640, 400"**.
For example: **"ThumbnailMaximumSize": "640, 400",** | +| **ActiveClientHighlightThickness** | Thickness of the border used to highlight the active client's thumbnail.
Allowed values are **1**...**6**.
The default value is **3**
For example: **"ActiveClientHighlightThickness": 3** | +| **ThumbnailMinimumSize** | Minimum thumbnail size that can be set either via GUI or by resizing a thumbnail window. Value is witten in the form "width, height"
The default value is **"100, 80"**.
For example: **"ThumbnailMinimumSize": "100, 80"** | +| **ThumbnailMaximumSize** | Maximum thumbnail size that can be set either via GUI or by resizing a thumbnail window. Value is witten in the form "width, height"
The default value is **"640, 400"**.
For example: **"ThumbnailMaximumSize": "640, 400"** | ## Hotkey Setup