Skip to content

Commit 38e2088

Browse files
committed
Revert the package name to sbe-tool for release 1.13.1
1 parent a87209e commit 38e2088

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

csharp/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ The code, samples, tests and nuget package can be built/run using the [dotnet co
2020

2121
## Release Notes
2222

23+
### 1.13.1
24+
* Fix nuget package name (back to sbe-tool)
25+
2326
### 1.13.0
2427

2528
* Many build system improvements

csharp/sbe-dll/sbe-dll.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<PackageProjectUrl>https://github.com/real-logic/simple-binary-encoding</PackageProjectUrl>
1313
<RepositoryUrl>https://github.com/real-logic/simple-binary-encoding</RepositoryUrl>
1414
<PackageTags>SBE;Marshaling;Low;Latency;Simple;Binary;Encoding</PackageTags>
15-
<PackageId>sbe-dll</PackageId>
16-
<PackageVersion>1.13.0</PackageVersion>
15+
<PackageId>sbe-tool</PackageId>
16+
<PackageVersion>1.13.1</PackageVersion>
1717
<Title>Simple Binary Encoding for .NET</Title>
1818
<Description>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</Description>
1919
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)