This repository has been archived by the owner on Dec 5, 2019. It is now read-only.
Releases: damianh/LibLog
Releases · damianh/LibLog
Probably the final release
https://www.nuget.org/packages/LibLog/5.0.8
#223 - Improve Type lookup when using ILRepack
#233 - Fixed NLogLogProvider to not perform reflection for every logevent
#234 - Minor variable rename in ColoredConsoleLogProvider
#266 - Fixed XML docs in ILogProvider and LogProvider
#271 - LibLogException excluded from code coverage, and internal when LIBLOG_PROVIDERS_ONLY
This project is being deprecated. Please see #270 for details
v5.0.7
v5.0.6
v5.0.5
Minor bug fix and enhancements
Enhancements
- [Enhancement] #185 Add missing XML comments to public members
- [Enhancement] #181 NLog MDLC + NDLC when NLog ver. 4.6 is ready
- [Enhancement] #175 Remove Unused Namespace Imports
- [Enhancement] #176 Add missing namespace for ExcludeFromCoverage attribute
- [Enhancement] #177 Add autogen to avoid code analysis
- [Enhancement] #190 use net45 as minimum version
- [Enhancement] #188 NLog MDLC + NDLC when NLog ver. 4.6 is ready (Missing pp)
Restores net452 support
- #168 Restore net452 support.
Note: only sdk csproj format is supported.
NetStandard2.0 and SDK Project support
- Built for NetStandard2.0 or later projects. (Won't support NetStandard1.x due to minimal adoption, issues with package references). Supports SDK Projects only. Previous #149
- Log4Net Trace (All) level support #163
- Dropped support for PCL #147
- Dropped support for EnterpriseLibrary.Logging #146
- Peformance improvements #129
- Other miscellanous fixes and tweaks and some
wontfix
( https://github.com/damianh/LibLog/milestone/15?closed=1)
Small bug fixes
Internalize
- Edit. Release Pulled