Skip to content

Commit a3402a9

Browse files
committed
Switch license tags
1 parent ca5b904 commit a3402a9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/NLog.Targets.GraylogHttp/NLog.Targets.GraylogHttp.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
<Description>NLog target that pushes log messages to Graylog using the Http input</Description>
99
<PackageTags>NLog;Graylog;Log;Logging</PackageTags>
1010
<PackageProjectUrl>https://github.com/dustinchilson/NLog.Targets.GraylogHttp</PackageProjectUrl>
11-
<PackageLicenseUrl>https://github.com/dustinchilson/NLog.Targets.GraylogHttp/blob/master/LICENSE</PackageLicenseUrl>
11+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
12+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1213
<RepositoryType>git</RepositoryType>
1314
<RepositoryUrl>git://github.com/dustinchilson/NLog.Targets.GraylogHttp</RepositoryUrl>
1415

@@ -25,4 +26,8 @@
2526
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' ">
2627
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
2728
</ItemGroup>
29+
30+
<ItemGroup>
31+
<None Include="..\..\LICENSE" Pack="true" PackagePath=""/>
32+
</ItemGroup>
2833
</Project>

0 commit comments

Comments
 (0)