Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions csharp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions csharp/sbe-dll/sbe-dll.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<PackageProjectUrl>https://github.com/real-logic/simple-binary-encoding</PackageProjectUrl>
<RepositoryUrl>https://github.com/real-logic/simple-binary-encoding</RepositoryUrl>
<PackageTags>SBE;Marshaling;Low;Latency;Simple;Binary;Encoding</PackageTags>
<PackageId>sbe-dll</PackageId>
<PackageVersion>1.13.0</PackageVersion>
<PackageId>sbe-tool</PackageId>
<PackageVersion>1.13.1</PackageVersion>
<Title>Simple Binary Encoding for .NET</Title>
<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>
<RepositoryType>git</RepositoryType>
Expand Down