Skip to content

Commit

Permalink
Updating AS client lib msi and nuget versions
Browse files Browse the repository at this point in the history
Updating AS client lib msi and nuget versions
  • Loading branch information
Zhangqi910 authored Jun 12, 2024
1 parent c58ac7d commit 301ec5b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/analysis-services/client-libraries.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Analysis Services client libraries | Microsoft Docs"
description: Download and learn how client libraries are necessary for client applications and tools to connect to Analysis Services.
ms.date: 05/08/2024
ms.date: 06/12/2024
ms.service: analysis-services
ms.custom:
ms.topic: conceptual
Expand All @@ -25,10 +25,10 @@ Client libraries are necessary for client applications and tools to connect to A

|Download | Version |
|---------|---------|
|[MSOLAP (amd64)](https://go.microsoft.com/fwlink/?linkid=829576) | 16.0.134.22 |
|[MSOLAP (x86)](https://go.microsoft.com/fwlink/?linkid=829575) | 16.0.134.22 |
|[AMO](https://go.microsoft.com/fwlink/?linkid=829578) | 19.80.0.0 |
|[ADOMD](https://go.microsoft.com/fwlink/?linkid=829577) | 19.80.0.0 |
|[MSOLAP (amd64)](https://go.microsoft.com/fwlink/?linkid=829576) | 16.0.139.27 |
|[MSOLAP (x86)](https://go.microsoft.com/fwlink/?linkid=829575) | 16.0.139.27 |
|[AMO](https://go.microsoft.com/fwlink/?linkid=829578) | 19.82.0.0 |
|[ADOMD](https://go.microsoft.com/fwlink/?linkid=829577) | 19.82.0.0 |

### NuGet packages

Expand All @@ -42,15 +42,15 @@ NuGet package assemblies AssemblyVersion follow semantic versioning: MAJOR.MINOR

|Package | Version |
|---------|---------|
|[AMO](https://www.nuget.org/packages/Microsoft.AnalysisServices.retail.amd64/) | 19.80.0 |
|[ADOMD](https://www.nuget.org/packages/Microsoft.AnalysisServices.AdomdClient.retail.amd64/) | 19.80.0 |
|[AMO](https://www.nuget.org/packages/Microsoft.AnalysisServices.retail.amd64/) | 19.82.0 |
|[ADOMD](https://www.nuget.org/packages/Microsoft.AnalysisServices.AdomdClient.retail.amd64/) | 19.82.0 |

#### AMO and ADOMD .Net Core

|Package | Version |
|---------|---------|
|[AMO .Net Core](https://www.nuget.org/packages/Microsoft.AnalysisServices.NetCore.retail.amd64) | 19.80.0 |
|[ADOMD .Net Core](https://www.nuget.org/packages/Microsoft.AnalysisServices.AdomdClient.NetCore.retail.amd64) | 19.80.0 |
|[AMO .Net Core](https://www.nuget.org/packages/Microsoft.AnalysisServices.NetCore.retail.amd64) | 19.82.0 |
|[ADOMD .Net Core](https://www.nuget.org/packages/Microsoft.AnalysisServices.AdomdClient.NetCore.retail.amd64) | 19.82.0 |

Beginning with AMO (AMO/TOM) and ADOMD .Net Core version 19.48.0.0, HTTP-based communications with cloud services like Power BI and Azure Analysis Services are significantly improved. It's recommended you update to the latest version to take advantage of these performance improvements.

Expand Down

0 comments on commit 301ec5b

Please sign in to comment.