Skip to content

Commit 0f56238

Browse files
authored
Switch to license expression
1 parent 4fc2e2b commit 0f56238

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/common.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1919
<PackageOutputPath>$(SolutionDir)artifacts</PackageOutputPath>
2020
<PackageIcon>exceptionless-icon.png</PackageIcon>
21-
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
21+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
2222
<RepositoryUrl>$(PackageProjectUrl)</RepositoryUrl>
2323
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2424
<EmbedUntrackedSources>true</EmbedUntrackedSources>
@@ -37,7 +37,6 @@
3737
</ItemGroup>
3838

3939
<ItemGroup>
40-
<None Include="../../LICENSE.txt" Pack="true" Visible="false" PackagePath="$(PackageLicenseFile)" />
4140
<None Include="../../build/exceptionless-icon.png" Pack="true" PackagePath="$(PackageIcon)" />
4241
</ItemGroup>
4342

0 commit comments

Comments
 (0)