release: bump 0.7.5 -> 0.7.6 (#227)

Bumps the workspace to 0.7.6 to ship the C# (.NET) binding to NuGet.
This commit is contained in:
kingchenc
2026-06-09 14:34:18 +02:00
committed by GitHub
parent 91f6f67257
commit fce26cf881
14 changed files with 57 additions and 54 deletions
+7 -7
View File
@@ -17,7 +17,7 @@
},
"../../bindings/node": {
"name": "wickra",
"version": "0.7.5",
"version": "0.7.6",
"license": "MIT OR Apache-2.0",
"devDependencies": {
"@napi-rs/cli": "^2.18.0"
@@ -26,12 +26,12 @@
"node": ">= 18"
},
"optionalDependencies": {
"wickra-darwin-arm64": "0.7.5",
"wickra-darwin-x64": "0.7.5",
"wickra-linux-arm64-gnu": "0.7.5",
"wickra-linux-x64-gnu": "0.7.5",
"wickra-win32-arm64-msvc": "0.7.5",
"wickra-win32-x64-msvc": "0.7.5"
"wickra-darwin-arm64": "0.7.6",
"wickra-darwin-x64": "0.7.6",
"wickra-linux-arm64-gnu": "0.7.6",
"wickra-linux-x64-gnu": "0.7.6",
"wickra-win32-arm64-msvc": "0.7.6",
"wickra-win32-x64-msvc": "0.7.6"
}
},
"node_modules/wickra": {