From a164f342bf49af1c1b13edf87508745127c1d110 Mon Sep 17 00:00:00 2001 From: Anand Krishnamoorthi <35780660+anakrish@users.noreply.github.com> Date: Mon, 31 Mar 2025 18:24:59 -0700 Subject: [PATCH] build: Use VersionPrefix and VersionSuffix (#385) The suffix can be customised during dotnet pack. Signed-off-by: Anand Krishnamoorthi --- bindings/csharp/Regorus/Regorus.csproj | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bindings/csharp/Regorus/Regorus.csproj b/bindings/csharp/Regorus/Regorus.csproj index 39686cb..a974a48 100644 --- a/bindings/csharp/Regorus/Regorus.csproj +++ b/bindings/csharp/Regorus/Regorus.csproj @@ -5,8 +5,11 @@ Microsoft.Regorus netstandard2.0;netstandard2.1 true - 0.4.0-preview.1 - 10.0 + 10.0 + + + 0.4.0 + $(VersionSuffix) README.md