Releases: TimHanewich/Codemasters.F1_2020
Releases · TimHanewich/Codemasters.F1_2020
Updated TimHanewich.Toolkit package version
4.3.3 Incremented to version 4.3.3
Renamed core assembly
4.3.2 Incremented to version 4.3.2
Added support for .NET 5.0
4.3.1 Incremented to version 4.3.1
Added method for getting the three letter representation for the drivers on the 2020 grid
4.3.0 Incremented to version 4.3.0
Tyre compounds for tracks
4.2.0 Incremented to version 4.2.0
An exception is no longer thrown when the track surface is not recognized
4.1.0 Incremented to version 4.0.1
Indexed many of the Enums to match the values to the official F1 2020 UDP guide
Any objects that reference these enums and are stored in JSON format will need to be regenerated from scratch.
Removed analysis module and moved this to the ApexVisual.F1_2020 NuGet package
3.0.0 Incremented to version 3.0.0
Added a friendly name condition for Hungaroring
Despite the track name and friendly name being the same, added the condition to handle that track.
Fixed TrackDataContainer bug
I accidentally added multiple key value pairs with the same key to the TrackDataContainer 'LoadTrack' static method.