Skip to content

Commit

Permalink
update docs and version
Browse files Browse the repository at this point in the history
  • Loading branch information
304NotModified committed Oct 16, 2017
1 parent b849317 commit 1f8682a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions NLog.Web.AspNetCore/NLog.Web.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,18 @@
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<PackageId>NLog.Web.AspNetCore</PackageId>
<PackageTags>logging;log;session;NLog;web;aspnet;aspnetcore;MVC</PackageTags>
<PackageReleaseNotes>
<PackageReleaseNotes>Beta 3

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

Beta 2
- Better compatiblity with NLog.Web.AspNetCore 4.4
- Fixed ${callsite} in Asp.Net Core 2 when using UseNLog()


Beta 1
- ASP.NET Core 2 support (UseNLog) - use the new method for configuring NLog! See https://github.com/NLog/NLog.Web/wiki/Getting-started-with-ASP.NET-Core-2
- make &lt;add assembly="NLog.Web.AspNetCore"/&gt; unneeded for ASP.NET Core 2
- make <add assembly="NLog.Web.AspNetCore" /> unneeded for ASP.NET Core 2
- Fix IHttpContextAccessor warning
- Add IncludeScheme option to ${aspnet-request-url}
- Updated and limit dependencies
Expand All @@ -42,7 +45,7 @@ Beta 1
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>4.5.0-beta02</Version>
<Version>4.5.0-beta03</Version>
<RootNamespace>NLog.Web</RootNamespace>
</PropertyGroup>

Expand Down

0 comments on commit 1f8682a

Please sign in to comment.