Skip to content

Commit

Permalink
Merge pull request #88 from FirelyTeam/feature/update-to-latest-sdk
Browse files Browse the repository at this point in the history
Update to latest version of the SDK
  • Loading branch information
mmsmits authored Jan 16, 2024
2 parents e0ee298 + b497ba0 commit 97996e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Firely.Fhir.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFrameworks>net6.0;netstandard2.0;</TargetFrameworks>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<FhirNetSdkVersion>5.4.0</FhirNetSdkVersion>
<FhirNetSdkVersion>5.5.1</FhirNetSdkVersion>
</PropertyGroup>

<!-- Solution-wide properties for NuGet packaging -->
Expand All @@ -15,7 +15,7 @@
<VersionSuffix>alpha</VersionSuffix>
<Authors>Firely</Authors>
<Company>Firely (https://fire.ly)</Company>
<Copyright>Copyright 2013-2022 Firely</Copyright>
<Copyright>Copyright 2013-2024 Firely</Copyright>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/FirelyTeam/Firely.Fhir.Packages</RepositoryUrl>
<PackageProjectUrl>https://github.com/FirelyTeam/Firely.Fhir.Packages</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion Firely.Fhir.Packages/Tar/Packaging.cs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ await Task.Run(() =>
/// </summary>
/// <param name="entries">package files</param>
/// <returns>a package manifest, and a list of file names</returns>
public static (PackageManifest manifest, IEnumerable<string> files) GetPackageSummary(this IEnumerable<FileEntry> entries)
public static (PackageManifest? manifest, IEnumerable<string> files) GetPackageSummary(this IEnumerable<FileEntry> entries)
{
var files = new List<string>();
var manifest = new PackageManifest("", ""); //TODO: discuss what to do here
Expand Down

0 comments on commit 97996e2

Please sign in to comment.