From 1b2866242fb0a8e97f2cb46713da2842817f738e Mon Sep 17 00:00:00 2001 From: Cathal Noonan <14317886+cathalnoonan@users.noreply.github.com> Date: Sat, 23 Sep 2023 14:20:02 +0100 Subject: [PATCH] Update pcf-tools sdk to v0.1.9 --- .../ISSUE_TEMPLATE/missing-translations.yml | 2 +- .github/ISSUE_TEMPLATE/translation-issue.yml | 22 +++++++++++++++++++ .github/workflows/BUILD.yml | 6 ++--- .nvmrc | 2 +- control/control.pcfproj | 2 +- d365-pcf-imagecontrol.proj | 2 +- solution/solution.cdsproj | 2 +- 7 files changed, 30 insertions(+), 8 deletions(-) create mode 100755 .github/ISSUE_TEMPLATE/translation-issue.yml diff --git a/.github/ISSUE_TEMPLATE/missing-translations.yml b/.github/ISSUE_TEMPLATE/missing-translations.yml index 84c855f..1dc797e 100755 --- a/.github/ISSUE_TEMPLATE/missing-translations.yml +++ b/.github/ISSUE_TEMPLATE/missing-translations.yml @@ -1,5 +1,5 @@ name: Missing translations -description: Request translations for another language +description: Request translations for another language. labels: [ "translation" ] body: - type: input diff --git a/.github/ISSUE_TEMPLATE/translation-issue.yml b/.github/ISSUE_TEMPLATE/translation-issue.yml new file mode 100755 index 0000000..68e0897 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/translation-issue.yml @@ -0,0 +1,22 @@ +name: Translation issue +description: Request a fix for a translation. +labels: [ "translation" ] +body: + - type: input + id: language-name + attributes: + label: Language name + validations: + required: true + - type: input + id: language-code + attributes: + label: Language code (LCID) + validations: + required: false + - type: textarea + id: translation-issue + attributes: + label: Describe the issue + validations: + required: true diff --git a/.github/workflows/BUILD.yml b/.github/workflows/BUILD.yml index 280a9e5..31724d5 100755 --- a/.github/workflows/BUILD.yml +++ b/.github/workflows/BUILD.yml @@ -10,7 +10,7 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version-file: '.nvmrc' @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup xmllint run: | if ! command -v xmllint &> /dev/null @@ -71,7 +71,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup node uses: actions/setup-node@v3 with: diff --git a/.nvmrc b/.nvmrc index 3f430af..9a2a0e2 100755 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v18 +v20 diff --git a/control/control.pcfproj b/control/control.pcfproj index 7888ac7..9b92144 100644 --- a/control/control.pcfproj +++ b/control/control.pcfproj @@ -1,6 +1,6 @@  - + $(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\PowerApps diff --git a/d365-pcf-imagecontrol.proj b/d365-pcf-imagecontrol.proj index 27d3132..9630855 100644 --- a/d365-pcf-imagecontrol.proj +++ b/d365-pcf-imagecontrol.proj @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/solution/solution.cdsproj b/solution/solution.cdsproj index a0d3899..97d3673 100644 --- a/solution/solution.cdsproj +++ b/solution/solution.cdsproj @@ -1,6 +1,6 @@  - + $(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\PowerApps