Skip to content

Release 1.0.4

Choose a tag to compare

@cdcavell cdcavell released this 23 Jun 00:06
· 82 commits to main since this release
b633a71

Summary

Release 1.0.4 is a patch-level maintenance release for NetCoreApplicationTemplate.

This release updates the SQLite dependency path by adding SQLitePCLRaw.bundle_e_sqlite3, replacing deprecated SQLite bundle usage with the supported bundled native SQLite provider.

Changes

  • Added SQLitePCLRaw.bundle_e_sqlite3 package reference.
  • Added the centrally managed package version for SQLitePCLRaw.bundle_e_sqlite3.
  • Updated release/version metadata from 1.0.3 to 1.0.4.
  • Updated CHANGELOG.md, README.md, PACKAGE-README.md, CITATION.cff, and .zenodo.json for the 1.0.4 release.

Notes

  • This is a dependency maintenance release.
  • No application behavior, public APIs, or template structure were intentionally changed.
  • Existing consumers do not need to change their usage of the template.