-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.props
More file actions
20 lines (19 loc) · 878 Bytes
/
package.props
File metadata and controls
20 lines (19 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project>
<PropertyGroup>
<PackageId>$(MSBuildProjectName).v3</PackageId>
<Title>ILogger for xUnit</Title>
<Authors>rprimrose</Authors>
<Company>Neovolve</Company>
<Description>This library provides Microsoft.Extensions.Logging support for Xunit.</Description>
<Copyright>Copyright © Neovolve 2018</Copyright>
<IncludeSymbols>true</IncludeSymbols>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageProjectUrl>https://github.com/roryprimrose/Neovolve.Logging.Xunit</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/roryprimrose/Neovolve.Logging.Xunit</RepositoryUrl>
<PackageTags>xUnit;Logging</PackageTags>
<Version>1.0.0-alpha</Version>
<IncludeSymbols>true</IncludeSymbols>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
</Project>