Skip to content

Commit bbe009d

Browse files
committed
Add README - nuget.md to nuget package.
1 parent c5a83cb commit bbe009d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

src/Simplification/Simplification.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Authors>Aiwendil</Authors>
1111
<Description>Ramer-Douglas-Peucker and Visvalingam-Whyatt algorithms in C#.</Description>
1212
<Copyright>Copyright (c) Aiwendil 2024</Copyright>
13-
<PackageReadmeFile>README.md</PackageReadmeFile>
13+
<PackageReadmeFile>README-nuget.md</PackageReadmeFile>
1414
<RepositoryUrl>https://github.com/AiwendilsCode/Simplification.NET</RepositoryUrl>
1515
<PackageTags>Simplification;net8;visvalingam-whyatt;ramer-douglas-peucker;algorithm;rdp</PackageTags>
1616
<PackageReleaseNotes>- Add VisvalingamWhyattAlgorithm.SimplifyMemOptimized method. </PackageReleaseNotes>
@@ -57,7 +57,7 @@
5757
<Pack>True</Pack>
5858
<PackagePath>\</PackagePath>
5959
</None>
60-
<None Include="..\..\README.md">
60+
<None Include="..\..\README-nuget.md">
6161
<Pack>True</Pack>
6262
<PackagePath>\</PackagePath>
6363
</None>

0 commit comments

Comments
 (0)