Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Sep 18:32
· 35 commits to master since this release
8fe9b9b

Summary

This release cleans up and reorganizes a few things pertaining to constructor initialization as well as adds basic API key validation. Also cleans up and reorganizes CI workflows and adds automatic NuGet pushing, and attaches the raw .nupkg file to GitHub releases rather than a .zip file.

Commits

  • f550070: Clean up and rework CI workflows for both staging and release (koko)
  • c26511f: Use debug mode instead of release mode for per-commit package builds (koko)
  • 318cc8c: Semantics nitpicking of constructor param name and local variable names (koko)
  • ea87ef9: Add API key validation and exception, add documentation to exceptions (koko)
  • 9aeab04: Remove version property from project file (koko)
  • 8fe9b9b: Fix failure-causing typo in automatic release workflow (koko)