From 0db4ca4d8bb8752b0b85c37192518c969bf7a4e1 Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Mon, 7 Dec 2020 15:27:20 +0100 Subject: [PATCH] Added nuspec + downgraded to 4.5 for max compatibility --- GrasshopperAsyncComponent/.DS_Store | Bin 6148 -> 0 bytes .../GrasshopperAsyncComponent.csproj | 101 +++++++++--------- .../GrasshopperAsyncComponent.nuspec | 17 +++ .../Properties/AssemblyInfo.cs | 4 +- 4 files changed, 70 insertions(+), 52 deletions(-) delete mode 100644 GrasshopperAsyncComponent/.DS_Store create mode 100755 GrasshopperAsyncComponent/GrasshopperAsyncComponent.nuspec diff --git a/GrasshopperAsyncComponent/.DS_Store b/GrasshopperAsyncComponent/.DS_Store deleted file mode 100644 index a3585876b6842aef6ec2eca2c673c194487ea3b6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeH~O=`nH427SXECStl+2w30pQvfVyQljO&;ssLc!1UOG})p;=82 zR;?Ceh}WZ?+UmMqI#RP8R>OzYoz15hnq@nzF`-!xQ4j$USP - - - 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("")]