Skip to content

Commit bdf998d

Browse files
authored
Merge pull request #10349 from MicrosoftDocs/phecke-doc-updates
Added note about downloading the tools
2 parents e10d884 + 79dd1b3 commit bdf998d

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

powerapps-docs/developer/data-platform/download-tools-nuget.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Dataverse development tools (Microsoft Dataverse) | Microsoft Docs"
33
description: "Download and launch the Plug-in Registration, Package Deployment, and other Dataverse development tools."
4-
ms.date: 09/25/2023
4+
ms.date: 08/06/2024
55
ms.reviewer: pehecke
66
ms.topic: article
77
author: davidjenni # GitHub ID
@@ -24,13 +24,18 @@ There are many tools for developers you can use for different aspects of Microso
2424
> [!NOTE]
2525
> The CMT, PD, and PRT tools provide a Windows (WPF) user interface and only run on a Microsoft Windows operating system. Also, the `pac tool` command only is available on a Windows install of the CLI.
2626
27-
All the above mentioned tools, except the Code Generation tool, are described below.
27+
All the above mentioned tools, except the Code Generation tool, are described in this article.
2828

2929
## Download and launch tools using Power Platform CLI
3030

31-
Make sure that you have version 1.19.3 (or newer) of [Power Platform CLI](/power-platform/developer/cli/introduction).
31+
Follow these instructions to download and launch the Dataverse development tools.
3232

33-
Now get help on the tools.
33+
> [!NOTE]
34+
> The Dataverse tools are not longer available individually by a direct download. The tools are now distributed in several NuGet packages.
35+
> We provide a Power Platform CLI command to download the correct package, extract and launch each tool, and update the installed tools.
36+
37+
You need version 1.19.3 (or newer) of [Power Platform CLI](/power-platform/developer/cli/introduction) installed on your computer to follow along with these instructions.
38+
Start by using the Power Platform CLI to get help on the tools.
3439

3540
```bash
3641
> pac tool help

0 commit comments

Comments
 (0)