* March Release

* Release notes and version bump

* version correction
This commit is contained in:
Crash Collison 2023-04-18 20:00:19 -07:00 коммит произвёл GitHub
Родитель 7925a8859c
Коммит 5cc0ddb2cf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 12 добавлений и 14 удалений

Просмотреть файл

@ -11,6 +11,10 @@ Installing this extension will also make the latest Power Platform CLI (aka pac)
![VSCode Terminal with pac CLI](https://github.com/microsoft/powerplatform-vscode/blob/main/src/client/assets/pac-CLI-in-terminal.png?raw=true)
## Release Notes
1.1.23:
- pac CLI 1.22.2 (Mar refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))
- Improved Paportal manifest generation by maintaining a consistent order
1.1.19:
- pac CLI 1.21.13 (Feb refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))
- Desktop extension now supports create, delete and rename for power pages site entities like webpage, webfile, templates and content-snippets

Просмотреть файл

@ -359,7 +359,7 @@ async function snapshot() {
}
const feedName = 'CAP_ISVExp_Tools_Stable';
const cliVersion = '1.21.13';
const cliVersion = '1.22.2';
const recompile = gulp.series(
clean,

Просмотреть файл

@ -120,15 +120,10 @@
]
},
"No parent pages found for adding webfile": "No parent pages found for adding webfile",
"Failed to add webfile: {0}./{0} will be replaced by the error message.": {
"message": "Failed to add webfile: {0}.",
"comment": [
"{0} will be replaced by the error message."
]
},
"Webfiles Added!": "Webfiles Added!",
"File(s) already exist. No new files to add": "File(s) already exist. No new files to add",
"Web files": "Web files",
"Choose parent page": "Choose parent page",
"Webfile(s) added successfully": "Webfile(s) added successfully",
"No page templates found": "No page templates found",
"No webpages found": "No webpages found",
"New Webpage": "New Webpage",

Просмотреть файл

@ -81,10 +81,6 @@ The {2} represents Solution's Version number</note>
<trans-unit id="++CODE++048d1e764983197603f13e79d28f59bbfa358c0c11e1184c27fc687512589778">
<source xml:lang="en">Enter the name of the web template</source>
</trans-unit>
<trans-unit id="++CODE++2bdf43797e6a92223e344f968f1da74e5f83ea6abf62be502d851ea9fcc1eca6">
<source xml:lang="en">Failed to add webfile: {0}.</source>
<note>{0} will be replaced by the error message.</note>
</trans-unit>
<trans-unit id="++CODE++2310c6b7e5953cab877859ba1fcfa98e58e1508677df9412010e9b578ea237f4">
<source xml:lang="en">Failed to create: {0}.</source>
<note>{0} will be replaced by the error message.</note>
@ -108,6 +104,9 @@ The {2} represents Solution's Version number</note>
<source xml:lang="en">File might be referenced by name {0} here.</source>
<note>{0} represents the name of the file</note>
</trans-unit>
<trans-unit id="++CODE++1b93e507157d91755f08e1abfe8a33d725b637a32ddadf149420b25907d440a0">
<source xml:lang="en">File(s) already exist. No new files to add</source>
</trans-unit>
<trans-unit id="++CODE++25109e9c19daeeed3977b84ace83722ac8a4daafcfe4e3709082fcc5b228e7a8">
<source xml:lang="en">Installing Power Pages generator(v{0})...</source>
<note>{0} represents the version number</note>
@ -227,8 +226,8 @@ The {3} represents Dataverse Environment's Organization ID (GUID)</note>
<trans-unit id="++CODE++ff174a54d200db312e20f9f72e805df5d0221070730c1d789d642185b1a3b3e5">
<source xml:lang="en">Web files</source>
</trans-unit>
<trans-unit id="++CODE++b1d7342e4a284cb6206f33d895d122305e58ca4d1d7e1d8c6be075f794e5cfff">
<source xml:lang="en">Webfiles Added!</source>
<trans-unit id="++CODE++e433d73a7af9f003527cded50fa779687d0f923efc1beb323c3c75fd7062899f">
<source xml:lang="en">Webfile(s) added successfully</source>
</trans-unit>
<trans-unit id="++CODE++3c65297a1fc0860c6993f5c8beb4341dd13b71d7f3957daba611adf04a6c971b">
<source xml:lang="en">You are editing a live, public site </source>