Skip to content

Commit

Permalink
start development phase 5.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsmits committed Jan 22, 2025
1 parent 2068fc6 commit 792fb1c
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 @@
Changes:

- This is a hotfix to not throw an error when the validate code operation is calles using the `system`, `code` and `valueSet` parameters.
- 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 792fb1c

Please sign in to comment.