From 4ec3f7f295bce31c2ac51bd47122d343f2df3f41 Mon Sep 17 00:00:00 2001 From: Daniel Grimes Date: Sun, 12 Jul 2026 12:28:33 +0000 Subject: [PATCH] fix(release): set MinVerTagPrefix=v so v* tags stamp the real version The release workflow triggers on 'v*' tags, but MinVer defaulted to an empty tag prefix and therefore ignored e.g. 'v1.0.0-rc.1', falling back to a 0.0.0-alpha height version. Without this, pushing a release tag would publish the wrong version to NuGet. Verified locally: a 'v1.0.0-rc.1' tag now packs as 1.0.0-rc.1. --- src/UniswapSharp/UniswapSharp.csproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/UniswapSharp/UniswapSharp.csproj b/src/UniswapSharp/UniswapSharp.csproj index 3a729ed..33d0fd3 100644 --- a/src/UniswapSharp/UniswapSharp.csproj +++ b/src/UniswapSharp/UniswapSharp.csproj @@ -17,6 +17,9 @@ git README.md true + + v true true snupkg