You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments