From 37e2116aaf6ed194dcb43f98be43626b27603059 Mon Sep 17 00:00:00 2001 From: Khwezi Mngoma Date: Sat, 9 May 2026 12:01:52 +0200 Subject: [PATCH] Updated pipeline to use major version with minor always 0 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3fcf813..2a7ba50 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: NEXUS_KEY: from_secret: nexus_api_key NEXUS_URL: https://nexus.khongisa.co.za/repository/nuget-hosted/ - VERSION: 1.${DRONE_BUILD_NUMBER} + VERSION: 1.${DRONE_BUILD_NUMBER}.0 commands: # Abstractions - dotnet pack LiteCharms.Abstractions/LiteCharms.Abstractions.csproj -c Release -p:PackageVersion=$VERSION -o dist/