Skip to content

Commit 76ef1aa

Browse files
authored
Merge pull request #108641 from v-hacho/patch-13
Updating AS client library MSI and nuget versions
2 parents b799f4d + c9e36df commit 76ef1aa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/analysis-services/analysis-services-data-providers.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Describes client libraries required for client applications and too
44
author: minewiskan
55
ms.service: azure-analysis-services
66
ms.topic: conceptual
7-
ms.date: 01/23/2020
7+
ms.date: 03/23/2020
88
ms.author: owend
99
ms.reviewer: minewiskan
1010

@@ -18,19 +18,19 @@ Client libraries are necessary for client applications and tools to connect to A
1818

1919
|Download |Product version |
2020
|---------|---------|
21-
|[MSOLAP (amd64)](https://go.microsoft.com/fwlink/?linkid=829576) | 15.1.21.27 |
22-
|[MSOLAP (x86)](https://go.microsoft.com/fwlink/?linkid=829575) | 15.1.21.27 |
23-
|[AMO](https://go.microsoft.com/fwlink/?linkid=829578) | 18.4.0.5 |
24-
|[ADOMD](https://go.microsoft.com/fwlink/?linkid=829577) | 18.4.0.5 |
21+
|[MSOLAP (amd64)](https://go.microsoft.com/fwlink/?linkid=829576) | 15.1.29.25 |
22+
|[MSOLAP (x86)](https://go.microsoft.com/fwlink/?linkid=829575) | 15.1.29.25 |
23+
|[AMO](https://go.microsoft.com/fwlink/?linkid=829578) | 18.4.8.0 |
24+
|[ADOMD](https://go.microsoft.com/fwlink/?linkid=829577) | 18.4.8.0 |
2525

2626
## AMO and ADOMD (NuGet packages)
2727

2828
Analysis Services Management Objects (AMO) and ADOMD client libraries are available as installable packages from [NuGet.org](https://www.nuget.org/). It's recommended you migrate to NuGet references instead of using Windows Installer.
2929

3030
|Package | Product version |
3131
|---------|---------|
32-
|[AMO](https://www.nuget.org/packages/Microsoft.AnalysisServices.retail.amd64/) | 18.4.0.5 |
33-
|[ADOMD](https://www.nuget.org/packages/Microsoft.AnalysisServices.AdomdClient.retail.amd64/) | 18.4.0.5 |
32+
|[AMO](https://www.nuget.org/packages/Microsoft.AnalysisServices.retail.amd64/) | 18.4.8.0 |
33+
|[ADOMD](https://www.nuget.org/packages/Microsoft.AnalysisServices.AdomdClient.retail.amd64/) | 18.4.8.0 |
3434

3535
NuGet package assemblies AssemblyVersion follow semantic versioning: MAJOR.MINOR.PATCH. NuGet references load the expected version even if there is a different version in the GAC (resulting from MSI install). PATCH is incremented for each release. AMO and ADOMD versions are kept in-sync.
3636

0 commit comments

Comments
 (0)