File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 22<package >
33 <metadata >
44 <id >sbe-tool</id >
5- <version >0.1.7.9-alpha-3 </version >
5+ <version >0.1.8.1-beta-1 </version >
66 <title >Simple Binary Encoding for .NET</title >
77 <authors >Bill Segall, MarketFactory Inc, Adaptive Consulting</authors >
88 <owners >Bill Segall, MarketFactory Inc, Adaptive Consulting</owners >
1111 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1212 <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 >
1313 <releaseNotes />
14+ <summary >Simple Binary Encoding (SBE) for .NET</summary >
15+ <language >C#</language >
1416 <copyright >Copyright (C) Bill Segall 2018, MarketFactory Inc 2017, Adaptive Consulting 2013</copyright >
1517 <tags >SBE Marshaling Low Latency Simple Binary Encoding</tags >
1618 </metadata >
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- # Ideally we'd get this from top level version.txt but this release is done outside
4- # the release process so we end up doing this by hand. During dev this works.
3+
4+ # Ideally we'd get this from top level version.txt but this release is
5+ # done outside # the release process so we end up doing this by hand.
56ROOTDIR=` dirname $0 `
67VERSIONTXT=` cat $ROOTDIR /../../version.txt`
78VERSION=${VERSIONTXT% -SNAPSHOT} # Seems to be what's used
89
10+ echo " Version check"
11+ echo " version.txt=$VERSION "
12+ echo " SBE.nuspec=` grep ' <version>' SBE.nuspec` "
13+ echo
14+
915# Copy in the jar
1016cp $ROOTDIR /../../sbe-tool/build/libs/sbe-tool-$VERSIONTXT .jar $ROOTDIR /sbe-tool-all.jar
1117
Original file line number Diff line number Diff line change 22========
33
44There is a [ user guide] ( https://github.com/real-logic/simple-binary-encoding/wiki/Csharp-User-Guide ) for people who wish
5- to use the csharp generator. This document is to assist developers working on the the SBE C# generator itself.
5+ to use the C# generator. This document is to assist developers working on the the SBE C# generator itself.
66
77
88Environment
@@ -11,7 +11,7 @@ Java and gradlew are used to build the generator.
1111
1212git bash and shell scripts are used for scripting.
1313
14- The csharp code is built using Visual Studio Community 2017.
14+ The C# code is built using Visual Studio Community 2017.
1515
1616Code Layout
1717-----------
You can’t perform that action at this time.
0 commit comments