We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4532e75 commit fc1e01dCopy full SHA for fc1e01d
src/PolylineAlgorithm/PolylineAlgorithm.csproj
@@ -35,8 +35,12 @@
35
<PackageLicenseExpression>MIT</PackageLicenseExpression>
36
<Title>PolylineAlgorithm for .NET</Title>
37
<PackageReadmeFile>README.md</PackageReadmeFile>
38
- <PackageTags>google;polyline;algorithm;maps;encoding;</PackageTags>
+ <PackageTags>google;polyline;algorithm;maps;encoding;google-maps;polyline-algorithm</PackageTags>
39
<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>
44
</PropertyGroup>
45
46
<ItemGroup>
0 commit comments