File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 10
10
<MinVerSkip Condition =" '$(Configuration)' == 'Debug'" >true</MinVerSkip >
11
11
<MinVerTagPrefix >v</MinVerTagPrefix >
12
12
13
- <Copyright >Copyright (c) 2023 Exceptionless. All rights reserved.</Copyright >
13
+ <Copyright >Copyright (c) 2025 Exceptionless. All rights reserved.</Copyright >
14
14
<Authors >Exceptionless</Authors >
15
15
<NoWarn >$(NoWarn);CS1591;NU1701</NoWarn >
16
16
<WarningsAsErrors >true</WarningsAsErrors >
17
17
<LangVersion >latest</LangVersion >
18
18
<GenerateDocumentationFile >true</GenerateDocumentationFile >
19
19
<PackageOutputPath >$(SolutionDir)artifacts</PackageOutputPath >
20
20
<PackageIcon >exceptionless-icon.png</PackageIcon >
21
- <PackageLicenseFile >LICENSE.txt</ PackageLicenseFile >
21
+ <PackageLicenseExpression >Apache-2.0</ PackageLicenseExpression >
22
22
<RepositoryUrl >$(PackageProjectUrl)</RepositoryUrl >
23
23
<PublishRepositoryUrl >true</PublishRepositoryUrl >
24
24
<EmbedUntrackedSources >true</EmbedUntrackedSources >
37
37
</ItemGroup >
38
38
39
39
<ItemGroup >
40
- <None Include =" ../../LICENSE.txt" Pack =" true" Visible =" false" PackagePath =" $(PackageLicenseFile)" />
41
40
<None Include =" ../../build/exceptionless-icon.png" Pack =" true" PackagePath =" $(PackageIcon)" />
42
41
</ItemGroup >
43
42
You can’t perform that action at this time.
0 commit comments