Files
GrasshopperAsyncComponent/GrasshopperAsyncComponent/GrasshopperAsyncComponent.nuspec
T
Alan Rynne 0f649d6d2d release(0.2.1): Bumped version
Should also publish nuget symbols package for easier debugging!
2021-02-03 22:38:15 +01:00

16 lines
697 B
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>GrasshopperAsyncComponent</id>
<version>0.2.1.0</version>
<title>GrasshopperAsyncComponent</title>
<authors>Speckle Systems</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">Apache-2.0</license>
<projectUrl>https://github.com/specklesystems/GrasshopperAsyncComponent</projectUrl>
<description>Jankless Grasshopper Component</description>
<releaseNotes>Hotfix for race condition preventing full component cycle.</releaseNotes>
<copyright>Speckle Systems</copyright>
<tags>grasshopper rhino mcneel gh_component</tags>
</metadata>
</package>