We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc2e2b commit 0f56238Copy full SHA for 0f56238
build/common.props
@@ -18,7 +18,7 @@
18
<GenerateDocumentationFile>true</GenerateDocumentationFile>
19
<PackageOutputPath>$(SolutionDir)artifacts</PackageOutputPath>
20
<PackageIcon>exceptionless-icon.png</PackageIcon>
21
- <PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
+ <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
22
<RepositoryUrl>$(PackageProjectUrl)</RepositoryUrl>
23
<PublishRepositoryUrl>true</PublishRepositoryUrl>
24
<EmbedUntrackedSources>true</EmbedUntrackedSources>
@@ -37,7 +37,6 @@
37
</ItemGroup>
38
39
<ItemGroup>
40
- <None Include="../../LICENSE.txt" Pack="true" Visible="false" PackagePath="$(PackageLicenseFile)" />
41
<None Include="../../build/exceptionless-icon.png" Pack="true" PackagePath="$(PackageIcon)" />
42
43
0 commit comments