Skip to content

Releases: rr-wfm/MSBuild.Sdk.SqlProj

SqlCmd variables and pre/post-deployment script support

12 May 19:46
Compare
Choose a tag to compare

This release added support for SqlCmd variables as well as pre- and postdeployment scripts to be included with the .dacpac.

Added LICENSE

10 Apr 11:13
Compare
Choose a tag to compare

Added a LICENSE to the NuGet package

First release

18 Mar 14:23
Compare
Choose a tag to compare

This is the first stable release of MSBuild.Sdk.SqlProj with support for the following:

  • Defining database projects using SDK-style MSBuild project files
  • Support for PackageReference to other packages that include a .dacpac
  • Setting various properties for the model using MSBuild properties
  • Packaging support using dotnet pack