commit f2eb735f719e62bfcf8b0f2e0155056d78fd4bfb
parent 97779c47d0a9a3b61301c602e5a2ac30e6b0356d
Author: denelon <denelon@microsoft.com>
Date: Tue, 11 May 2021 14:37:42 -0700
Update repository.md (#952)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/windows/package-manager/package/repository.md b/doc/windows/package-manager/package/repository.md
@@ -68,7 +68,7 @@ You must add your manifest file to the repository in the following folder struct
* **version.yaml** is the file name of the manifest. The file name must be set to the current version of the application. For example, **1.0.0.yaml**.
>[!IMPORTANT]
-> The `Id` value in the manifest must match the publisher and application names in the manifest folder path, and the `version` value in the manifest must match the version in the file name. For more information, see [Create your package manifest](manifest.md#tips-and-best-practices).
+> The `PackageIdentifier` value in the manifest must match the publisher and application names in the manifest folder path, and the `PackageVersion` value in the manifest must match the version in the file name. For more information, see [Create your package manifest](manifest.md#tips-and-best-practices).
### Step 4: Submit your manifest to the remote repository