Skip to content

Releases: rameel/ramstack.localealignment

2.0.2

04 Feb 14:10
6685f98

Choose a tag to compare

What's Changed

  • Remove accidental debug logging

Full Changelog: 2.0.1...2.0.2

2.0.1

29 Jan 23:20
2c9eacc

Choose a tag to compare

What's Changed

  • Fixed a regression where generated code missed required using directives, causing compilation errors.

Full Changelog: 2.0.0...2.0.1

2.0.0

29 Jan 22:44
dd6625f

Choose a tag to compare

What's Changed

  • The source generator was moved to a separate project named Ramstack.LocaleAlignment.Generator
  • The generated code now adapts to the C# language version
  • Ramstack.LocaleAlignment now provides a small runtime helper that allows performing locale alignment manually from any .NET project

Full Changelog: 1.0.0...2.0.0

1.0.0

26 Jan 22:09
c3abd3e

Choose a tag to compare

Initial release of the Ramstack.LocaleAlignment source generator that applies POSIX locale user overrides to .NET CultureInfo on Unix systems.