Skip to content

Commit

Permalink
Use PackageLicenseExpression in project files (#169 closes #167)
Browse files Browse the repository at this point in the history
  • Loading branch information
luigiberrettini authored Feb 9, 2019
1 parent 36821ff commit eedb5f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Description>Enables Intellisense™ for Syslog target settings in NLog.config</Description>
<PackageTags>NLog Syslog Log Logging Intellisense xsd</PackageTags>
<Version>0.1.0-alpha-01-commitHash</Version>
<PackageLicenseUrl>https://github.com/luigiberrettini/NLog.Targets.Syslog/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/luigiberrettini/NLog.Targets.Syslog</PackageProjectUrl>
<PackageIconUrl>http://nlog-project.org/NConfig.png</PackageIconUrl>
<RepositoryUrl>https://github.com/luigiberrettini/NLog.Targets.Syslog</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/NLog.Targets.Syslog/NLog.Targets.Syslog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<Description>Custom target for NLog to send logging messages to a Syslog server</Description>
<PackageTags>NLog Syslog Log Logging</PackageTags>
<Version>0.1.0-alpha-01-commitHash</Version>
<PackageLicenseUrl>https://github.com/luigiberrettini/NLog.Targets.Syslog/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/luigiberrettini/NLog.Targets.Syslog</PackageProjectUrl>
<PackageIconUrl>http://nlog-project.org/N.png</PackageIconUrl>
<RepositoryUrl>https://github.com/luigiberrettini/NLog.Targets.Syslog</RepositoryUrl>
Expand Down

0 comments on commit eedb5f4

Please sign in to comment.