-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
22 lines (22 loc) · 1.15 KB
/
Copy pathDirectory.Build.props
File metadata and controls
22 lines (22 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project>
<PropertyGroup>
<Authors>Harry Cordewener</Authors>
<Company>Harry Cordewener</Company>
<Copyright>Copyright © Harry Cordewener 2026</Copyright>
<!-- No repo-wide PackageLicenseExpression: every package published from this
repo bundles the BUSL-1.1 lora_ffi binaries alongside MIT managed code,
so each packable project sets PackageLicenseFile explicitly. -->
<PackageProjectUrl>https://github.com/HarryCordewener/loradb-dotnet-client</PackageProjectUrl>
<RepositoryUrl>https://github.com/HarryCordewener/loradb-dotnet-client</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>loradb;graph;database;cypher;embedded</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<!-- Version is driven by the GitHub release tag in nuget-publish.yml (-p:Version=<tag>).
This sentinel ensures any out-of-workflow pack is obviously not a real release. -->
<Version>0.0.0-dev</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
</Project>