File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,4 +50,4 @@ Visvalingam preserve topology 10 tolerance
5050![ VisvalingamPreserveTopology_simplified] ( images/VisvalingamPreserveTopology.png )
5151
5252## Package
53- https://www.nuget.org/packages/Simplification/1.0.0
53+ https://www.nuget.org/packages/Simplification/1.0.2
Original file line number Diff line number Diff line change 88 <Platforms >AnyCPU;x64</Platforms >
99 <Title >Simplification algorithms</Title >
1010 <Authors >Aiwendil</Authors >
11- <Description >RDP and Visvalingam-Whyatt algorithms in C#.</Description >
11+ <Description >Ramer-Douglas-Peucker and Visvalingam-Whyatt algorithms in C#.</Description >
1212 <Copyright >Copyright (c) Aiwendil 2024</Copyright >
1313 <PackageReadmeFile >README.md</PackageReadmeFile >
1414 <RepositoryUrl >https://github.com/AiwendilsCode/Simplification.NET</RepositoryUrl >
1515 <PackageTags >Simplification;net8;visvalingam-whyatt;ramer-douglas-peucker;algorithm;rdp</PackageTags >
16- <PackageReleaseNotes >First release </PackageReleaseNotes >
16+ <PackageReleaseNotes >Remove temporary array in Simplification proccess and reduce memory usage. </PackageReleaseNotes >
1717 <PackageOutputPath >bin\x64\package</PackageOutputPath >
1818 <PackageLicenseFile >LICENSE.txt</PackageLicenseFile >
19- <Version >1.0.1 </Version >
19+ <Version >1.0.2 </Version >
2020 </PropertyGroup >
2121
2222 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
You can’t perform that action at this time.
0 commit comments