Skip to content

Commit

Permalink
Adding release notes for 170.0.33 (#552)
Browse files Browse the repository at this point in the history
* Adding release notes for 170.0.33

* fixing a typo
  • Loading branch information
llali authored Jan 17, 2025
1 parent 9f82f1a commit 373051d
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
12 changes: 12 additions & 0 deletions release-notes/Microsoft.SqlPackage/170/170.0.33-preview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Release Notes

## Microsoft.SqlPackage 170.0.33-preview

This update brings the below changes over the previous release:

### Added

### Fixed
* Optimized the query for getting table size estimate.

### Changed
22 changes: 22 additions & 0 deletions release-notes/Microsoft.SqlServer.DacFx/170/170.0.33-preview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Release Notes

## Microsoft.SqlServer.DacFx 170.0.33-preview

This update brings the below changes over the previous release:

### Breaking Change
* Updated the public key in the DLLs included in this package. This change is crucial for enhancing the security and integrity of our assembly but may cause breaking changes in your C# applications.
* Removed support for .NET Standard.
* Dropped support for .NET 6

### Added

### Fixed
* Optimized the query for getting table size estimate.
* Fixed the SDK issue when default SSDT target is not present on machine.
* Fixed the SDK issue with unpacking a dacpac with external reference.
* Fixed an issue with build warnings duplicated with code analysis.

### Changed
* Updated .Net SDK to 8.0.405
* Added readme to nuget package

0 comments on commit 373051d

Please sign in to comment.