diff --git a/GrasshopperAsyncComponent/GrasshopperAsyncComponent.nuspec b/GrasshopperAsyncComponent/GrasshopperAsyncComponent.nuspec index 8562d9f..ef02abc 100755 --- a/GrasshopperAsyncComponent/GrasshopperAsyncComponent.nuspec +++ b/GrasshopperAsyncComponent/GrasshopperAsyncComponent.nuspec @@ -2,14 +2,14 @@ GrasshopperAsyncComponent - 0.2.1.0 + 1.2.2.0 GrasshopperAsyncComponent Speckle Systems false Apache-2.0 https://github.com/specklesystems/GrasshopperAsyncComponent Jankless Grasshopper Component - Hotfix for race condition preventing full component cycle. + Adds cancellation methods. Speckle Systems grasshopper rhino mcneel gh_component diff --git a/GrasshopperAsyncComponent/Properties/AssemblyInfo.cs b/GrasshopperAsyncComponent/Properties/AssemblyInfo.cs index ab5537a..bd3be69 100755 --- a/GrasshopperAsyncComponent/Properties/AssemblyInfo.cs +++ b/GrasshopperAsyncComponent/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2.0.0")] -[assembly: AssemblyFileVersion("1.2.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.2.2.0")] +[assembly: AssemblyFileVersion("1.2.2.0")] \ No newline at end of file