Skip to content

Commit d5547d8

Browse files
Merge pull request #219 from NLog/release/1.0.2
Release 1.0.2
2 parents 98ea4cb + 18c0a2e commit d5547d8

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.MD

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

3+
Date format: (year/month/day)
4+
5+
### v1.0.2 (2018/05/10)
6+
- [#220](https://github.com/nlog/NLog.Extensions.Logging/pull/220) Exclude NLog 5 pre-releases as dependency (@aweebs, @304NotModified)
7+
- [#217](https://github.com/nlog/NLog.Extensions.Logging/pull/217) Update NLog dependency, (@304NotModified)
8+
39
### v1.0.1 (2018/04/07)
410
- [#210](https://github.com/nlog/NLog.Extensions.Logging/pull/210) Automatic loading of hidden assemblies for callsite logic in NetCore2 (@snakefoot)
511
- [#206](https://github.com/nlog/NLog.Extensions.Logging/pull/206) Add Alias attribute to NLogLoggerProvider (@leewadhams)

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# creates NuGet package at \artifacts
33
dotnet --version
44

5-
$versionPrefix = "1.0.1"
5+
$versionPrefix = "1.0.2"
66
$versionSuffix = ""
77
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
88
$versionProduct = $versionPrefix;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ For ASP.NET Core, use NLog.Web.AspNetCore: https://www.nuget.org/packages/NLog.W
1616
</Description>
1717
<PackageTags>NLog;Microsoft.Extensions.Logging;log;logfiles;netcore;nlog</PackageTags>
1818
<PackageReleaseNotes>
19+
1.0.2: Update NLog dependency, exclude NLog 5 pre-releases (@aweebs, @304NotModified)
1920
</PackageReleaseNotes>
2021
<PackageIconUrl>http://nlog-project.org/NConfig.png</PackageIconUrl>
2122
<PackageProjectUrl>https://github.com/NLog/NLog.Extensions.Logging</PackageProjectUrl>

0 commit comments

Comments
 (0)