Skip to content

Commit e41f3c7

Browse files
authored
Merge pull request #479 from kchenery/spdx-identifier-nuget
Change to using SPDX identifier for nuget package license
2 parents 41da736 + 97307f5 commit e41f3c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Hedgehog/Hedgehog.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Hedgehog automatically generates a comprehensive array of test cases, exercising
1515
Generate hundreds of test cases automatically, exposing even the most insidious of corner cases.
1616
Failures are automatically simplified, giving developers coherent, intelligible error messages.
1717
</PackageDescription>
18-
<PackageLicenseFile>LICENSE</PackageLicenseFile>
18+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1919
<PackageProjectUrl>https://hedgehogqa.github.io/fsharp-hedgehog/</PackageProjectUrl>
2020
<PackageIcon>hedgehog-logo.png</PackageIcon>
2121
<PackageIconUrl>https://github.com/hedgehogqa/fsharp-hedgehog/raw/master/img/hedgehog-logo.png</PackageIconUrl>
@@ -87,7 +87,7 @@ Failures are automatically simplified, giving developers coherent, intelligible
8787
<ItemGroup>
8888
<PackageReference Include="TypeShape" Version="9.0.0" Condition="'$(FABLE_COMPILER)' == ''" />
8989
</ItemGroup>
90-
90+
9191
<!-- https://fable.io/docs/your-fable-project/author-a-fable-library.html -->
9292
<ItemGroup>
9393
<None Include="*.fsproj; **\*.fs"

0 commit comments

Comments
 (0)