Skip to content

v26.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Aug 08:24
v26.0.0
a7950ed

Added

  • [Dotnet] Added support classes aligned with what is provided for the Java implementation (#233 clrudolphi)

Changed

  • Internal breaking change The code generation has undergone a large refactor (No visible changes expected). All new code
    generation logic is now contained in /codegen (#228 luke-hill)
  • [Dotnet] Rewritten to align with the code generation techniques used for the other languages (#233 clrudolphi)
  • [Dotnet] Upgraded from .NET 5 to .NET 8. Dropped .NET Framework 4.x as a target while retaining .NET Standard 2.0 as the primary target framework (#233 clrudolphi)