From 0f649d6d2dd1ce6f849a6400f4fa046828ae4076 Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Wed, 3 Feb 2021 22:38:15 +0100 Subject: [PATCH] release(0.2.1): Bumped version Should also publish nuget symbols package for easier debugging! --- .circleci/config.yml | 2 +- GrasshopperAsyncComponent/GrasshopperAsyncComponent.csproj | 4 ++++ GrasshopperAsyncComponent/GrasshopperAsyncComponent.nuspec | 5 ++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8653c60..b0efbb1 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,7 +16,7 @@ jobs: command: msbuild GrasshopperAsyncComponent.sln /p:Configuration=Release - run: name: Pack NuGet - command: cd GrasshopperAsyncComponent; nuget pack GrasshopperAsyncComponent.csproj -Prop Configuration=Release + command: cd GrasshopperAsyncComponent; nuget pack GrasshopperAsyncComponent.csproj -Prop Configuration=Release -Symbols -SymbolPackageFormat snupkg - run: name: Push NuGet command: cd GrasshopperAsyncComponent; nuget push *.nupkg -Source https://api.nuget.org/v3/index.json -ApiKey $env:NUGET_AUTH_TOKEN -SkipDuplicate diff --git a/GrasshopperAsyncComponent/GrasshopperAsyncComponent.csproj b/GrasshopperAsyncComponent/GrasshopperAsyncComponent.csproj index e59bdda..8a8db8d 100755 --- a/GrasshopperAsyncComponent/GrasshopperAsyncComponent.csproj +++ b/GrasshopperAsyncComponent/GrasshopperAsyncComponent.csproj @@ -13,6 +13,10 @@ 512 + + true + snupkg + AnyCPU true diff --git a/GrasshopperAsyncComponent/GrasshopperAsyncComponent.nuspec b/GrasshopperAsyncComponent/GrasshopperAsyncComponent.nuspec index a1de263..8562d9f 100755 --- a/GrasshopperAsyncComponent/GrasshopperAsyncComponent.nuspec +++ b/GrasshopperAsyncComponent/GrasshopperAsyncComponent.nuspec @@ -2,15 +2,14 @@ GrasshopperAsyncComponent - 0.2.0.0 + 0.2.1.0 GrasshopperAsyncComponent Speckle Systems false Apache-2.0 https://github.com/specklesystems/GrasshopperAsyncComponent - http://icon_url_here_or_delete_this_line/ Jankless Grasshopper Component - Initial release. + Hotfix for race condition preventing full component cycle. Speckle Systems grasshopper rhino mcneel gh_component