Skip to content

Commit 631f01e

Browse files
authored
Merge pull request #3024 from FirelyTeam/release/5.11.2
Start development phase 5.11.3
2 parents bc90a07 + 792fb1c commit 631f01e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

release-notes.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
## Breaking changes:
1+
Changes:
22

3-
- EvaluationContext.WithResourceOverrides() introduced in 5.10 is refactored to now be an extension method instead of a static construction method. It should now be called on an instance of EvaluationContext, and will mutate and return that instance.
4-
- We changed the datatype of the Attachment.Url from FhirUrl to FhirUri. The type of this element was changed with the introduction of R4. (FhirUrl doesn't exist in STU3). When we moved Attachment to base, we wrongfully put FhirUrl here, which is the more specific datatype of the two. We have corrected this.
3+
- This is a hotfix to not throw an error when the validate code operation is called using the `system`, `code` and `valueSet` parameters.

src/firely-net-sdk.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<!-- Solution-wide properties for NuGet packaging -->
88
<PropertyGroup>
9-
<VersionPrefix>5.11.2</VersionPrefix>
9+
<VersionPrefix>5.11.3</VersionPrefix>
1010
<VersionSuffix></VersionSuffix>
1111
<Authors>Firely (info@fire.ly) and contributors</Authors>
1212
<Company>Firely (https://fire.ly)</Company>
@@ -44,7 +44,7 @@
4444
<Configurations>Debug;Release;FullDebug</Configurations>
4545
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
4646
<EnablePackageValidation>true</EnablePackageValidation>
47-
<PackageValidationBaselineVersion>5.11.1</PackageValidationBaselineVersion>
47+
<PackageValidationBaselineVersion>5.11.2</PackageValidationBaselineVersion>
4848
</PropertyGroup>
4949

5050
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' Or '$(Configuration)' == 'FullDebug' ">

0 commit comments

Comments
 (0)