Guan 1.0.3
Guan ships as a .NET Standard library and is available from the Nuget.org Package gallery
Changes
- Fixed package dependency bug. When you install Guan into a .NET project, it will also install the required System.Text.Json nupkg.
- Updated nuspec file and nupkg generation Powershell script.
- Added Getting Started section and related GuanExamples standalone project for use in experimenting with Guan inside a containing .NET Core 3.1 application.
- Code changes to remove dependency on Newtonsoft.Json (it was used in one function...).