Skip to content

Commit

Permalink
Merge pull request #2869 from FirelyTeam/release/5.10.3
Browse files Browse the repository at this point in the history
Start development phase 5.10.4
  • Loading branch information
mmsmits authored Sep 24, 2024
2 parents d560ccb + 7d2d3da commit 5f5f861
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Intro:

Hotfix: Fixed inconsistency in contained resource referenceable IDs
Hotfix: Fixed an incorrect string concatenation and subsequent argument exception when the Id of a contained resource was not set.
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.10.3</VersionPrefix>
<VersionPrefix>5.10.4</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.10.2</PackageValidationBaselineVersion>
<PackageValidationBaselineVersion>5.10.3</PackageValidationBaselineVersion>
</PropertyGroup>

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

0 comments on commit 5f5f861

Please sign in to comment.