diff --git a/csharp/sbe-dll/sbe-dll.csproj b/csharp/sbe-dll/sbe-dll.csproj
index 6db6d56021..e4245e5c1b 100644
--- a/csharp/sbe-dll/sbe-dll.csproj
+++ b/csharp/sbe-dll/sbe-dll.csproj
@@ -13,7 +13,8 @@
https://github.com/aeron-io/simple-binary-encoding
SBE;Marshaling;Low;Latency;Simple;Binary;Encoding
sbe-tool
- 1.23.1.1
+ $(MSBuildProjectDirectory)\..\..\version.txt
+ $([System.IO.File]::ReadAllText($(VersionFile)).TrimEnd())
Simple Binary Encoding for .NET
This package contains all you need to define SBE messages and generate C# encoders and decoders. See https://github.com/aeron-io/simple-binary-encoding for more detailed instructions
git
@@ -31,7 +32,7 @@
true
tools/sbe-tool.sh
-
+
true
tools/sbe-tool-all.jar