From e5eeb5eaa2aa1c0bb9feaf1ae31e701e17c2d76c Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Sat, 2 Mar 2024 03:38:17 +0000 Subject: [PATCH] feat: add versioning --- OliverBooth.Api/OliverBooth.Api.csproj | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/OliverBooth.Api/OliverBooth.Api.csproj b/OliverBooth.Api/OliverBooth.Api.csproj index 9918e70..221585c 100644 --- a/OliverBooth.Api/OliverBooth.Api.csproj +++ b/OliverBooth.Api/OliverBooth.Api.csproj @@ -5,6 +5,25 @@ enable enable Linux + 2.0.0 + + + + $(VersionPrefix)-$(VersionSuffix) + $(VersionPrefix).0 + $(VersionPrefix).0 + + + + $(VersionPrefix)-$(VersionSuffix).$(BuildNumber) + $(VersionPrefix).$(BuildNumber) + $(VersionPrefix).$(BuildNumber) + + + + $(VersionPrefix) + $(VersionPrefix).0 + $(VersionPrefix).0