Skip to content

Commit

Permalink
aspnet core: rc1 + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
304NotModified committed Nov 30, 2017
1 parent 6265c40 commit b0afd25
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 @@ -15,11 +15,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 @@ -47,7 +50,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 b0afd25

Please sign in to comment.