Skip to content

Commit 1176918

Browse files
Merge pull request #160 from NLog/rc2
Rc2 version and changelog
2 parents 2c05a4f + 2a52af6 commit 1176918

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.MD

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Change Log
22

3+
### 1.0.0-rtm-rc2 (2017/10/19)
4+
5+
#### Fixes
6+
7+
- [#159](https://github.com/nlog/NLog.Extensions.Logging/pull/159) Fix Recursive resource lookup bug (@304NotModified)
8+
- [#158](https://github.com/nlog/NLog.Extensions.Logging/pull/158) Update dependencies version range (@304NotModified)
9+
10+
311
### 1.0.0-rtm-rc1 (2017/10/16)
412

513
#### breaking changes:

src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,18 @@ For ASP.NET Core, use NLog.Web.AspNetCore: https://www.nuget.org/packages/NLog.W
1616
<PackageReleaseNotes>
1717
- .Net Standard 2: log parameters also as structured data.
1818

19+
rc2 (see https://github.com/NLog/NLog.Extensions.Logging/milestone/9?closed=1)
20+
- Fix Recursive resource lookup bug
21+
- Disallow NLog 5 for platforms dependend on NLog 4
22+
23+
1924
</PackageReleaseNotes>
2025
<PackageIconUrl>http://nlog-project.org/NConfig.png</PackageIconUrl>
2126
<PackageProjectUrl>https://github.com/NLog/NLog.Extensions.Logging</PackageProjectUrl>
2227
<PackageLicenseUrl>https://github.com/NLog/NLog.Extensions.Logging/blob/master/LICENSE</PackageLicenseUrl>
2328
<RepositoryType>git</RepositoryType>
2429
<RepositoryUrl>git://github.com/NLog/NLog.Extensions.Logging</RepositoryUrl>
25-
<Version>1.0.0-rtm-rc1</Version>
30+
<Version>1.0.0-rtm-rc2</Version>
2631
</PropertyGroup>
2732

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

0 commit comments

Comments
 (0)