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
8 changes: 4 additions & 4 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.34-preview</DacFxPackageVersion>
<ScriptDomPackageVersion Condition="'$(ScriptDomPackageVersion)' == ''">170.191.0</ScriptDomPackageVersion>
<SqlClientPackageVersion Condition="'$(SqlClientPackageVersion)' == ''">6.1.3</SqlClientPackageVersion>
<DacFxPackageVersion Condition="'$(DacFxPackageVersion)' == ''">170.4.71-preview</DacFxPackageVersion>
<ScriptDomPackageVersion Condition="'$(ScriptDomPackageVersion)' == ''">180.18.1</ScriptDomPackageVersion>
<SqlClientPackageVersion Condition="'$(SqlClientPackageVersion)' == ''">6.1.4</SqlClientPackageVersion>
</PropertyGroup>
<ItemGroup>
<!-- Source -->
Expand All @@ -28,6 +28,6 @@
<PackageVersion Include="NuGet.Packaging" Version="6.13.2" />
<PackageVersion Include="nunit" Version="3.13.2" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.0.0" />
<PackageVersion Include="System.Text.Json" Version="8.0.5" />
<PackageVersion Include="System.Text.Json" Version="8.0.6" />
</ItemGroup>
</Project>
13 changes: 13 additions & 0 deletions release-notes/Microsoft.Build.Sql/2.2.0-preview.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Release Notes

## Microsoft.Build.Sql 2.2.0-preview.1 - 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.


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

## Microsoft.SqlPackage 170.4.71-preview

This update brings the below changes over the previous release:

### Adds

### Fixed
* Fixes an import bug with database and DDL trigger inserting data to tables that are being imported.
* Increasing the length of a VARCHAR field leads to a data loss warning and a check that fails when rows are present [#724](https://github.com/microsoft/DacFx/issues/724)
### Changed
* Updates Microsoft.SqlServer.TransactSql.ScriptDom to 180.18.1

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

## Microsoft.SqlServer.DacFx 170.4.71-preview

This update brings the below changes over the previous release:

### Adds

### Fixed
* Fixes an import bug with database and DDL trigger inserting data to tables that are being imported.
* Increasing the length of a VARCHAR field leads to a data loss warning and a check that fails when rows are present [#724](https://github.com/microsoft/DacFx/issues/724)
### Changed
* Updates Microsoft.SqlServer.TransactSql.ScriptDom to 180.18.1

Loading