Skip to content

Commit

Permalink
Fixed incorrect manuever serialization for directions api (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Vivet committed Jun 28, 2024
1 parent 002078a commit f364ce2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion GoogleApi/Entities/Maps/Directions/Response/Step.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public class Step
/// fork-right, ferry, ferry-train, roundabout-left, roundabout-right.
/// Values in this list are subject to change.
/// </summary>
[JsonPropertyName("maneuverAction")]
public virtual ManeuverAction Maneuver { get; set; }

/// <summary>
Expand Down
8 changes: 4 additions & 4 deletions GoogleApi/GoogleApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<NoWarn />
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PlatformTarget>AnyCPU</PlatformTarget>
<AssemblyVersion>5.4.3.0</AssemblyVersion>
<FileVersion>5.4.3.0</FileVersion>
<Version>5.4.3.0</Version>
<AssemblyVersion>5.4.4.0</AssemblyVersion>
<FileVersion>5.4.4.0</FileVersion>
<Version>5.4.4.0</Version>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>GoogleApi.snk</AssemblyOriginatorKeyFile>
<LangVersion>latest</LangVersion>
Expand All @@ -21,7 +21,7 @@
<Description>Google Places, Maps, Roads, Search and Translate. Requests and Responses are complete with Google api documentation and references.</Description>
<PackageTags>google api map maps place places elevation snaptoroad snaptoroads snap road roads speed speedlimit coordinate geo geocode geocoder geocoding geolocation search text nearby radar translate translation detect detection language languages nearest geography point geocoordinate address location latitude longitude distance duration matrix distancematrix direction directions travel path journey trip photo photos timezone time zone autocomplete auto-complete traffic spatial</PackageTags>
<PackageReleaseNotes>
- Fixed upper-case travel-mode not working for Maps Directions.
- Fixed incorrect manuever serialization for directions api.
</PackageReleaseNotes>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<RepositoryType>GitHub</RepositoryType>
Expand Down

0 comments on commit f364ce2

Please sign in to comment.