Add licence and package metadata

This commit is contained in:
Yaakov 2020-05-21 10:46:10 +10:00
parent 5267347d49
commit caad7492ca
2 changed files with 20 additions and 0 deletions

View file

@ -3,6 +3,13 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>8.0</LangVersion>
<Authors>yaakov</Authors>
<Company />
<PackageProjectUrl>https://github.com/yaakov-h/Notepad.Extensions.Logging</PackageProjectUrl>
<RepositoryUrl>https://github.com/yaakov-h/Notepad.Extensions.Logging</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>