From f12d128df6c1066b798b90f69306d9954ffab620 Mon Sep 17 00:00:00 2001 From: Liam Moat Date: Tue, 30 Apr 2024 10:50:31 +0100 Subject: [PATCH] feat: bump converter tool to 5.1.15 --- FHIR-Converter/README.md | 2 +- FHIR-Converter/client/install-engine.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FHIR-Converter/README.md b/FHIR-Converter/README.md index 9bf9879..01cc3a4 100644 --- a/FHIR-Converter/README.md +++ b/FHIR-Converter/README.md @@ -16,7 +16,7 @@ This extension provides an interactive editing and verification experience to cr ## Getting started -Before using the extension, you need to confirm whether the [.Net Core 3.1](https://dotnet.microsoft.com/download/dotnet/3.1) is installed in your machine. If not, you should download it first. +Before using the extension, you need to confirm whether the [.NET 6.0](https://dotnet.microsoft.com/download/dotnet/6.0) is installed in your machine. If not, you should download it first. After you have installed the extension, follow these steps to edit the templates: 1. Login to your ACR if needed. diff --git a/FHIR-Converter/client/install-engine.sh b/FHIR-Converter/client/install-engine.sh index 408cced..e6f9fdf 100644 --- a/FHIR-Converter/client/install-engine.sh +++ b/FHIR-Converter/client/install-engine.sh @@ -1,4 +1,4 @@ -version="5.1.0.7" +version="5.1.15" if [ ! -d "engine-tmp" ]; then mkdir ./engine-tmp