From 1b38fc88524f4b5228dc2079a8a08ce3f3fee03a Mon Sep 17 00:00:00 2001 From: Justin Moss Date: Fri, 5 Oct 2018 10:31:46 -0400 Subject: [PATCH] RockLib.Logging version 1.2.0 - Add `IsSynchronous` property to `Logger` to allow short lived applications to not need to dispose of a logger to guarantee log delivery. --- RockLib.Logging/RockLib.Logging.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RockLib.Logging/RockLib.Logging.csproj b/RockLib.Logging/RockLib.Logging.csproj index 36b733a..310abf3 100644 --- a/RockLib.Logging/RockLib.Logging.csproj +++ b/RockLib.Logging/RockLib.Logging.csproj @@ -6,7 +6,7 @@ RockLib.Logging - 1.1.0 + 1.2.0 Quicken Loans A simple logging library. false