Skip to content

Commit

Permalink
GH-222 - changing PackageLicenseFile to PackageLicenseExpression
Browse files Browse the repository at this point in the history
  • Loading branch information
tpodolak committed Jul 22, 2024
1 parent a4d589a commit 39fff78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageId>NSubstitute.Analyzers.CSharp</PackageId>
<PackageVersion>$(VersionSuffix)</PackageVersion>
<Authors>Tomasz Podolak, NSubstitute.Analyzers contributors</Authors>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/nsubstitute/NSubstitute.Analyzers</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/nsubstitute/NSubstitute.Analyzers/master/images/nsubstitute-analyser%400%2C25x.png</PackageIconUrl>
<RepositoryUrl>https://github.com/nsubstitute/NSubstitute.Analyzers</RepositoryUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageId>NSubstitute.Analyzers.VisualBasic</PackageId>
<PackageVersion>$(VersionSuffix)</PackageVersion>
<Authors>Tomasz Podolak, NSubstitute.Analyzers contributors</Authors>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/nsubstitute/NSubstitute.Analyzers</PackageProjectUrl>
<RepositoryUrl>https://github.com/nsubstitute/NSubstitute.Analyzers</RepositoryUrl>
<PackageIconUrl>https://raw.githubusercontent.com/nsubstitute/NSubstitute.Analyzers/master/images/nsubstitute-analyser%400%2C25x.png</PackageIconUrl>
Expand Down

0 comments on commit 39fff78

Please sign in to comment.