Skip to content

Commit

Permalink
Merge pull request #3024 from FirelyTeam/release/5.11.2
Browse files Browse the repository at this point in the history
Start development phase 5.11.3
  • Loading branch information
mmsmits authored Jan 24, 2025
2 parents bc90a07 + 792fb1c commit 631f01e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
## Breaking changes:
Changes:

- 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.
- 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.
- This is a hotfix to not throw an error when the validate code operation is called using the `system`, `code` and `valueSet` parameters.
4 changes: 2 additions & 2 deletions src/firely-net-sdk.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<!-- Solution-wide properties for NuGet packaging -->
<PropertyGroup>
<VersionPrefix>5.11.2</VersionPrefix>
<VersionPrefix>5.11.3</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Authors>Firely ([email protected]) and contributors</Authors>
<Company>Firely (https://fire.ly)</Company>
Expand Down Expand Up @@ -44,7 +44,7 @@
<Configurations>Debug;Release;FullDebug</Configurations>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<EnablePackageValidation>true</EnablePackageValidation>
<PackageValidationBaselineVersion>5.11.1</PackageValidationBaselineVersion>
<PackageValidationBaselineVersion>5.11.2</PackageValidationBaselineVersion>
</PropertyGroup>

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

0 comments on commit 631f01e

Please sign in to comment.