Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding release notes for 170.0.33 #552

Merged
merged 2 commits into from
Jan 17, 2025
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
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
Loading