Skip to content

Releases: wemogy/libs-aspnet

Version 4.0.1

17 Oct 16:53
9cac29f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.0.1

Version 4.0.0

17 Oct 15:18
8074768
Compare
Choose a tag to compare

What's Changed

Migration

For ASP.NET

Change the Properties/launchSettings.json:

"launchUrl": "swagger/index.html",

For Visual Studio Code

Add this to the launch.json file:

"serverReadyAction": {
  "action": "openExternally",
  "pattern": "\\bNow listening on:\\s+(https?://\\S+)",
  "uriFormat": "%s/swagger" // <-- this
},

Full Changelog: v3.1.1...v4.0.0

Version 3.1.1

10 Oct 14:29
0cf53ca
Compare
Choose a tag to compare

What's Changed

  • Adds support for SuppressImplicitRequiredAttributeForNonNullableReferenceTypes by @robinmanuelthiel in #39

Full Changelog: v3.1.0...v3.1.1

Version 3.1.0

27 Sep 17:38
b4f7f07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.1.0

Version 3.0.2

20 Sep 19:03
0485c6e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

Version 3.0.1

20 Sep 07:15
74becf9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

Version 3.0.0

05 Sep 08:18
2922e9d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v3.0.0

Version 2.0.0

07 Aug 15:15
d4fd631
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v2.0.0

Version 1.2.0

07 Jun 14:13
ba2c03e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

Version 1.1.0

21 May 19:57
03bdbc0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.1.0