Skip to content

Releases: RicoSuter/NSwag

NSwag v14.2.0 (.NET 9)

19 Nov 15:20
2888363
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v14.1.0...v14.2.0

NSwag v14.1.0

17 Jul 15:11
Compare
Choose a tag to compare

What's Changed

  • Updated to NJsonSchema v11.0.2
  • Fixed: impossible to generate exception classes for non-first client by @bkoelman in #4891
  • Restores support for instance-based JSON serializer settings in a non-breaking way by @bkoelman in #4888
  • Only reference Microsoft.Extensions.PlatformAbstractions in .NET 6+ b… by @Numpsy in #4785
  • Might be breaking change: Remove NET 7 support by @lahma in #4896

New Contributors

Full Changelog: v14.0.8...v14.1.0

NSwag v14.0.8

12 Jun 20:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v14.0.7...v14.0.8

NSwag v14.0.7

26 Mar 15:18
Compare
Choose a tag to compare
  • Fix loading of correct JSON serializer options, fixes #4834, regression of #4733, v14.0.7

Full Changelog: v14.0.6...v14.0.7

NSwag v14.0.6

26 Mar 12:42
Compare
Choose a tag to compare

Broken version: Newtonsoft.Json options are not loaded correctly, please use v14.0.7

  • Fixes in CSharp generator

Full Changelog: v14.0.5...v14.0.6

NSwag v14.0.5

26 Mar 10:35
Compare
Choose a tag to compare

Broken version: Newtonsoft.Json options are not loaded correctly, please use v14.0.7

  • Fix for WithOpenApi() bug

NSwag v14.0.4

23 Mar 00:19
Compare
Choose a tag to compare

Broken version: Newtonsoft.Json options are not loaded correctly, please use v14.0.7

  • Improve minimal API support (WithOpenApi())
  • Some minor fixes

Full Changelog: v14.0.4...v14.0.4

NSwag v14.0.3

04 Feb 13:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v14.0.2...v14.0.3

NSwag v14.0.2

17 Jan 08:48
Compare
Choose a tag to compare
  • Minor fix in the Swagger UI (revert and improve #4184)

NSwag v14.0.1

12 Jan 00:22
313ea53
Compare
Choose a tag to compare

Minor fixes:

  • fixed readme code sample, #4667
  • build: fix .net8 target while publishing artifacts, #4680
  • Fix GenerateNSwagTypeScript target, #4687
  • Fix missing assignment of base URL, #4691
  • Disable warning CS8625 "Cannot convert null literal to non-nullable reference type." in generated code, #4656
  • Fix generated C# clients using base URL, #4674