Skip to content

Commit

Permalink
Update pcf-tools sdk to v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cathalnoonan committed Sep 23, 2023
1 parent 32960f4 commit 1b28662
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/missing-translations.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Missing translations
description: Request translations for another language
description: Request translations for another language.
labels: [ "translation" ]
body:
- type: input
Expand Down
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/translation-issue.yml
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions .github/workflows/BUILD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
v20
2 changes: 1 addition & 1 deletion control/control.pcfproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Sdk Name="Cathal.PcfTools.MSBuild.Control" Version="0.1.8" />
<Sdk Name="Cathal.PcfTools.MSBuild.Control" Version="0.1.9" />
<PropertyGroup>
<PowerAppsTargetsPath>$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\PowerApps</PowerAppsTargetsPath>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion d365-pcf-imagecontrol.proj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Sdk Name="Cathal.PcfTools.MSBuild.Proj" Version="0.1.8" />
<Sdk Name="Cathal.PcfTools.MSBuild.Proj" Version="0.1.9" />
</Project>
2 changes: 1 addition & 1 deletion solution/solution.cdsproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Sdk Name="Cathal.PcfTools.MSBuild.Solution" Version="0.1.8" />
<Sdk Name="Cathal.PcfTools.MSBuild.Solution" Version="0.1.9" />
<PropertyGroup>
<PowerAppsTargetsPath>$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\PowerApps</PowerAppsTargetsPath>
</PropertyGroup>
Expand Down

0 comments on commit 1b28662

Please sign in to comment.