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