Skip to content

Commit

Permalink
Switched from PackageLicenseUrl to PackageLicenseExpression.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Bronson committed Jan 15, 2021
1 parent 76209a0 commit 413e29c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/ClearHl7.Fhir.Codes/ClearHl7.Fhir.Codes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
<PackageTags>hl7;hl7-builder;hl7-message;hl7-generating;hl7-fhir;fhir;dotnet;healthcare;code;codesystem</PackageTags>
<Title>ClearHL7.Fhir.Codes</Title>
<Description>Enumerated coded values for the FHIR HL7 standard</Description>
<PackageLicenseUrl>https://github.com/davebronson/clear-hl7-net/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<ReleaseVersion>1.0</ReleaseVersion>
<PackageVersion>1.0.0</PackageVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<LangVersion>latest</LangVersion>
Expand Down
3 changes: 2 additions & 1 deletion src/ClearHl7.Fhir/ClearHl7.Fhir.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
<PackageTags>hl7;hl7-builder;hl7-message;hl7-generating;hl7-fhir;fhir;dotnet;healthcare</PackageTags>
<Title>ClearHL7.Fhir</Title>
<Description>.NET HL7 message generation library for the FHIR Version 2.x standard</Description>
<PackageLicenseUrl>https://github.com/davebronson/clear-hl7-net/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageVersion>1.0.0</PackageVersion>
<ReleaseVersion>1.0</ReleaseVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit 413e29c

Please sign in to comment.