pviotti / finnhub-dotnet

A .NET client for Finnhub API
MIT License
3 stars 0 forks source link

chore(deps): update dependency nswag.apidescription.client to v13.20.0 #17

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
NSwag.ApiDescription.Client 13.16.1 -> 13.20.0 age adoption passing confidence

Release Notes

RicoSuter/NSwag (NSwag.ApiDescription.Client) ### [`v13.20.0`](https://togithub.com/RicoSuter/NSwag/releases/tag/v13.20.0): NSwag v13.20.0 - Minor improvements ### [`v13.19.0`](https://togithub.com/RicoSuter/NSwag/releases/tag/v13.19.0): NSwag v13.19.0 - Update to latest NJsonSchema and Namotion.Reflection libraries ### [`v13.18.5`](https://togithub.com/RicoSuter/NSwag/releases/tag/v13.18.5): NSwag v13.18.5 - ASP.NET Core OpenAPI Generator: Required path parameters are never nullable - TypeScript Generator: Add Axios abort signal: [https://github.com/RicoSuter/NSwag/pull/4282](https://togithub.com/RicoSuter/NSwag/pull/4282) - Update to Swagger UI v4.18.3 ### [`v13.18.4`](https://togithub.com/RicoSuter/NSwag/releases/tag/v13.18.4): NSwag v13.18.4 - Improve parameter NRT handling ### [`v13.18.3`](https://togithub.com/RicoSuter/NSwag/releases/tag/v13.18.3): NSwag v13.18.3 - Various fixes and improvements ### [`v13.18.2`](https://togithub.com/RicoSuter/NSwag/releases/tag/v13.18.2) - Fixed NuGet publish ### [`v13.18.0`](https://togithub.com/RicoSuter/NSwag/releases/tag/v13.18.0): NSwag v13.18.0 #### What's Changed - Added support for .NET 7 **Full Changelog**: https://github.com/RicoSuter/NSwag/compare/v13.17.0...v13.18.0 ### [`v13.17.0`](https://togithub.com/RicoSuter/NSwag/releases/tag/v13.17.0): NSwag v13.17.0 #### Dependencies - Update NJS to [v10.8.0](https://togithub.com/RicoSuter/NJsonSchema/releases/tag/v10.8.0) - Update Namotion.Reflection to v2.1.0 #### What's Changed - Add support for System.Web.Mvc.AcceptVerbsAttribute to WebApiOpenApiDocumentGenerator by [@​andreasbalzer](https://togithub.com/andreasbalzer) in [https://github.com/RicoSuter/NSwag/pull/4104](https://togithub.com/RicoSuter/NSwag/pull/4104) - Support filename downloads with special characters by [@​knoepdan](https://togithub.com/knoepdan) in [https://github.com/RicoSuter/NSwag/pull/4097](https://togithub.com/RicoSuter/NSwag/pull/4097) - MiddleMouseClickTabControlQoL by [@​Sossenbinder](https://togithub.com/Sossenbinder) in [https://github.com/RicoSuter/NSwag/pull/4096](https://togithub.com/RicoSuter/NSwag/pull/4096) - Expose AllowEmptyValue in ParameterModelBase by [@​JoshWoodArup](https://togithub.com/JoshWoodArup) in [https://github.com/RicoSuter/NSwag/pull/4145](https://togithub.com/RicoSuter/NSwag/pull/4145) - add new MultipleClientsFromFirstTagAndOperationNameGenerator by [@​mw-survit](https://togithub.com/mw-survit) in [https://github.com/RicoSuter/NSwag/pull/4143](https://togithub.com/RicoSuter/NSwag/pull/4143) - Client code generation in Console app fails with NullReferenceException by [@​rpbeukes](https://togithub.com/rpbeukes) in [https://github.com/RicoSuter/NSwag/pull/4140](https://togithub.com/RicoSuter/NSwag/pull/4140) - Feature/[#​4131](https://togithub.com/RicoSuter/NSwag/issues/4131) store serialized json in separate variable for easy inspection by [@​dlidstrom](https://togithub.com/dlidstrom) in [https://github.com/RicoSuter/NSwag/pull/4136](https://togithub.com/RicoSuter/NSwag/pull/4136) - WebApiOpenApiDocumentGenerator: Support multiple Route-attributes on Controller level by [@​andreasbalzer](https://togithub.com/andreasbalzer) in [https://github.com/RicoSuter/NSwag/pull/4129](https://togithub.com/RicoSuter/NSwag/pull/4129) - Allow both the summary and description from OpenAPI to be added as summary and remarks in c# generated code by [@​codecooper](https://togithub.com/codecooper) in [https://github.com/RicoSuter/NSwag/pull/4105](https://togithub.com/RicoSuter/NSwag/pull/4105) - Adding in better handling for plain text body by [@​JonruAlveus](https://togithub.com/JonruAlveus) in [https://github.com/RicoSuter/NSwag/pull/4086](https://togithub.com/RicoSuter/NSwag/pull/4086) - Change static read-only properties of OpenApiOperationMethod to constants by [@​PatrickHofman](https://togithub.com/PatrickHofman) in [https://github.com/RicoSuter/NSwag/pull/4049](https://togithub.com/RicoSuter/NSwag/pull/4049) #### New Contributors - [@​andreasbalzer](https://togithub.com/andreasbalzer) made their first contribution in [https://github.com/RicoSuter/NSwag/pull/4104](https://togithub.com/RicoSuter/NSwag/pull/4104) - [@​Sossenbinder](https://togithub.com/Sossenbinder) made their first contribution in [https://github.com/RicoSuter/NSwag/pull/4096](https://togithub.com/RicoSuter/NSwag/pull/4096) - [@​JoshWoodArup](https://togithub.com/JoshWoodArup) made their first contribution in [https://github.com/RicoSuter/NSwag/pull/4145](https://togithub.com/RicoSuter/NSwag/pull/4145) - [@​mw-survit](https://togithub.com/mw-survit) made their first contribution in [https://github.com/RicoSuter/NSwag/pull/4143](https://togithub.com/RicoSuter/NSwag/pull/4143) - [@​rpbeukes](https://togithub.com/rpbeukes) made their first contribution in [https://github.com/RicoSuter/NSwag/pull/4140](https://togithub.com/RicoSuter/NSwag/pull/4140) - [@​dlidstrom](https://togithub.com/dlidstrom) made their first contribution in [https://github.com/RicoSuter/NSwag/pull/4136](https://togithub.com/RicoSuter/NSwag/pull/4136) - [@​codecooper](https://togithub.com/codecooper) made their first contribution in [https://github.com/RicoSuter/NSwag/pull/4105](https://togithub.com/RicoSuter/NSwag/pull/4105) - [@​JonruAlveus](https://togithub.com/JonruAlveus) made their first contribution in [https://github.com/RicoSuter/NSwag/pull/4086](https://togithub.com/RicoSuter/NSwag/pull/4086) - [@​PatrickHofman](https://togithub.com/PatrickHofman) made their first contribution in [https://github.com/RicoSuter/NSwag/pull/4049](https://togithub.com/RicoSuter/NSwag/pull/4049) **Full Changelog**: https://github.com/RicoSuter/NSwag/compare/v13.16.1...v13.17.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.