diff --git a/GrasshopperAsyncComponent/.DS_Store b/GrasshopperAsyncComponent/.DS_Store deleted file mode 100644 index a358587..0000000 Binary files a/GrasshopperAsyncComponent/.DS_Store and /dev/null differ diff --git a/GrasshopperAsyncComponent/GrasshopperAsyncComponent.csproj b/GrasshopperAsyncComponent/GrasshopperAsyncComponent.csproj index dd4cab0..e699808 100755 --- a/GrasshopperAsyncComponent/GrasshopperAsyncComponent.csproj +++ b/GrasshopperAsyncComponent/GrasshopperAsyncComponent.csproj @@ -1,58 +1,59 @@  - - - Debug - AnyCPU - {114D5E49-AC13-47F7-A70E-B4289579F4E3} - Library - Properties - GrasshopperAsyncComponent - GrasshopperAsyncComponent - v4.7.2 - 512 - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/GrasshopperAsyncComponent/GrasshopperAsyncComponent.nuspec b/GrasshopperAsyncComponent/GrasshopperAsyncComponent.nuspec new file mode 100755 index 0000000..b4e15a6 --- /dev/null +++ b/GrasshopperAsyncComponent/GrasshopperAsyncComponent.nuspec @@ -0,0 +1,17 @@ + + + + GrasshopperAsyncComponent + 1.0.0.0 + GrasshopperAsyncComponent + $author$ + false + Apache 2.0 + https://github.com/specklesystems/GrasshopperAsyncComponent + http://icon_url_here_or_delete_this_line/ + Jankless Grasshopper Component + Initial release. + Speckle Systems + grasshopper rhino mcneel gh_component + + \ No newline at end of file diff --git a/GrasshopperAsyncComponent/Properties/AssemblyInfo.cs b/GrasshopperAsyncComponent/Properties/AssemblyInfo.cs index 0dfabe7..135c0f7 100755 --- a/GrasshopperAsyncComponent/Properties/AssemblyInfo.cs +++ b/GrasshopperAsyncComponent/Properties/AssemblyInfo.cs @@ -5,9 +5,9 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("GrasshopperAsyncComponent")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Asyncronous Implementation of GH_Component for Grassshopper")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("Speckle Systems")] [assembly: AssemblyProduct("GrasshopperAsyncComponent")] [assembly: AssemblyCopyright("Copyright © 2020")] [assembly: AssemblyTrademark("")]