We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e113f commit 2393b25Copy full SHA for 2393b25
.config/dotnet-tools.json
@@ -3,7 +3,7 @@
3
"isRoot": true,
4
"tools": {
5
"firely.terminal": {
6
- "version": "3.4.0",
+ "version": "3.5.0",
7
"commands": ["fhir"]
8
}
9
Dockerfile
@@ -33,7 +33,7 @@ sushi --version
33
EOF
34
35
# renovate: datasource=nuget depName=Firely.Terminal extractVersion=^(?<version>.*)$
36
-ARG FIRELY_TERMINAL_VERSION=3.4.0
+ARG FIRELY_TERMINAL_VERSION=3.5.0
37
RUN <<EOF
38
set -e
39
dotnet tool install --global Firely.Terminal --version ${FIRELY_TERMINAL_VERSION}
0 commit comments