diff --git a/csharp/.nuget/SBE.nuspec b/csharp/.nuget/SBE.nuspec index 798a0052b4..9d0260224d 100644 --- a/csharp/.nuget/SBE.nuspec +++ b/csharp/.nuget/SBE.nuspec @@ -2,11 +2,11 @@ sbe-tool - 0.1.8.1-beta-1 + 0.1.12.1-beta-1 Simple Binary Encoding for .NET Bill Segall, MarketFactory Inc, Adaptive Consulting Bill Segall, MarketFactory Inc, Adaptive Consulting - http://www.apache.org/licenses/LICENSE-2.0 + Apache-2.0 https://github.com/real-logic/simple-binary-encoding false 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 diff --git a/csharp/.nuget/do-release.sh b/csharp/.nuget/do-release.sh index 004cb89921..164f4cc926 100644 --- a/csharp/.nuget/do-release.sh +++ b/csharp/.nuget/do-release.sh @@ -2,7 +2,7 @@ # Ideally we'd get this from top level version.txt but this release is -# done outside # the release process so we end up doing this by hand. +# done outside the release process so we end up doing this by hand. ROOTDIR=`dirname $0` VERSIONTXT=`cat $ROOTDIR/../../version.txt` VERSION=${VERSIONTXT%-SNAPSHOT} # Seems to be what's used diff --git a/csharp/runtests.sh b/csharp/runtests.sh index 4fb5797c82..66e32b2399 100755 --- a/csharp/runtests.sh +++ b/csharp/runtests.sh @@ -1,3 +1,2 @@ MSTEST='/c/Program Files (x86)/Microsoft Visual Studio 14.0/Common7/IDE/MSTest.exe' -"$MSTEST" /testcontainer:sbe-tests/bin/Debug/net45/Org.SbeTool.Sbe.UnitTests.dll - +"$MSTEST" /testcontainer:sbe-tests/bin/Release/net45/Org.SbeTool.Sbe.UnitTests.dll