Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump converter tool to 5.1.15, adding support for .NET 6.0 #75

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion FHIR-Converter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion FHIR-Converter/client/install-engine.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version="5.1.0.7"
version="5.1.15"

if [ ! -d "engine-tmp" ]; then
mkdir ./engine-tmp
Expand Down