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 ee4d306 commit cd539bcCopy full SHA for cd539bc
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>
@@ -78,4 +82,4 @@
78
82
</EmbeddedResource>
79
83
</ItemGroup>
80
84
81
-</Project>
85
+</Project>
0 commit comments