Skip to content

Commit

Permalink
Merge pull request #226 from NLog/rc1
Browse files Browse the repository at this point in the history
ASP.NET core: 4.5 rc1 + changelog
  • Loading branch information
304NotModified authored Dec 1, 2017
2 parents 66f8723 + b0afd25 commit 0377acd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions NLog.Web.AspNetCore/NLog.Web.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@
<PackageId>NLog.Web.AspNetCore</PackageId>
<PackageTags>logging;log;session;NLog;web;aspnet;aspnetcore;MVC</PackageTags>
<PackageReleaseNotes>

RC 1: Fixed ${callsite} in ASP.NET Core 2, support .NET 4.6.1 + ASP.NET Core 2 (NLogBuilder)

Beta 4: updated dependencies

Beta 3

- Fixed ${callsite} in Asp.Net Core 2 when before using UseNLog()
- Fixed ${callsite} in ASP.NET Core 2 when before using UseNLog()

Beta 2
- Better compatiblity with NLog.Web.AspNetCore 4.4
Expand Down Expand Up @@ -46,7 +49,7 @@
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>4.5.0-beta04</Version>
<Version>4.5.0-rc1</Version>
<RootNamespace>NLog.Web</RootNamespace>
</PropertyGroup>

Expand Down

0 comments on commit 0377acd

Please sign in to comment.