Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>

<!-- Let CI pipelines to set these for testing dependencies -->
<DacFxPackageVersion Condition="'$(DacFxPackageVersion)' == ''">170.4.71-preview</DacFxPackageVersion>
<DacFxPackageVersion Condition="'$(DacFxPackageVersion)' == ''">170.4.77-preview</DacFxPackageVersion>
<ScriptDomPackageVersion Condition="'$(ScriptDomPackageVersion)' == ''">180.18.1</ScriptDomPackageVersion>
<SqlClientPackageVersion Condition="'$(SqlClientPackageVersion)' == ''">6.1.4</SqlClientPackageVersion>
<SqlClientPackageVersion Condition="'$(SqlClientPackageVersion)' == ''">6.1.5</SqlClientPackageVersion>
</PropertyGroup>
<ItemGroup>
<!-- Source -->
Expand Down
7 changes: 4 additions & 3 deletions release-notes/Microsoft.Build.Sql/2.2.0-preview.2.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Release Notes

## Microsoft.Build.Sql 2.2.0-preview.1 - 2026-03-19
## Microsoft.Build.Sql 2.2.0-preview.2 - 2026-03-19

This update brings the below changes over the previous release:

### Added

### Changed
* Updated DacFx version to 170.4.43-preview.
* Updated Microsoft.SqlServer.TransactSql.ScriptDom to 170.191.0.
* Updated DacFx version to 170.4.71-preview.
* Updated Microsoft.SqlServer.TransactSql.ScriptDom to 180.18.1.
* Updated Microsoft.Data.SqlClient to 6.1.4


13 changes: 13 additions & 0 deletions release-notes/Microsoft.Build.Sql/2.2.0-preview.3..md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Release Notes

## Microsoft.Build.Sql 2.2.0-preview.3 - 2026-05-08

This update brings the below changes over the previous release:

### Added

### Changed
* Updated DacFx version to 170.4.77-preview.
* Updated Microsoft.Data.SqlClient to 6.1.5


13 changes: 13 additions & 0 deletions release-notes/Microsoft.SqlPackage/170.4/170.4.77-preview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Release Notes

## Microsoft.SqlServer.DacFx 170.4.77-preview

This update brings the below changes over the previous release:

### Adds

### Fixed
* DacPac file is searched in upper case form during the deployment. Could break deployment in some environments like Turkish [#383](https://github.com/microsoft/DacFx/issues/383)
### Changed
* Microsoft.Data.SqlClient to 6.1.5

Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Release Notes

## Microsoft.SqlServer.DacFx 170.4.77-preview

This update brings the below changes over the previous release:

### Adds

### Fixed
* DacPac file is searched in upper case form during the deployment. Could break deployment in some environments like Turkish [#383](https://github.com/microsoft/DacFx/issues/383)
### Changed
* Microsoft.Data.SqlClient to 6.1.5

Loading