Skip to content

Commit 8b9bda8

Browse files
committed
Update version number for release
1 parent 188321a commit 8b9bda8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

csharp/.nuget/do-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ VERSIONTXT=`cat $ROOTDIR/../../version.txt`
77
VERSION=${VERSIONTXT%-SNAPSHOT} # Seems to be what's used
88

99
# Copy in the jar
10-
cp $ROOTDIR/../../sbe-tool/build/libs/sbe-tool-$VERSIONTXT-all.jar $ROOTDIR/sbe-tool-all.jar
10+
cp $ROOTDIR/../../sbe-tool/build/libs/sbe-tool-$VERSIONTXT.jar $ROOTDIR/sbe-tool-all.jar
1111

1212
# Build the nuget package
1313
NUGET=$ROOTDIR/nuget.exe

csharp/csharpbuild.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@ECHO OFF
22
SETLOCAL
33

4-
SET VERSION=1.0.7
4+
SET VERSION=1.0.7.9
55
SET MSBUILD="c:/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/msbuild.exe"
66
SET MSTEST="c:/Program Files (x86)/Microsoft Visual Studio/2017/Community/Common7/IDE/MSTest.exe"
77
SET COPYRIGHT="Copyright (C) Bill Segall 2018, MarketFactory Inc 2017, Adaptive 2014. All rights reserved."

0 commit comments

Comments
 (0)