fix: Edited details
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<TargetFrameworkProfile />
|
||||
<Version>1.0.0.0</Version>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
@@ -45,8 +44,12 @@
|
||||
<Compile Include="WorkerInstance.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Grasshopper" Version="6.31.20315.17001" />
|
||||
<PackageReference Include="RhinoCommon" Version="6.31.20315.17001" />
|
||||
<PackageReference Include="Grasshopper">
|
||||
<Version>6.31.20315.17001</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="RhinoCommon">
|
||||
<Version>6.31.20315.17001</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
<id>GrasshopperAsyncComponent</id>
|
||||
<version>1.0.0.0</version>
|
||||
<title>GrasshopperAsyncComponent</title>
|
||||
<authors>$author$</authors>
|
||||
<authors>Speckle Systems</authors>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<license type="expression">Apache 2.0</license>
|
||||
<license type="expression">Apache-2.0</license>
|
||||
<projectUrl>https://github.com/specklesystems/GrasshopperAsyncComponent</projectUrl>
|
||||
<iconUrl>http://icon_url_here_or_delete_this_line/</iconUrl>
|
||||
<description>Jankless Grasshopper Component</description>
|
||||
|
||||
Reference in New Issue
Block a user