Skip to content

Commit

Permalink
Merge pull request #2460 from NLog/v45-rc3
Browse files Browse the repository at this point in the history
NLog 4.5 rc3 version and changelog
  • Loading branch information
304NotModified committed Dec 11, 2017
2 parents 2a36260 + 3252416 commit 7573b57
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dotnet --version
# dotnet pack .\src\NLog\ --configuration release --include-symbols -o ..\..\artifacts

$versionPrefix = "4.5.0"
$versionSuffix = "rc02"
$versionSuffix = "rc03"
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
$versionProduct = $versionPrefix;
if (-Not $versionSuffix.Equals(""))
Expand Down
10 changes: 8 additions & 2 deletions src/NLog/NLog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@

NLog 4.5 adds structured logging and .NET Standard support/UPW without breaking changes! Also a lot

# RC 2 main features
# RC 3 summary

- File target: support for writing BOM (WriteBom option)
- Futher memory allocation improvements

# RC 2 summary

- Support for UWP
- Added "regex-matches" condition method for filtering
Expand Down Expand Up @@ -49,6 +54,7 @@ NLog 4.5 adds structured logging and .NET Standard support/UPW without breaking
- NLogViewerTarget - Enable override of the Logger-name #2390
- ${sequenceid} added #2411
- Added "regex-matches" for filtering #2437
- File target: support for writing BOM (WriteBom option) #2456

## BugFixes:

Expand All @@ -62,7 +68,7 @@ NLog 4.5 adds structured logging and .NET Standard support/UPW without breaking
- Improve logging of callsite linenumber for async-methods #2386
- NLogTraceListener - DisableFlush is enabled by default when AutoFlush=true #2407
- NLogViewer - Better defaults for connection limits #2404
- LoggingConfiguration.LoggingRules is not thread safe #2393, 2418
- LoggingConfiguration.LoggingRules is not thread safe #2393, #2418

## Performance:

Expand Down

0 comments on commit 7573b57

Please sign in to comment.