Skip to content

Commit 98bd2a9

Browse files
authored
Merge pull request #636 from billsegall/csharp-release
Freshen for a nuget packaged C# release
2 parents 01545aa + a1b145b commit 98bd2a9

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

csharp/.nuget/SBE.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<package>
33
<metadata>
44
<id>sbe-tool</id>
5-
<version>0.1.8.1-beta-1</version>
5+
<version>0.1.12.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>
9-
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
9+
<license type="expression">Apache-2.0</license>
1010
<projectUrl>https://github.com/real-logic/simple-binary-encoding</projectUrl>
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>

csharp/.nuget/do-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
# 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.
5+
# done outside the release process so we end up doing this by hand.
66
ROOTDIR=`dirname $0`
77
VERSIONTXT=`cat $ROOTDIR/../../version.txt`
88
VERSION=${VERSIONTXT%-SNAPSHOT} # Seems to be what's used

csharp/runtests.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
MSTEST='/c/Program Files (x86)/Microsoft Visual Studio 14.0/Common7/IDE/MSTest.exe'
2-
"$MSTEST" /testcontainer:sbe-tests/bin/Debug/net45/Org.SbeTool.Sbe.UnitTests.dll
3-
2+
"$MSTEST" /testcontainer:sbe-tests/bin/Release/net45/Org.SbeTool.Sbe.UnitTests.dll

0 commit comments

Comments
 (0)