mirror of
https://github.com/ChronosX88/log4sharp.git
synced 2024-11-24 01:22:17 +00:00
Update README and csproj: add repository URL and license
This commit is contained in:
parent
073e1352af
commit
81c2aff354
@ -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
|
||||
|
||||
|
@ -3,12 +3,15 @@
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<PackageId>Log4Sharp</PackageId>
|
||||
<Version>1.0.0</Version>
|
||||
<Version>1.0.1</Version>
|
||||
<Authors>ChronosX88</Authors>
|
||||
<PackageTags>logger</PackageTags>
|
||||
<Description>
|
||||
Dead-simple colorful logger for C#/.NET Core.
|
||||
</Description>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<RepositoryUrl>https://github.com/ChronosX88/log4sharp</RepositoryUrl>
|
||||
<RepositoryType>Github</RepositoryType>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user