Skip to content

Commit

Permalink
beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
304NotModified authored Oct 13, 2017
1 parent d0aee5c commit 36c45ba
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions NLog.Web.AspNetCore/NLog.Web.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,19 @@
<PackageId>NLog.Web.AspNetCore</PackageId>
<PackageTags>logging;log;session;NLog;web;aspnet;aspnetcore;MVC</PackageTags>
<PackageReleaseNotes>
- 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
- Fix IHttpContextAccessor warning
- Add IncludeScheme option to ${aspnet-request-url}
- Updated and limit dependencies
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
- Fix IHttpContextAccessor warning
- Add IncludeScheme option to ${aspnet-request-url}
- Updated and limit dependencies


Update dependencies</PackageReleaseNotes>
<PackageIconUrl>http://nlog-project.org/N.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/NLog/NLog.Web</PackageProjectUrl>
Expand All @@ -36,7 +42,7 @@
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>4.5.0-beta01</Version>
<Version>4.5.0-beta02</Version>
<RootNamespace>NLog.Web</RootNamespace>
</PropertyGroup>

Expand Down

0 comments on commit 36c45ba

Please sign in to comment.