v1.0.0-alpha014
abjerner
released this
24 Mar 20:43
·
10 commits
to v1/main
since this release
New alpha release 🎉
Installation
Via NuGet:
dotnet add package Skybrud.Essentials.AspNetCore --version 1.0.0-alpha014
or:
Install-Package Skybrud.Essentials.AspNetCore -Version 1.0.0-alpha014
Changelog
- Improved the
NewtonsoftJsonOnlyConfigurationAttribute
class and underlying filter (see 5baafcd)- property names are now camel cased by default (opposed to Pascal cased - or whatever is default in JSON.net)
- casing may be set by optional parameter for the attribute