Skip to content

Commit

Permalink
Added Copyright to nuget-package (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot authored May 17, 2024
1 parent f633c9f commit 9d9c341
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/NLog.Extensions.Hosting/NLog.Extensions.Hosting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
<Product>NLog.Extensions.Hosting v$(ProductVersion)</Product>
<InformationalVersion>$(ProductVersion)</InformationalVersion>

<Company>NLog</Company>
<Authors>Julian Verdurmen;Bryan Gonzalez</Authors>
<Company>NLog</Company>
<CurrentYear>$([System.DateTime]::Now.ToString(yyyy))</CurrentYear>
<Copyright>Copyright (c) 2004-$(CurrentYear) NLog Project - https://nlog-project.org/ </Copyright>
<Description>NLog extension for Microsoft.Extensions.Hosting for logging in .NET Standard libraries and .NET Core applications using IHostBuilder.

For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
Expand Down
4 changes: 3 additions & 1 deletion src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
<Product>NLog.Extensions.Logging v$(ProductVersion)</Product>
<InformationalVersion>$(ProductVersion)</InformationalVersion>

<Authors>Microsoft;Julian Verdurmen</Authors>
<Authors>Julian Verdurmen</Authors>
<Company>NLog</Company>
<CurrentYear>$([System.DateTime]::Now.ToString(yyyy))</CurrentYear>
<Copyright>Copyright (c) 2004-$(CurrentYear) NLog Project - https://nlog-project.org/ </Copyright>
<Description>NLog LoggerProvider for Microsoft.Extensions.Logging for logging in .NET Standard libraries and .NET Core applications.

For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
Expand Down

0 comments on commit 9d9c341

Please sign in to comment.