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
SqlPackage runs on Windows, macOS, and Linux, and is available to install through `dotnet tool` or as a standalone zip download.
16
+
SqlPackage runs on Windows, macOS, and Linux, and is available to install through `dotnet tool` or as a standalone zip download. For details about the latest release, see the [release notes](release-notes-sqlpackage.md).
17
17
18
18
-**Version number:** 162.2.111
19
19
-**Build number:** 162.2.111.2
20
20
-**Release date:** February 27, 2024
21
21
22
-
For details about the latest release, see the [release notes](release-notes-sqlpackage.md).
22
+
SqlPackage is developed and released for both .NET and .NET Framework. The .NET SqlPackage releases benefit from the continual advances to the performance and scalability of .NET as part of the [focus on for modern applications](/dotnet/core/introduction#net-ecosystem), contrasting to the maintenance support of .NET Framework for Windows. Installing the .NET SqlPackage version is recommended via the [convenient `dotnet tool` method](#installation-cross-platform), which is cross-platform and easy to update, or via the [portable self-contained .zip download](#installation-file-download-alternative). The .NET Framework version is only available as a [.msi Windows installer](#windows-net-framework).
23
23
24
24
> [!NOTE]
25
25
> SqlPackage version numbering has been adjusted to better reflect the DacFx build number it is associated with. Previously, SqlPackage had a distinct version number (19) and build number (160.x). Beginning with version 161, the version number of SqlPackage will match the DacFx version number it is associated with (eg 162.0.52).
@@ -73,10 +73,10 @@ SqlPackage is also prepared as a self-contained download for Windows, macOS, and
0 commit comments