diff --git a/README.md b/README.md index 1c8e6eb..703e1b3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Dead-simple colorful logger for C#/.NET Core. -I have not found any simple loggers in the .NET Core ecosystem that are not framework-specific and have easy usage, so I decided to write this logger. +I have not found any simple loggers in the .NET Core ecosystem that are not framework-specific and have easy usage, so I decided to write this logger. Mostly inspired by various Golang loggers. ## Install diff --git a/src/Log4Sharp/Log4Sharp.csproj b/src/Log4Sharp/Log4Sharp.csproj index 4c0bb9c..2356498 100644 --- a/src/Log4Sharp/Log4Sharp.csproj +++ b/src/Log4Sharp/Log4Sharp.csproj @@ -3,12 +3,15 @@ netcoreapp3.1 Log4Sharp - 1.0.0 + 1.0.1 ChronosX88 logger Dead-simple colorful logger for C#/.NET Core. + MIT + https://github.com/ChronosX88/log4sharp + Github