Skip to content

Commit 0264859

Browse files
authored
Use license expression
1 parent da7e8ae commit 0264859

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
@@ -10,15 +10,15 @@
1010
<MinVerSkip Condition="'$(Configuration)' == 'Debug'">true</MinVerSkip>
1111
<MinVerTagPrefix>v</MinVerTagPrefix>
1212

13-
<Copyright>Copyright (c) 2023 Exceptionless. All rights reserved.</Copyright>
13+
<Copyright>Copyright (c) 2025 Exceptionless. All rights reserved.</Copyright>
1414
<Authors>Exceptionless</Authors>
1515
<NoWarn>$(NoWarn);CS1591;NU1701</NoWarn>
1616
<WarningsAsErrors>true</WarningsAsErrors>
1717
<LangVersion>latest</LangVersion>
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)