v0.5.0-alpha
Pre-release
Pre-release
·
74 commits
to master
since this release
What's Changed
Features
- feat: Copy .sql files to output directory. (#12, #73)
- chore: Change package name to
CopySqlFilesToOutputDirectory
. (#74) - The package was published here: https://www.nuget.org/packages/CopySqlFilesToOutputDirectory
- chore: Change package name to
- feat: Copy .sql files from the output directory to the publish directory. (#75, #76)
- The package was published here: https://www.nuget.org/packages/CopySqlFilesToPublishDirectory
- feat: Add Load method without parameters to
YeSqlLoader
type. (#72, #79)
Breaking Changes
- refactor!: Mark the constructor of the type
YeSqlValidationResult
as internal.