Skip to content

Commit 4d363dc

Browse files
committed
Minor tweaks to C# Nuget
1 parent 5e3bb1b commit 4d363dc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CSharp/Clipper2Lib/Clipper2Lib.csproj

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<Copyright>Copyright © 2010-2025</Copyright>
1414
<RepositoryType>git</RepositoryType>
1515
<RepositoryUrl>https://github.com/AngusJohnson/Clipper2</RepositoryUrl>
16-
<PackageReleaseNotes>This release adds a new Triangulation module to the library.
16+
<PackageReleaseNotes>Release ver. 2.0.0
17+
This release adds a new Triangulation module to the library.
1718
It also includes a number of bugfixes (see GitHub issues #980 .. #1045)</PackageReleaseNotes>
1819
<Platforms>AnyCPU;x86</Platforms>
1920
<SignAssembly>true</SignAssembly>
@@ -45,6 +46,12 @@ It also includes a number of bugfixes (see GitHub issues #980 .. #1045)</Packag
4546
<IsPublishable>False</IsPublishable>
4647
</PropertyGroup>
4748

49+
<ItemGroup>
50+
<Compile Remove="Nuget\**" />
51+
<EmbeddedResource Remove="Nuget\**" />
52+
<None Remove="Nuget\**" />
53+
</ItemGroup>
54+
4855
<ItemGroup>
4956
<None Include="..\NuGet\icon.png">
5057
<Pack>True</Pack>

0 commit comments

Comments
 (0)