Skip to content

Guan 1.0.3

Compare
Choose a tag to compare
@GitTorre GitTorre released this 21 Jan 02:07
· 60 commits to main since this release
c2533da

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...).