Skip to content

Commit cb8fe45

Browse files
authored
Merge pull request #333 from thompson-tomo/patch-1
#330 switch to license expression
2 parents 3106808 + 9404d76 commit cb8fe45

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build/common.props

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageOutputPath>$(SolutionDir)artifacts</PackageOutputPath>
1717
<PackageIcon>exceptionless-icon.png</PackageIcon>
1818
<PackageTags>Exceptionless;Error;Error-Handling;Error-Handler;Error-Reporting;Error-Management;Error-Monitoring;Handling;Management;Monitoring;Report;Reporting;Crash-Reporting;Exception;Exception-Handling;Exception-Handler;Exception-Reporting;Exceptions;Log;Logs;Logging;Unhandled;Unhandled-Exceptions;Feature;Configuration;Debug;FeatureToggle;Metrics;ELMAH</PackageTags>
19-
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
19+
<PackageLicenseExpression>APACHE-2.0</PackageLicenseExpression>
2020
<RepositoryUrl>$(PackageProjectUrl)</RepositoryUrl>
2121
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2222
<EmbedUntrackedSources>true</EmbedUntrackedSources>
@@ -46,8 +46,7 @@
4646
</ItemGroup>
4747

4848
<ItemGroup>
49-
<None Include="$(SolutionDir)LICENSE.txt" Pack="true" Visible="false" PackagePath="$(PackageLicenseFile)" />
5049
<None Include="$(SolutionDir)build/exceptionless-icon.png" Pack="true" PackagePath="$(PackageIcon)" />
5150
</ItemGroup>
5251

53-
</Project>
52+
</Project>

0 commit comments

Comments
 (0)