Skip to content

0.13.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Dec 20:36
· 2 commits to master since this release

Updated target frameworks according to the .NET release lifecycle, a critical fix for technology packages, and some other changes here and there.

Added

  • Beachhead Expedition Redux (2024)
  • Holiday 2024 Expeditions

Changed

  • Now also targeting .NET 9 according to supported versions in the .NET release lifecycle
  • No longer targeting .NET 6 and .NET 7 (can be still used thanks to .NET Standard)
  • PlatformCollection.AnalyzePath now also checks direct subfolders if path itself has no valid platform data
    • Similar to how default locations for PC platforms are added
    • Now returns IEnumerable<IPlatform> instead of IPlatform?
  • PATH of PC platforms is not publicly accessible
  • Bump libNOM.map from 0.13.3 to 0.13.4

Fixed