Skip to content

Commit 313f385

Browse files
author
release[bot]
committed
Updating new pre-release version
1 parent 9ac81a0 commit 313f385

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ Create or Update Custom Metadata Type records from CSV file
2121
</a>
2222

2323
## URL (recommended) <a id="installation-url"></a>
24-
- [Production/Developer](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t1t000002hzZwAAI)
25-
- [Sandbox](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t1t000002hzZwAAI)
24+
- [Production/Developer](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t1t000002hza1AAA)
25+
- [Sandbox](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t1t000002hza1AAA)
2626

2727
This approach is recommended since all components will be deployed using a namespace, removing the chance of failures due to conflicting API names.
2828

2929
## Unlocked package (recommended) <a id="installation-unlocked-pkg"></a>
3030
You can install this as an Unlocked Package, using the CLI, by running the following command:
3131
```bash
32-
sfdx force:package:install --package "04t1t000002hzZwAAI" --targetusername YOUR_ORG_ALIAS --wait 10 --publishwait 10
32+
sfdx force:package:install --package "04t1t000002hza1AAA" --targetusername YOUR_ORG_ALIAS --wait 10 --publishwait 10
3333
```
3434
This approach is recommended since all components will be deployed using a namespace, removing the chance of failures due to conflicting API names.
3535

sfdx-project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"Spaghetti [email protected]": "04t1t000002hzYtAAI",
2020
"Spaghetti [email protected]": "04t1t000002hzYyAAI",
2121
"Spaghetti [email protected]": "04t1t000002hzZDAAY",
22-
"Spaghetti [email protected]": "04t1t000002hzZwAAI"
22+
"Spaghetti [email protected]": "04t1t000002hzZwAAI",
23+
"Spaghetti [email protected]": "04t1t000002hza1AAA"
2324
}
2425
}

0 commit comments

Comments
 (0)