Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #152 from SSchulze1989/develop
Browse files Browse the repository at this point in the history
Hotfix - changes in json format for iRacing 2021S3
  • Loading branch information
SSchulze1989 authored Jun 21, 2021
2 parents a8df01d + aa68d65 commit 6e79c66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ResultsParser/JsonParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public SimSessionDetails GetSessionDetails()
details.RaceGripCompound = ResultData.track_state.race_grip_compound;
details.RaceRubber = ResultData.track_state.race_rubber;
details.RelHumidity = ResultData.weather.rel_humidity;
details.TimeOfDay = ResultData.time_of_day;
details.TimeOfDay = ResultData.weather.time_of_day;
details.TempUnits = ResultData.weather.temp_units;
details.TempValue = ResultData.weather.temp_value;
details.TrackCategoryId = ResultData.track.category_id;
Expand Down
4 changes: 2 additions & 2 deletions iRLeagueManager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.10.1.0")]
[assembly: AssemblyFileVersion("0.10.1.0")]
[assembly: AssemblyVersion("0.10.2.0")]
[assembly: AssemblyFileVersion("0.10.2.0")]

0 comments on commit 6e79c66

Please sign in to comment.