Skip to content

Commit

Permalink
Upgrade to SDK 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ewoutkramer committed Jan 12, 2024
1 parent 0418821 commit cf963e9
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 @@ -26,7 +26,7 @@ public class ValidationSettings
{
/// <summary>
/// The <see cref="StructureDefinitionSummaryProvider.TypeNameMapper"/> used to map instance types encountered in
/// <see cref="ITypedElement.InstanceType"/> to canonicals when a profile for these types needs to be retrieved.
/// <see cref="IBaseElementNavigator{TDerived}.InstanceType"/> to canonicals when a profile for these types needs to be retrieved.
/// </summary>
public StructureDefinitionSummaryProvider.TypeNameMapper? ResourceMapping { get; set; }

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.3.0</FirelySdkVersion>
<FirelySdkVersion>5.5.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.3.0</FirelySdkVersion>
<FirelySdkVersion>5.5.0</FirelySdkVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit cf963e9

Please sign in to comment.