Skip to content

Commit 894ab15

Browse files
authored
Merge pull request #9200 from MicrosoftDocs/phecke-patch-1
Added note about plug-in package name and version
2 parents e31469c + 71f1188 commit 894ab15

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

powerapps-docs/developer/data-platform/build-and-package.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Build and package plug-in code
33
description: Learn about building plug-in code into assemblies and packages for later registration and upload to the Microsoft Dataverse service.
4-
ms.date: 02/20/2024
4+
ms.date: 02/26/2024
55
ms.reviewer: pehecke
66
ms.topic: article
77
author: divkamath
@@ -57,6 +57,9 @@ When you upload your NuGet package, any assemblies containing classes that imple
5757

5858
At runtime, Dataverse copies the contents of the NuGet package from the `PluginPackage` row and extracts it to the sandbox runtime. This way, any dependent assemblies needed for the plug-in are available.
5959

60+
> [!IMPORTANT]
61+
> The name and version of the plug-in package cannot be changed once created. Attempting to do so using an API call results in an error.
62+
6063
### Signed assemblies are not required
6164

6265
You aren't required to sign plug-in assemblies used in plug-in packages.

0 commit comments

Comments
 (0)