Skip to content

Releases: GoEddie/DeploymentContributorFilterer

1.5.3 - minor fixes

13 Nov 02:30
35a3315
Compare
Choose a tag to compare

What's Changed

  • Fixed various issues with logging, updated README.md by @purepvd in #38
  • Fix for #44 (handling of columnstore indexes) and #15 (handling of unnamed default constraints) by @t-johnson in #45

New Contributors

Full Changelog: 1.5.2...1.5.3

Minor release, updating to DacFx 162.3.566

25 Jun 11:47
6231bdc
Compare
Choose a tag to compare

Update DacFx to 162.3.566

What's Changed

Full Changelog: 1.5.1...1.5.2

What's Changed

Full Changelog: 1.5.1...1.5.2

Minor update, adding support for DacFx 162.3.563

20 Jun 01:13
1a2672c
Compare
Choose a tag to compare

What's Changed

  • better testing, columnFilters with schema, and updated DAC by @AartBluestoke in #36
  • Update Microsoft.SqlServer.DacFx to 162.3.563 and fix dependencies by @amizyak in #41

New Contributors

Full Changelog: 1.5.0...1.5.1

Support for DacFx 160, and cross-platform

04 Jan 17:49
ff8653e
Compare
Choose a tag to compare

This release adds support for DacFX version 160.
In addition to the usual .Net Framework version, a .Net Standard 2.1 version is included which can be used with the cross-platform DacFX on Linux or Mac.

What's Changed

New Contributors

Full Changelog: 1.4.4.1...1.5.0

Support for 140/150 DacFx / sqlpackage.exe

07 Mar 23:10
ae44501
Compare
Choose a tag to compare

Updating references to newest dacfx

1.4.4.0

10 Aug 07:53
Compare
Choose a tag to compare
removing errant debug.launch and upgrading project to 2015 as new c# …