Skip to content

Commit

Permalink
Switch to Licence expression rather than file (#2264)
Browse files Browse the repository at this point in the history
* #2258  Switch to Licence expression rather than file

* Update project url
  • Loading branch information
thompson-tomo authored Feb 7, 2024
1 parent 3f57699 commit be1655d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<PropertyGroup>
<Authors>Elastic and contributors</Authors>
<Copyright>2022 Elasticsearch BV</Copyright>
<PackageProjectUrl>https://github.com/elastic/apm-agent-dotnet</PackageProjectUrl>
<PackageProjectUrl>https://www.elastic.co/guide/en/apm/agent/dotnet/current/index.html</PackageProjectUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageIcon>nuget-icon.png</PackageIcon>
<!-- Include .pdb in package -->
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
Expand All @@ -26,7 +26,7 @@
<PackagePath>.</PackagePath>
</None>
<!-- Include the license referenced by <PackageLicenseFile> in the package -->
<!-- If there is a LICENSE_LOCAL file in a project, the LICENSE file for the given project
<!-- If there is a LICENSE_LOCAL file in a project, the LICENSE file for the given project
will be generated by concatenating it with $(SolutionRoot)/LICENSE in Directory.Build.props -->
<None Include="$(SolutionRoot)/LICENSE" Condition="!Exists('LICENSE_LOCAL')">
<Pack>True</Pack>
Expand Down

0 comments on commit be1655d

Please sign in to comment.