Skip to content

Commit

Permalink
build: fix licence field
Browse files Browse the repository at this point in the history
  • Loading branch information
phmatray committed Nov 26, 2023
1 parent 85f170f commit d9887ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<!-- NuGet Package -->
<PropertyGroup>
<PackageProjectUrl>https://github.com/phmatray/TaLibStandard</PackageProjectUrl>
<PackageLicenseExpression>GPL-3.0</PackageLicenseExpression>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>icon.png</PackageIcon>
<PackageTags>Technical Analysis, TA-Lib, Finance, Trading, Stocks, Forex, Cryptocurrencies</PackageTags>
Expand Down

0 comments on commit d9887ac

Please sign in to comment.