-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
21 lines (17 loc) · 746 Bytes
/
Copy pathDirectory.Build.props
File metadata and controls
21 lines (17 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project>
<PropertyGroup>
<VersionPrefix>1.11</VersionPrefix>
<VersionSuffix>beta</VersionSuffix>
<PackageIcon>Logo-low.png</PackageIcon>
<PackageProjectUrl>https://github.com/praeclarum/sqlite-net</PackageProjectUrl>
<RepositoryUrl>https://github.com/praeclarum/sqlite-net.git</RepositoryUrl>
<PackageTags>sqlite-net;sqlite;database;orm</PackageTags>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<Company>Krueger Systems, Inc.</Company>
<Deterministic>true</Deterministic>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<None Include="..\Logo-low.png" Pack="true" PackagePath=""/>
</ItemGroup>
</Project>