Skip to content

Commit 07c0c52

Browse files
authored
Update README.md
1 parent b506c4c commit 07c0c52

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Example for Maven:
3636
<dependency>
3737
    <groupId>uk.co.real-logic</groupId>
3838
    <artifactId>sbe-all</artifactId>
39-
    <version>1.9.0</version>
39+
    <version>1.10.0</version>
4040
</dependency>
4141
```
4242

@@ -65,7 +65,7 @@ Jars for the executable, source, and javadoc for the various modules can be foun
6565

6666
An example to execute a Jar from command line using the 'all' jar which includes the Agrona dependency:
6767

68-
java -Dsbe.generate.ir=true -Dsbe.target.language=Cpp -Dsbe.target.namespace=sbe -Dsbe.output.dir=include/gen -Dsbe.errorLog=yes -jar sbe-all/build/libs/sbe-all-1.9.1-SNAPSHOT.jar my_sbe_input.xml
68+
java -Dsbe.generate.ir=true -Dsbe.target.language=Cpp -Dsbe.target.namespace=sbe -Dsbe.output.dir=include/gen -Dsbe.errorLog=yes -jar sbe-all/build/libs/sbe-all-1.10.1-SNAPSHOT.jar my_sbe_input.xml
6969

7070

7171
C++ Build using CMake
@@ -117,8 +117,7 @@ C# Build
117117
--------
118118
As of May 2017, the CSharp build is considered a preview release. API stability is not yet guaranteed. User and Developer guides are not yet released or are incomplete.
119119

120-
First build using Gradle to generate the SBE jar and then use it to
121-
generate the C# code used for testing and the examples.
120+
First build using Gradle to generate the SBE jar and then use it to generate the C# code used for testing and the examples.
122121

123122
$ ./gradlew
124123
$ ./gradlew generateCSharpCodecs

0 commit comments

Comments
 (0)