17 lines
622 B
XML
17 lines
622 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<Version>0.1.0</Version>
|
|
<Authors>Bruno Deanoz</Authors>
|
|
<Copyright>Copyright (c) 2026 Bruno Deanoz</Copyright>
|
|
<Description>Core library for noz-cli — API client, note models and sync logic.</Description>
|
|
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
|
|
<RepositoryUrl>https://git.kryptomrx.de/noz/noz-cli</RepositoryUrl>
|
|
<RepositoryType>git</RepositoryType>
|
|
</PropertyGroup>
|
|
|
|
|
|
</Project>
|