-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
26 lines (23 loc) · 932 Bytes
/
Directory.Build.props
File metadata and controls
26 lines (23 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<Project>
<PropertyGroup>
<Version>1.0.20</Version>
<Company>Jerro</Company>
<Copyright>Copyright (C) Jerry Berry</Copyright>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<!--<WarningsAsErrors>nullable</WarningsAsErrors>-->
<IsPackable>false</IsPackable>
</PropertyGroup>
<PropertyGroup>
<Authors>$(Company)</Authors>
<PackageTags>woka maui android mac ios windows issues bugs fixes csharp</PackageTags>
<PackageProjectUrl>https://github.com/jerry08/Woka</PackageProjectUrl>
<PackageLicenseExpression>LGPL-3.0-only</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DebugType>embedded</DebugType>
<RepositoryType>git</RepositoryType>
<NoWarn>CS1591</NoWarn>
</PropertyGroup>
</Project>