Skip to content

Releases: Homely/Homely.AspNetCore.Mvc.Helpers

🚀 Upgrading to NET60

01 Dec 06:21
Compare
Choose a tag to compare

🚀 Upgrading to NET60 (Pre 1)

30 Nov 23:05
Compare
Choose a tag to compare
Pre-release
3.0.0-pre.1

💄 main -> master branch typo

Replaced System.Text.Json back into the project.

28 Oct 03:14
67f4e60
Compare
Choose a tag to compare
:rocket: Replaced Newtonsoft.Json with System.Text.Json (again!) (#39)

* :rocket: Replaced Newtonsoft.Json with System.Text.Json (again!)

* More tests for CodeCoverage.

* :lipstick: PR feedback.

😿 Reverted System.Text.Json -> Newtonsoft.Json

16 Oct 00:14
74f8868
Compare
Choose a tag to compare

Due to compatibility issue, downgraded back to Newtonsoft.Json.

Enum value fix

22 Sep 02:22
8eb8e02
Compare
Choose a tag to compare

🔧 Enum values were not getting camel cased.

Patch fix for default Assembly resolution for HomeController.

19 Aug 05:58
f46a516
Compare
Choose a tag to compare
2.0.1

:wrench: Display the calling assembly info, by default. (#31)

:rocket: Upgraded to .NET Core 3.1

18 Aug 04:38
0ea0292
Compare
Choose a tag to compare
  • Updated to .NET Core 3.1
  • Exposed more options for setting default JSON settings.

Swagger library updated to include not-null string properties.

11 May 13:40
189d549
Compare
Choose a tag to compare

Swagger had a bug with string properties that were [Required] which ended up being listed as optional/nullable.

This was fixed in Swagger v5.4.1.

OpenAPI/Swagger updates

20 Mar 08:31
ae7b7ce
Compare
Choose a tag to compare
1.8.0

OpenAPI/Swagger updates (#26)

📦 Update NuGet packages.

05 Mar 23:19
Compare
Choose a tag to compare

Also, include source link files.