Skip to content

Commit

Permalink
Prepare for release 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcovisserFurore committed Oct 26, 2023
1 parent fb8cb78 commit 8bf8737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
## Intro:
Highlights of this new release:

- The `MultiTerminologyService` has been extended with a routing mechanism, so you can customize which ValueSets should be handled by which service.
- The FhirDateTime, Date and Time types now avoid re-parsing their values for every operation, increasing their performance dramatically.
- Resources now implement `IIdentifiable` and `ICoded` for easy polymorphic access to the identifiers and codes in a resource. See https://docs.fire.ly/projects/Firely-NET-SDK/model/other-features.html.
- Work has been done to use the SDK's POCO's in the upcoming .NET CQL engine.

Notable changes include modifying error messages, adding support for multiple valuesets and system filters, moving termservice code to shared projects, quantity arithmetic and introducing various improvements and updates to dependencies. Additionally, new contributors have made their first contributions to the project, including @almostchristian.
2 changes: 1 addition & 1 deletion 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.3.1</VersionPrefix>
<VersionPrefix>5.4.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Authors>Firely ([email protected]) and contributors</Authors>
<Company>Firely (https://fire.ly)</Company>
Expand Down

0 comments on commit 8bf8737

Please sign in to comment.