2.9.0

(feat): Upgrade C# SDK generator Docker images to use .NET 10 SDK base image.

  • Improves package restoration and build performance
  • .NET 10 uses .slnx solution files instead of .sln files, which are more readable and generate deterministically
  • This change does not affect the target framework of generated SDKs

2.8.0

(feat): .github/workflows/ci.yml file changes:

  • Update actions/checkout to v5
  • Update actions/setup-dotnet to v5
  • Use .NET 10 SDK
  • Split up restore and build steps
  • Don’t build the test project unless running tests