Skip to content

Commit 60675d2

Browse files
authored
Added PackageLicenseExpression to the .csproj
Nuget seems to want `<PackageLicenseExpression>` paired with `<PackageLicenseFile>` and tools don't seem to *work* with the latter, so the former is a must. This fixes said issue.
1 parent e28ed66 commit 60675d2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

AutoDbSet/AutoDbSet.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@
1515
<IncludeBuildOutput>false</IncludeBuildOutput>
1616
<PackageOutputPath>$(SolutionDir)artifacts</PackageOutputPath>
1717

18-
<Version>1.1.2</Version>
18+
<Version>1.1.3</Version>
1919
<PackageReadmeFile>README.md</PackageReadmeFile>
2020
<Title>AutoDbSet</Title>
2121
<Authors>Atulin</Authors>
2222
<PackageProjectUrl>https://github.com/Atulin/AutoDbSets</PackageProjectUrl>
23+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2324
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2425
<RepositoryUrl>https://github.com/Atulin/AutoDbSets</RepositoryUrl>
2526
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)