Skip to content

Commit 55c18b9

Browse files
committed
Release nuget package version 1.0.2.
1 parent 536a7c7 commit 55c18b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/Simplification/Simplification.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
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'">

0 commit comments

Comments
 (0)