Added gitlab automation information

This commit is contained in:
MaddoScientisto 2026-02-15 18:17:16 +01:00
commit 4c9e4cd2c2
3 changed files with 77 additions and 0 deletions

View file

@ -4,10 +4,25 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<PropertyGroup>
<!-- NuGet package metadata -->
<PackageId>AIFotoONLUS.Core</PackageId>
<Authors>Maddo</Authors>
<Company>Maddo</Company>
<Description>Core library for AIFotoONLUS image processing and recognition.</Description>
<RepositoryUrl>https://gitlab.com/MaddoScientisto/aifotoonlus</RepositoryUrl>
<!-- Use GitVersion MSBuild properties to set package version during CI/build -->
<Version>$(GitVersion_NuGetVersionV2)</Version>
<PackageReleaseNotes>See Git history for release notes.</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IncludeSymbols>false</IncludeSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OpenCvSharp4" Version="4.13.0.20260214" />
<PackageReference Include="OpenCvSharp4.runtime.win" Version="4.13.0.20260214" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.3" />
<!-- GitVersion MSBuild integration for automatic semantic versioning -->
<PackageReference Include="GitVersion.MsBuild" Version="6.5.1" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
</ItemGroup>