Skip to content

Commit

Permalink
Merge pull request #160 from NLog/rc2
Browse files Browse the repository at this point in the history
Rc2 version and changelog
  • Loading branch information
304NotModified authored Oct 19, 2017
2 parents 2c05a4f + 2a52af6 commit 1176918
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Change Log

### 1.0.0-rtm-rc2 (2017/10/19)

#### Fixes

- [#159](https://github.com/nlog/NLog.Extensions.Logging/pull/159) Fix Recursive resource lookup bug (@304NotModified)
- [#158](https://github.com/nlog/NLog.Extensions.Logging/pull/158) Update dependencies version range (@304NotModified)


### 1.0.0-rtm-rc1 (2017/10/16)

#### breaking changes:
Expand Down
7 changes: 6 additions & 1 deletion src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,18 @@ For ASP.NET Core, use NLog.Web.AspNetCore: https://www.nuget.org/packages/NLog.W
<PackageReleaseNotes>
- .Net Standard 2: log parameters also as structured data.

rc2 (see https://github.com/NLog/NLog.Extensions.Logging/milestone/9?closed=1)
- Fix Recursive resource lookup bug
- Disallow NLog 5 for platforms dependend on NLog 4


</PackageReleaseNotes>
<PackageIconUrl>http://nlog-project.org/NConfig.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/NLog/NLog.Extensions.Logging</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/NLog/NLog.Extensions.Logging/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>git://github.com/NLog/NLog.Extensions.Logging</RepositoryUrl>
<Version>1.0.0-rtm-rc1</Version>
<Version>1.0.0-rtm-rc2</Version>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
Expand Down

0 comments on commit 1176918

Please sign in to comment.