From 38e2088fbf560381b759992b077ee23b7e0c603a Mon Sep 17 00:00:00 2001 From: billsegall Date: Fri, 16 Aug 2019 03:53:38 +0100 Subject: [PATCH] Revert the package name to sbe-tool for release 1.13.1 --- csharp/README.md | 3 +++ csharp/sbe-dll/sbe-dll.csproj | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/csharp/README.md b/csharp/README.md index ce103fb5da..686522e03d 100644 --- a/csharp/README.md +++ b/csharp/README.md @@ -20,6 +20,9 @@ The code, samples, tests and nuget package can be built/run using the [dotnet co ## Release Notes +### 1.13.1 +* Fix nuget package name (back to sbe-tool) + ### 1.13.0 * Many build system improvements diff --git a/csharp/sbe-dll/sbe-dll.csproj b/csharp/sbe-dll/sbe-dll.csproj index 2d6e6ae101..97571f1ae3 100644 --- a/csharp/sbe-dll/sbe-dll.csproj +++ b/csharp/sbe-dll/sbe-dll.csproj @@ -12,8 +12,8 @@ https://github.com/real-logic/simple-binary-encoding https://github.com/real-logic/simple-binary-encoding SBE;Marshaling;Low;Latency;Simple;Binary;Encoding - sbe-dll - 1.13.0 + sbe-tool + 1.13.1 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/real-logic/simple-binary-encoding for more detailed instructions git