Skip to content

Commit 23896cc

Browse files
committed
bump version to 1.3.0
1 parent b49f8cb commit 23896cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

csharp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The code, samples, tests and nuget package can be built/run using the [dotnet co
2020

2121
## Release Notes
2222

23-
### 0.13
23+
### 1.13.0
2424

2525
* Many build system improvements
2626
* Better inlining support

csharp/sbe-dll/sbe-dll.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<RepositoryUrl>https://github.com/real-logic/simple-binary-encoding</RepositoryUrl>
1414
<PackageTags>SBE;Marshaling;Low;Latency;Simple;Binary;Encoding</PackageTags>
1515
<PackageId>sbe-dll</PackageId>
16-
<PackageVersion>0.1.12.1-beta-3</PackageVersion>
16+
<PackageVersion>1.13.0</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)