Bluehill.CompilerServices

Changelog

Back

1.3 (2025-01-15)

  1. Add Message property in ExperimentalAttribute
  2. Add Source generator version

1.2.1 (2025-01-13)

  1. Add .NET Standard 2.0 support
    • It is now easily referenced in the .NET Standard 2.0 library.
  2. Drop .NET 6 and 7 support
    • These .NET versions have been discontinued by Microsoft. However, it is still available via .NET Standard 2.0, but it includes unnecessary types that are already built into that framework.

1.2 (2024-12-01)

  1. Add OverloadResolutionPriorityAttribute

1.1 (2024-01-19)

  1. Add AsyncMethodBuilderAttribute
  2. Add InterpolatedStringHandlerArgumentAttribute
  3. Add InterpolatedStringHandlerAttribute
  4. Add NativeIntegerAttribute
  5. Remove InlineArrayAttribute (Compatible only in .NET 8)

1.0 (2023-12-29)

  1. First release