Skip to content

Commit

Permalink
update sdk and package libraries to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsmits committed Mar 15, 2024
1 parent 3f85509 commit 0d75ba1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions firely-validator-api-tests.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<PropertyGroup>
<FirelySdkVersion>5.6.1</FirelySdkVersion>
<FirelySdkVersion>5.7.0</FirelySdkVersion>
</PropertyGroup>

<ItemGroup>
Expand All @@ -27,7 +27,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Firely.Fhir.Packages" Version="4.4.0" />
<PackageReference Include="Firely.Fhir.Packages" Version="4.5.0" />
</ItemGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
Expand Down
4 changes: 2 additions & 2 deletions firely-validator-api.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- Solution-wide properties for NuGet packaging -->
<PropertyGroup>
<VersionPrefix>2.1.1</VersionPrefix>
<VersionPrefix>2.2.0</VersionPrefix>
<Authors>Firely</Authors>
<Company>Firely (https://fire.ly)</Company>
<Copyright>Copyright 2015-2024 Firely</Copyright>
Expand All @@ -27,7 +27,7 @@
</PropertyGroup>

<PropertyGroup>
<FirelySdkVersion>5.6.1</FirelySdkVersion>
<FirelySdkVersion>5.7.0</FirelySdkVersion>
</PropertyGroup>

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

0 comments on commit 0d75ba1

Please sign in to comment.