From b17983b0256406d79725803a2bca97100b95ade5 Mon Sep 17 00:00:00 2001 From: Shwetajain148 Date: Fri, 17 Mar 2017 19:46:40 +0530 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f0d510e..01f6a7a 100644 --- a/README.md +++ b/README.md @@ -76,3 +76,14 @@ You should add the following statement at the end of your Main method as the log ``` Console.ReadKey(); ``` + +Added handling for LoggingEvent properties + +Support for properties tied to a specific event and not a ThreadContext which is shared across the entire thread. + +Added test cases project + +- Added unit test cases project in library to test consistency for new feature. + +- User can select test cases project in Visual Studio and can simply run all test cases from Test Explorer. +