Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#134 from MicrosoftDocs/main638508027…
Browse files Browse the repository at this point in the history
…308369693sync_temp

For protected branch, push strategy should use PR and merge to target branch method to work around git push error
  • Loading branch information
learn-build-service-prod[bot] authored May 8, 2024
2 parents defdf4f + b81e845 commit 54f0951
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: 04/10/2024
ms.date: 05/08/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.130.20 |
|[MSOLAP (x86)](https://go.microsoft.com/fwlink/?linkid=829575) | 16.0.130.20 |
|[AMO](https://go.microsoft.com/fwlink/?linkid=829578) | 19.79.0.0 |
|[ADOMD](https://go.microsoft.com/fwlink/?linkid=829577) | 19.79.0.0 |
|[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 |

### 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.79.1 |
|[ADOMD](https://www.nuget.org/packages/Microsoft.AnalysisServices.AdomdClient.retail.amd64/) | 19.79.1 |
|[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 and ADOMD .Net Core

|Package | Version |
|---------|---------|
|[AMO .Net Core](https://www.nuget.org/packages/Microsoft.AnalysisServices.NetCore.retail.amd64) | 19.79.1 |
|[ADOMD .Net Core](https://www.nuget.org/packages/Microsoft.AnalysisServices.AdomdClient.NetCore.retail.amd64) | 19.79.1 |
|[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 |

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 54f0951

Please sign in to comment.