Skip to content

Commit

Permalink
Merge pull request #219 from NLog/release/1.0.2
Browse files Browse the repository at this point in the history
Release 1.0.2
  • Loading branch information
304NotModified authored May 10, 2018
2 parents 98ea4cb + 18c0a2e commit d5547d8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Change Log

Date format: (year/month/day)

### v1.0.2 (2018/05/10)
- [#220](https://github.com/nlog/NLog.Extensions.Logging/pull/220) Exclude NLog 5 pre-releases as dependency (@aweebs, @304NotModified)
- [#217](https://github.com/nlog/NLog.Extensions.Logging/pull/217) Update NLog dependency, (@304NotModified)

### v1.0.1 (2018/04/07)
- [#210](https://github.com/nlog/NLog.Extensions.Logging/pull/210) Automatic loading of hidden assemblies for callsite logic in NetCore2 (@snakefoot)
- [#206](https://github.com/nlog/NLog.Extensions.Logging/pull/206) Add Alias attribute to NLogLoggerProvider (@leewadhams)
Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# creates NuGet package at \artifacts
dotnet --version

$versionPrefix = "1.0.1"
$versionPrefix = "1.0.2"
$versionSuffix = ""
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
$versionProduct = $versionPrefix;
Expand Down
1 change: 1 addition & 0 deletions src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ For ASP.NET Core, use NLog.Web.AspNetCore: https://www.nuget.org/packages/NLog.W
</Description>
<PackageTags>NLog;Microsoft.Extensions.Logging;log;logfiles;netcore;nlog</PackageTags>
<PackageReleaseNotes>
1.0.2: Update NLog dependency, exclude NLog 5 pre-releases (@aweebs, @304NotModified)
</PackageReleaseNotes>
<PackageIconUrl>http://nlog-project.org/NConfig.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/NLog/NLog.Extensions.Logging</PackageProjectUrl>
Expand Down

0 comments on commit d5547d8

Please sign in to comment.