* Added missing info to OrderManagementDataModel.csproj
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-01-10 21:53:08 +01:00
parent d04e2ec56d
commit 36a55e374d

View File

@@ -5,6 +5,12 @@
<ProjectType>DataModel</ProjectType> <ProjectType>DataModel</ProjectType>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<PackageId>OrdersManagementDataModel</PackageId>
<Authors>Piotr Kus</Authors>
<Description>OrdersManagement Entity Framework Data Model</Description>
<MinVerAutoIncrement>patch</MinVerAutoIncrement>
<MinVerMinimumMajorMinor>1.0</MinVerMinimumMajorMinor>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>