Skip to content

Commit 373051d

Browse files
authored
Adding release notes for 170.0.33 (#552)
* Adding release notes for 170.0.33 * fixing a typo
1 parent 9f82f1a commit 373051d

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Release Notes
2+
3+
## Microsoft.SqlPackage 170.0.33-preview
4+
5+
This update brings the below changes over the previous release:
6+
7+
### Added
8+
9+
### Fixed
10+
* Optimized the query for getting table size estimate.
11+
12+
### Changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Release Notes
2+
3+
## Microsoft.SqlServer.DacFx 170.0.33-preview
4+
5+
This update brings the below changes over the previous release:
6+
7+
### Breaking Change
8+
* 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.
9+
* Removed support for .NET Standard.
10+
* Dropped support for .NET 6
11+
12+
### Added
13+
14+
### Fixed
15+
* Optimized the query for getting table size estimate.
16+
* Fixed the SDK issue when default SSDT target is not present on machine.
17+
* Fixed the SDK issue with unpacking a dacpac with external reference.
18+
* Fixed an issue with build warnings duplicated with code analysis.
19+
20+
### Changed
21+
* Updated .Net SDK to 8.0.405
22+
* Added readme to nuget package

0 commit comments

Comments
 (0)