Skip to content

Commit 427a1e5

Browse files
Merge pull request #27092 from dzsquared/sqlpackage-may2023
fixing release number
2 parents eb1d4ca + de34ada commit 427a1e5

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

docs/tools/sqlpackage/release-notes-sqlpackage.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ ms.custom: tools|sos
1616
This article lists the features and fixes delivered by the released versions of SqlPackage.
1717

1818

19-
## 162.0.52.1 SqlPackage
19+
## 162.0.52 SqlPackage
2020

2121
**Release date:** May 11, 2023
2222

2323
|Platform|Download|Version|
2424
|:---|:---|:---|
25-
|Windows .NET 6 |[.zip file](https://go.microsoft.com/fwlink/?linkid=2236505)|162.0.52.1|
26-
|Windows|[MSI Installer](https://go.microsoft.com/fwlink/?linkid=2236347)|162.0.52.1|
27-
|macOS .NET 6 |[.zip file](https://go.microsoft.com/fwlink/?linkid=2236426)|162.0.52.1|
28-
|Linux .NET 6 |[.zip file](https://go.microsoft.com/fwlink/?linkid=2236425)|162.0.52.1|
25+
|Windows .NET 6 |[.zip file](https://go.microsoft.com/fwlink/?linkid=2236505)|162.0.52|
26+
|Windows|[MSI Installer](https://go.microsoft.com/fwlink/?linkid=2236347)|162.0.52|
27+
|macOS .NET 6 |[.zip file](https://go.microsoft.com/fwlink/?linkid=2236426)|162.0.52|
28+
|Linux .NET 6 |[.zip file](https://go.microsoft.com/fwlink/?linkid=2236425)|162.0.52|
2929

3030

3131
### Features

docs/tools/sqlpackage/sqlpackage-download.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ ms.custom:
1717

1818
SqlPackage runs on Windows, macOS, and Linux, and is available to install through `dotnet tool` or as a standalone zip download.
1919

20-
- **Version number:** 162.0.52.1
21-
- **Build number:** 162.0.52.1
20+
- **Version number:** 162.0.52
21+
- **Build number:** 162.0.52
2222
- **Release date:** May 11, 2023
2323

2424
For details about the latest release, see the [release notes](release-notes-sqlpackage.md).
2525

2626
> [!NOTE]
27-
> 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.1).
27+
> 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).
2828
2929
## Installation, cross-platform
3030

@@ -168,7 +168,7 @@ Evergreen links are available for downloading the latest Sqlpackage versions:
168168

169169
## DacFx
170170

171-
SqlPackage is a command-line interface for the DacFx framework, exposing some of the public DacFx APIs. DacServices ([Microsoft.SqlServer.Dac](/dotnet/api/microsoft.sqlserver.dac.dacservices)) is a related mechanism for integrating database deployment into your application pipeline. The DacServices API is available in a package through NuGet, [Microsoft.SqlServer.DacFx](https://www.NuGet.org/packages/Microsoft.SqlServer.DacFx). The current DacFx version is 162.52.1.
171+
SqlPackage is a command-line interface for the DacFx framework, exposing some of the public DacFx APIs. DacServices ([Microsoft.SqlServer.Dac](/dotnet/api/microsoft.sqlserver.dac.dacservices)) is a related mechanism for integrating database deployment into your application pipeline. The DacServices API is available in a package through NuGet, [Microsoft.SqlServer.DacFx](https://www.NuGet.org/packages/Microsoft.SqlServer.DacFx). The current DacFx version is 162.0.52.
172172

173173
Adding the NuGet package to a .NET project is accomplished via the .NET CLI with this command:
174174

0 commit comments

Comments
 (0)