Skip to content

Releases: RicoSuter/NSwag

Release v13.18.2

15 Dec 14:57
Compare
Choose a tag to compare
  • Fixed NuGet publish

NSwag v13.18.1

07 Dec 12:16
fca7e81
Compare
Choose a tag to compare
Add nswag.cmd (#4255)

NSwag v13.18.0

17 Nov 16:30
Compare
Choose a tag to compare

What's Changed

  • Added support for .NET 7

Full Changelog: v13.17.0...v13.18.0

NSwag v13.17.0

16 Sep 17:14
Compare
Choose a tag to compare

Dependencies

  • Update NJS to v10.8.0
  • Update Namotion.Reflection to v2.1.0

What's Changed

  • Add support for System.Web.Mvc.AcceptVerbsAttribute to WebApiOpenApiDocumentGenerator by @andreasbalzer in #4104
  • Support filename downloads with special characters by @knoepdan in #4097
  • MiddleMouseClickTabControlQoL by @Sossenbinder in #4096
  • Expose AllowEmptyValue in ParameterModelBase by @JoshWoodArup in #4145
  • add new MultipleClientsFromFirstTagAndOperationNameGenerator by @mw-survit in #4143
  • Client code generation in Console app fails with NullReferenceException by @rpbeukes in #4140
  • Feature/#4131 store serialized json in separate variable for easy inspection by @dlidstrom in #4136
  • WebApiOpenApiDocumentGenerator: Support multiple Route-attributes on Controller level by @andreasbalzer in #4129
  • Allow both the summary and description from OpenAPI to be added as summary and remarks in c# generated code by @codecooper in #4105
  • Adding in better handling for plain text body by @JonruAlveus in #4086
  • Change static read-only properties of OpenApiOperationMethod to constants by @PatrickHofman in #4049

New Contributors

Full Changelog: v13.16.1...v13.17.0

NSwag v13.16.1

02 Jun 16:03
Compare
Choose a tag to compare
  • Updated NJS

NSwag v13.16.0

19 May 06:36
0b19353
Compare
Choose a tag to compare
Fixed missing cancellation token parameters in C# client (#3932)

Fixes #3919

NSwag v13.15.10

22 Feb 09:13
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/RicoSuter/NSwag

NSwag v13.15.9

10 Feb 15:11
Compare
Choose a tag to compare
  • Update NJS (fix STJ inheritance code gen)

NSwag v13.15.8

10 Feb 09:18
Compare
Choose a tag to compare
  • Revert PR: FileResponse: support for special characters in fileName (+ suppress warning when nullable is enabled in C# clients) #3816
  • Minor fixes

Release v13.15.7

01 Feb 13:53
bac13ef
Compare
Choose a tag to compare
  • Create generator on demand and keep only settings in OpenApiDocumentRegistration #3855
    • Allow GC to clean up NSwag resources after client generation