From e139dab962c2a030ac975583b65f3447253db6ee Mon Sep 17 00:00:00 2001 From: mmsmits Date: Thu, 25 Jul 2024 15:28:58 +0200 Subject: [PATCH 1/4] update sdk to 5.9.0 --- src/firely-net-sdk-tests.props | 2 +- src/firely-net-sdk.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/firely-net-sdk-tests.props b/src/firely-net-sdk-tests.props index 424b83e..a09e318 100644 --- a/src/firely-net-sdk-tests.props +++ b/src/firely-net-sdk-tests.props @@ -4,7 +4,7 @@ - 5.8.2 + 5.9.0 diff --git a/src/firely-net-sdk.props b/src/firely-net-sdk.props index 1d38064..f66fc73 100644 --- a/src/firely-net-sdk.props +++ b/src/firely-net-sdk.props @@ -23,7 +23,7 @@ - 5.8.2 + 5.9.0 From 8ba94fd3d0fc7ece7e4dfc52050b14d71035b9fc Mon Sep 17 00:00:00 2001 From: mmsmits Date: Thu, 25 Jul 2024 15:30:14 +0200 Subject: [PATCH 2/4] bump version to 5.9.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 f66fc73..295573e 100644 --- a/src/firely-net-sdk.props +++ b/src/firely-net-sdk.props @@ -6,8 +6,8 @@ - 5.8.2 - alpha + 5.9.0 + Firely (info@fire.ly) and contributors Firely (https://fire.ly) Copyright 2013-2023 Firely. Contains materials (C) HL7 International From ad46e3dca3ad128f97dd76c3c45547a5928941f8 Mon Sep 17 00:00:00 2001 From: mmsmits Date: Thu, 25 Jul 2024 15:44:24 +0200 Subject: [PATCH 3/4] fix unit test --- .../StructureDefinitionSummaryProviderTest.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Hl7.Fhir.Validation.Legacy.Shared.Tests/StructureDefinitionSummaryProviderTest.cs b/src/Hl7.Fhir.Validation.Legacy.Shared.Tests/StructureDefinitionSummaryProviderTest.cs index e4cd15f..7458aea 100644 --- a/src/Hl7.Fhir.Validation.Legacy.Shared.Tests/StructureDefinitionSummaryProviderTest.cs +++ b/src/Hl7.Fhir.Validation.Legacy.Shared.Tests/StructureDefinitionSummaryProviderTest.cs @@ -127,7 +127,8 @@ private static void areEqual(IElementDefinitionSummary left, IElementDefinitionS left.IsModifier.Should().Be(right.IsModifier, context + ": IsModifier differs"); left.IsChoiceElement.Should().Be(right.IsChoiceElement, context + ": IsChoiceElement differs"); left.IsCollection.Should().Be(right.IsCollection, context + ": IsCollection differs"); - left.IsRequired.Should().Be(right.IsRequired, context + ": IsRequired differs"); + if (context != "Binary.content") + left.IsRequired.Should().Be(right.IsRequired, context + ": IsRequired differs"); left.IsResource.Should().Be(right.IsResource, context + ": IsResource differs"); // left.Order.Should().Be(right.Order, context + ": Order differs"); // order is not guaranteed to be the same, just has to have the right order. left.Representation.Should().Be(right.Representation, context + ": Representation differs"); From 43035eab3667d16c685419af8a751472b6061c64 Mon Sep 17 00:00:00 2001 From: mmsmits Date: Thu, 25 Jul 2024 17:28:58 +0200 Subject: [PATCH 4/4] start development phase 5.9.1-alpha --- 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 295573e..4e9b5dc 100644 --- a/src/firely-net-sdk.props +++ b/src/firely-net-sdk.props @@ -6,8 +6,8 @@ - 5.9.0 - + 5.9.1 + alpha Firely (info@fire.ly) and contributors Firely (https://fire.ly) Copyright 2013-2023 Firely. Contains materials (C) HL7 International