Skip to content

Commit 0b3de09

Browse files
DR9885chadly
authored andcommitted
Fix package name for Here (chadly#120)
1 parent 53783f8 commit 0b3de09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Geocoding.Here/Geocoding.Here.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
<PropertyGroup>
44
<Description>Includes a model and interface for communicating with four popular Geocoding providers. Current implementations include: Google Maps, Yahoo! PlaceFinder, Bing Maps (aka Virtual Earth), and Mapquest. The API returns latitude/longitude coordinates and normalized address information. This can be used to perform address validation, real time mapping of user-entered addresses, distance calculations, and much more.</Description>
5-
<AssemblyTitle>Geocoding.net Google</AssemblyTitle>
5+
<AssemblyTitle>Geocoding.net Here</AssemblyTitle>
66
<VersionPrefix>4.0.0-beta1</VersionPrefix>
77
<Authors>chadly</Authors>
88
<TargetFrameworks>netstandard1.3;net46</TargetFrameworks>
99
<AssemblyName>Geocoding.Here</AssemblyName>
10-
<PackageId>Geocoding.Google</PackageId>
10+
<PackageId>Geocoding.Here</PackageId>
1111
<PackageTags>geocoding;geocode;geocoder;maps;address;validation;normalization;google-maps;bing-maps;yahoo-placefinder;mapquest</PackageTags>
1212
<PackageReleaseNotes>https://github.com/chadly/Geocoding.net/releases/latest</PackageReleaseNotes>
1313
<PackageProjectUrl>https://github.com/chadly/Geocoding.net</PackageProjectUrl>

0 commit comments

Comments
 (0)