From 2ccfd7ab08a24e2b5496734cd4668ad7248c8669 Mon Sep 17 00:00:00 2001 From: mmsmits Date: Fri, 15 Mar 2024 10:10:13 +0100 Subject: [PATCH 1/3] bump version to 5.7.0 --- src/firely-net-sdk.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/firely-net-sdk.props b/src/firely-net-sdk.props index 50b877bd5d..b55e678e9b 100644 --- a/src/firely-net-sdk.props +++ b/src/firely-net-sdk.props @@ -6,11 +6,11 @@ - 5.6.2 + 5.7.0 Firely (info@fire.ly) and contributors Firely (https://fire.ly) - Copyright 2013-2023 Firely. Contains materials (C) HL7 International + Copyright 2013-2024 Firely. Contains materials (C) HL7 International https://github.com/FirelyTeam/firely-net-sdk https://github.com/FirelyTeam/firely-net-sdk git From d3b27a425102d5b7d4e852a233499eaf261781a0 Mon Sep 17 00:00:00 2001 From: mmsmits Date: Fri, 15 Mar 2024 10:12:15 +0100 Subject: [PATCH 2/3] change release notes --- release-notes.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/release-notes.md b/release-notes.md index aa2daf13c5..5a6ef20c85 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,6 +1,5 @@ ## Intro: Highlights of this new release: -- Added support for .NET 8.0 -- Moved CodeableReference to Hl7.Fhir.Base -- Thanks @GinoCanessa for your PR on the type mapping fix in the JSON Deserializer. \ No newline at end of file + +Many small improvements \ No newline at end of file From 83a683b5a35b7dba95f953a0838a0e86ac658c67 Mon Sep 17 00:00:00 2001 From: mmsmits Date: Fri, 15 Mar 2024 11:46:32 +0100 Subject: [PATCH 3/3] Start development phase 5.7.1 --- src/firely-net-sdk.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/firely-net-sdk.props b/src/firely-net-sdk.props index b55e678e9b..8f1fa807a4 100644 --- a/src/firely-net-sdk.props +++ b/src/firely-net-sdk.props @@ -6,7 +6,7 @@ - 5.7.0 + 5.7.1 Firely (info@fire.ly) and contributors Firely (https://fire.ly)