From 6e844ef564870093178fa50898713d4e6a804dd8 Mon Sep 17 00:00:00 2001 From: Anand Krishnamoorthi Date: Mon, 13 Apr 2026 16:37:22 -0500 Subject: [PATCH 1/2] Use centralized C# package version --- bindings/csharp/Regorus/Regorus.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/csharp/Regorus/Regorus.csproj b/bindings/csharp/Regorus/Regorus.csproj index bf26ddea..809c2855 100644 --- a/bindings/csharp/Regorus/Regorus.csproj +++ b/bindings/csharp/Regorus/Regorus.csproj @@ -9,7 +9,7 @@ 10.0 - 0.9.1 + $(RegorusPackageVersion) $(VersionSuffix) README.md MIT AND Apache-2.0 AND BSD-3-Clause From dff87aa20a347cbfdb398574860ee99c9483a372 Mon Sep 17 00:00:00 2001 From: Anand Krishnamoorthi Date: Mon, 13 Apr 2026 17:40:56 -0500 Subject: [PATCH 2/2] Remove redundant C# version suffix properties --- bindings/csharp/Benchmarks/Benchmarks.csproj | 2 -- bindings/csharp/Regorus.Tests/Regorus.Tests.csproj | 2 -- bindings/csharp/TargetExampleApp/TargetExampleApp.csproj | 2 -- bindings/csharp/TestApp/TestApp.csproj | 2 -- 4 files changed, 8 deletions(-) diff --git a/bindings/csharp/Benchmarks/Benchmarks.csproj b/bindings/csharp/Benchmarks/Benchmarks.csproj index 2f238ba2..cb556d2c 100644 --- a/bindings/csharp/Benchmarks/Benchmarks.csproj +++ b/bindings/csharp/Benchmarks/Benchmarks.csproj @@ -6,8 +6,6 @@ - - -$(VersionSuffix) false diff --git a/bindings/csharp/Regorus.Tests/Regorus.Tests.csproj b/bindings/csharp/Regorus.Tests/Regorus.Tests.csproj index c8719fe2..28dcb1b3 100644 --- a/bindings/csharp/Regorus.Tests/Regorus.Tests.csproj +++ b/bindings/csharp/Regorus.Tests/Regorus.Tests.csproj @@ -10,8 +10,6 @@ - - -$(VersionSuffix) false diff --git a/bindings/csharp/TargetExampleApp/TargetExampleApp.csproj b/bindings/csharp/TargetExampleApp/TargetExampleApp.csproj index 16e80e65..0eddf448 100644 --- a/bindings/csharp/TargetExampleApp/TargetExampleApp.csproj +++ b/bindings/csharp/TargetExampleApp/TargetExampleApp.csproj @@ -9,8 +9,6 @@ - - -$(VersionSuffix) false diff --git a/bindings/csharp/TestApp/TestApp.csproj b/bindings/csharp/TestApp/TestApp.csproj index f4faa602..a75ff538 100644 --- a/bindings/csharp/TestApp/TestApp.csproj +++ b/bindings/csharp/TestApp/TestApp.csproj @@ -11,8 +11,6 @@ - - -$(VersionSuffix) false