Skip to content

Commit

Permalink
fix: use package license expression instead of file. But still includ…
Browse files Browse the repository at this point in the history
…e the license.txt file into the package
  • Loading branch information
asser-dk committed Jul 12, 2024
1 parent 2606464 commit aff8556
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/Fenris.OneOfContrib.Blazor/Fenris.OneOfContrib.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<NoWarn>CS1591</NoWarn>

<OutputType>Library</OutputType>

<PackageId>Fenris.OneOfContrib.Blazor</PackageId>
<Title>Fenris.OneOfContrib.Blazor</Title>
<Authors>fenris.io</Authors>
Expand All @@ -29,17 +30,17 @@
</Description>
<PackageProjectUrl>https://github.com/fenrisdotio/Fenris.OneOfContrib.Blazor</PackageProjectUrl>
<PackageTags>oneof contrib blazor components switch</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageReleaseNotes>https://github.com/fenrisdotio/Fenris.OneOfContrib.Blazor/blob/main/CHANGELOG.md</PackageReleaseNotes>

<Deterministic>true</Deterministic>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>

<IsPackable>true</IsPackable>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IncludeSymbols>true</IncludeSymbols>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Deterministic>true</Deterministic>
</PropertyGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
Expand Down

0 comments on commit aff8556

Please sign in to comment.