From 72640f62d742fca1488f1a03ec1d6e0becbd33bc Mon Sep 17 00:00:00 2001 From: Ioannis G Date: Thu, 21 May 2020 21:57:03 +0300 Subject: [PATCH 1/2] plugin: in release, create a portable pdb file The nuget symbols server only supports portable pdbs. This results in "Symbols package publishing failed." when uploading the .snupkg file --- 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 c353fd483..614d0ed43 100644 --- a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj +++ b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj @@ -43,7 +43,7 @@ - pdbonly + portable true ..\Output\Release\ TRACE From 8171df9995598392167884437ae55944d8eaea38 Mon Sep 17 00:00:00 2001 From: Ioannis G Date: Thu, 21 May 2020 23:39:44 +0300 Subject: [PATCH 2/2] plugin: bump version to 1.0.0-beta2 --- 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 614d0ed43..3cbe35d6d 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-beta1 + 1.0.0-beta2 1.0.0 1.0.0 Flow.Launcher.Plugin