-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding release notes for 170.0.33 (#552)
* Adding release notes for 170.0.33 * fixing a typo
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
release-notes/Microsoft.SqlPackage/170/170.0.33-preview.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
22
release-notes/Microsoft.SqlServer.DacFx/170/170.0.33-preview.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |