From 447bbc8220f449d9bbee054ddfcbb5880986a1ac Mon Sep 17 00:00:00 2001 From: kingchenc Date: Wed, 10 Jun 2026 01:08:37 +0200 Subject: [PATCH] bindings/csharp: sync the static csproj version to 0.8.1 (#243) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The static `` in `bindings/csharp/Wickra/Wickra.csproj` had drifted to 0.7.9 — it was missed in the 0.8.0/0.8.1 bumps (wrongly assumed to be purely tag-injected). The published NuGet package was correct (the release packs with `-p:Version=`), but the static field lagged. Resync to 0.8.1; bump_version.py now covers it. --- bindings/csharp/Wickra/Wickra.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/csharp/Wickra/Wickra.csproj b/bindings/csharp/Wickra/Wickra.csproj index 9d371c3d..d8fb3254 100644 --- a/bindings/csharp/Wickra/Wickra.csproj +++ b/bindings/csharp/Wickra/Wickra.csproj @@ -11,7 +11,7 @@ Wickra - 0.7.9 + 0.8.1 kingchenc High-performance streaming technical-analysis indicators (514 indicators) for .NET, backed by the native Rust core via the Wickra C ABI. MIT OR Apache-2.0