Skip to content

v0.13.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Dec 11:29
· 13 commits to main since this release
f43a644

Release version v0.13.1

Release sha256 is 4fcd5ac76ceecb81702fc94eb813b83ab18aedb93972d3250cf583506af06756

Configuration example

version: '2'
plugins:
- name: csharp
  wasm:
    url: https://github.com/DaredevilOSS/sqlc-gen-csharp/releases/download/v0.13.1/sqlc-gen-csharp.wasm
    sha256: 4fcd5ac76ceecb81702fc94eb813b83ab18aedb93972d3250cf583506af06756

Changelog

  • Add legacy dotnet framework end-2end tests
  • Upgrade default versions of libraries
  • Remove driver option from options - all existing options are optional

Contributors