Skip to content

Commit ae77665

Browse files
committed
bumped development version to 5.9.2
1 parent c20f841 commit ae77665

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

release-notes.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
## Intro:
22

3-
Hotfix release:
4-
- Fixed breaking change in the FhirJsonConverter constructors.
5-
- Solved issue around the "Location" property of SourceNode
3+

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.9.1</VersionPrefix>
9+
<VersionPrefix>5.9.2</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.9.0</PackageValidationBaselineVersion>
47+
<PackageValidationBaselineVersion>5.9.1</PackageValidationBaselineVersion>
4848
</PropertyGroup>
4949

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

0 commit comments

Comments
 (0)