* Added MinVer

This commit is contained in:
2025-12-22 12:54:00 +01:00
parent 166eec9181
commit e57713fabc

View File

@@ -6,14 +6,12 @@
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<PackageId>SytelineSaAppEfDataModel</PackageId> <PackageId>SytelineSaAppEfDataModel</PackageId>
<Version>1.1.2</Version> <Authors>Piotr Kus</Authors>
<Authors>PK</Authors> <Description>Syteline Entity Framework Data Model</Description>
<Description>Data Manager for SYTELINE_SA_APP database</Description> <MinVerAutoIncrement>patch</MinVerAutoIncrement>
<PackageLicenseExpression>MIT</PackageLicenseExpression> <MinVerMinimumMajorMinor>1.0</MinVerMinimumMajorMinor>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageOutputPath>$(MSBuildThisFileDirectory)bin\NuGet</PackageOutputPath>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="AutoMapper" Version="13.0.1" /> <PackageReference Include="AutoMapper" Version="13.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.0"> <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.0">