Skip to content

Commit

Permalink
Merge pull request #92 from FirelyTeam/dependabot/nuget/FirelySdkVers…
Browse files Browse the repository at this point in the history
…ion-5.10.0

Bump FirelySdkVersion from 5.9.1 to 5.10.0
  • Loading branch information
mmsmits authored Sep 11, 2024
2 parents 40d6106 + 0822379 commit fc5c5f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public static OperationOutcome ValidateFp(this Validator v, string structureDefi
{
var compiled = getExecutableConstraint(v, outcome, instance, constraintElement);
success = compiled.IsTrue(instance,
new FhirEvaluationContext(instance)
new FhirEvaluationContext()
{ ElementResolver = callExternalResolver });
}
catch (Exception e)
Expand Down
2 changes: 1 addition & 1 deletion src/firely-net-sdk-tests.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>

<PropertyGroup>
<FirelySdkVersion>5.9.1</FirelySdkVersion>
<FirelySdkVersion>5.10.0</FirelySdkVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/firely-net-sdk.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</PropertyGroup>

<PropertyGroup>
<FirelySdkVersion>5.9.1</FirelySdkVersion>
<FirelySdkVersion>5.10.0</FirelySdkVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit fc5c5f1

Please sign in to comment.