Skip to content

Commit cd539bc

Browse files
committed
updated nuget package properties
1 parent ee4d306 commit cd539bc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/PolylineAlgorithm/PolylineAlgorithm.csproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,12 @@
3535
<PackageLicenseExpression>MIT</PackageLicenseExpression>
3636
<Title>PolylineAlgorithm for .NET</Title>
3737
<PackageReadmeFile>README.md</PackageReadmeFile>
38-
<PackageTags>google;polyline;algorithm;maps;encoding;</PackageTags>
38+
<PackageTags>google;polyline;algorithm;maps;encoding;google-maps;polyline-algorithm</PackageTags>
3939
<Copyright>© 2025, Pete Sramek.</Copyright>
40+
<Authors>Pete Sramek</Authors>
41+
<Description>
42+
Lightweight .NET Standard 2.1 library implementing Google Encoded Polyline Algorithm.
43+
</Description>
4044
</PropertyGroup>
4145

4246
<ItemGroup>
@@ -78,4 +82,4 @@
7882
</EmbeddedResource>
7983
</ItemGroup>
8084

81-
</Project>
85+
</Project>

0 commit comments

Comments
 (0)