From 755add2518e0be769bf6de3196ac0c7f2ee48bbc Mon Sep 17 00:00:00 2001 From: Ioannis G Date: Sat, 4 Jul 2020 18:48:22 +0300 Subject: [PATCH 1/2] fix build order in solution file Make the `Flow.Launcher` project depend on the `ProcessKiller` project. Currently, `Flow.Launcher` is built before the `ProcessKiller` plugin, and therefore gets packaged (post-build script) without it. --- Flow.Launcher.sln | 1 + 1 file changed, 1 insertion(+) diff --git a/Flow.Launcher.sln b/Flow.Launcher.sln index 43c012b5bb4..70155a8a09e 100644 --- a/Flow.Launcher.sln +++ b/Flow.Launcher.sln @@ -26,6 +26,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Flow.Launcher", "Flow.Launc {A3DCCBCA-ACC1-421D-B16E-210896234C26} = {A3DCCBCA-ACC1-421D-B16E-210896234C26} {049490F0-ECD2-4148-9B39-2135EC346EBE} = {049490F0-ECD2-4148-9B39-2135EC346EBE} {403B57F2-1856-4FC7-8A24-36AB346B763E} = {403B57F2-1856-4FC7-8A24-36AB346B763E} + {588088F4-3262-4F9F-9663-A05DE12534C3} = {588088F4-3262-4F9F-9663-A05DE12534C3} EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Flow.Launcher.Infrastructure", "Flow.Launcher.Infrastructure\Flow.Launcher.Infrastructure.csproj", "{4FD29318-A8AB-4D8F-AA47-60BC241B8DA3}" From d776d7a2cd913201b980ea3f2df6c552015a6a7e Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 5 Jul 2020 12:35:14 +1000 Subject: [PATCH 2/2] version 1.1.1 --- SolutionAssemblyInfo.cs | 6 +++--- appveyor.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SolutionAssemblyInfo.cs b/SolutionAssemblyInfo.cs index b810bb8a96c..9dce85a1ecc 100644 --- a/SolutionAssemblyInfo.cs +++ b/SolutionAssemblyInfo.cs @@ -16,6 +16,6 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] -[assembly: AssemblyVersion("1.1.0")] -[assembly: AssemblyFileVersion("1.1.0")] -[assembly: AssemblyInformationalVersion("1.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.1.1")] +[assembly: AssemblyFileVersion("1.1.1")] +[assembly: AssemblyInformationalVersion("1.1.1")] \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index c69ae3fb0cd..81057e43a25 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: '1.1.0.{build}' +version: '1.1.1.{build}' init: - ps: |