From 81c2aff3547395395887f2842cb254984193b3ee Mon Sep 17 00:00:00 2001 From: ChronosX88 Date: Sun, 1 Nov 2020 17:18:15 +0400 Subject: [PATCH] Update README and csproj: add repository URL and license --- README.md | 2 +- src/Log4Sharp/Log4Sharp.csproj | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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