Skip to content

2.20.2

Choose a tag to compare

@github-actions github-actions released this 08 Sep 12:21
· 49 commits to master since this release

NuGet package

Changes

  • Redesigned OSInfo
    • Use Platform value from RuntimeInformation.RuntimeIdentifier or Environment.OSVersion.Platform instead of RuntimeInformation.OSDescription
    • Removed ServicePack
    • Renamed FrameworkVersion to DotNetVersion
  • Marked input type for function-only overload of UpdateUtils.To() as non-nullable
  • Renamed DictionaryExtensions.GetOrDefault() to .GetValueOrDefault() and added overload to match .NET built-in method
  • Use IReadOnlyList in ListExtensions where applicable
  • Updated Spectre.Console dependency
  • Update Microsoft.Extensions.* dependencies
  • Updated translations