From 42845dadcfa1973b0c689cf47b6e5e0076b75539 Mon Sep 17 00:00:00 2001 From: Ioannis G Date: Wed, 27 May 2020 01:37:07 +0300 Subject: [PATCH 1/5] plugin: switch to embedded PDBs --- Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj | 4 +--- appveyor.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj index 3cbe35d6d..69e4c3f22 100644 --- a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj +++ b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj @@ -19,8 +19,6 @@ 1.0.0 1.0.0 Flow.Launcher.Plugin - true - snupkg Flow-Launcher MIT https://github.com/Flow-Launcher/Flow.Launcher @@ -43,7 +41,7 @@ - portable + embedded true ..\Output\Release\ TRACE diff --git a/appveyor.yml b/appveyor.yml index 02027f83e..e476bd3b1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,6 +29,4 @@ artifacts: - path: 'Output\Packages\Flow-Launcher-*.zip' name: Zip - path: 'Output\Release\Flow.Launcher.Plugin.*.nupkg' - name: Plugin nupkg -- path: 'Output\Release\Flow.Launcher.Plugin.*.snupkg' - name: Plugin snupkg \ No newline at end of file + name: Plugin nupkg \ No newline at end of file From f8481a843551c9449fb0011cbe7a64005a60c9fa Mon Sep 17 00:00:00 2001 From: Ioannis G Date: Wed, 27 May 2020 01:38:27 +0300 Subject: [PATCH 2/5] plugin: enable deterministic builds in CI --- Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj index 69e4c3f22..b3a5b559a 100644 --- a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj +++ b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj @@ -28,6 +28,10 @@ true + + true + + true full From 5d6436864d5e01374d7b9a1c9a5e30c842ffabbd Mon Sep 17 00:00:00 2001 From: Ioannis G Date: Wed, 27 May 2020 01:42:27 +0300 Subject: [PATCH 3/5] plugin: remove the SolutionAssemblyInfo file CI patches the version of this file, causing the Plugin project to have the wrong Assembly/File versions. --- Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj index b3a5b559a..6a4cf7d26 100644 --- a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj +++ b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj @@ -62,10 +62,6 @@ - - - - From 63e9c5e409a617d290e6068d6308ecf2a9f48783 Mon Sep 17 00:00:00 2001 From: Ioannis G Date: Wed, 27 May 2020 01:47:08 +0300 Subject: [PATCH 4/5] plugin: do not pack FodyWeavers.xml --- Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj index 6a4cf7d26..6d1bb65de 100644 --- a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj +++ b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj @@ -56,14 +56,7 @@ - - - - - - - - + From 07a4c827608e61fa3891ae8634ec0a7cb824fcc8 Mon Sep 17 00:00:00 2001 From: Ioannis G Date: Wed, 27 May 2020 01:50:15 +0300 Subject: [PATCH 5/5] plugin: bump version to 1.0.0-beta3 --- Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj index 6d1bb65de..ff4700e94 100644 --- a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj +++ b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj @@ -15,7 +15,7 @@ 1.0.0 - 1.0.0-beta2 + 1.0.0-beta3 1.0.0 1.0.0 Flow.Launcher.Plugin