We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbf9a8 commit 7418706Copy full SHA for 7418706
scripts/mac-prereqs.sh
@@ -4,7 +4,7 @@ set -ev
4
5
brew update
6
brew install openssl jq
7
-brew install tarantool --HEAD
+brew install tarantool
8
brew install redis
9
10
mkdir -p /usr/local/lib
src/progaudi.tarantool/progaudi.tarantool.csproj
@@ -2,7 +2,7 @@
2
<PropertyGroup>
3
<PatchLevelVersion Condition=" '$(BuildNumber)' == '' ">0</PatchLevelVersion>
<PatchLevelVersion Condition=" '$(BuildNumber)' != '' ">$(BuildNumber).1-prerelease</PatchLevelVersion>
- <Version>0.7.$(PatchLevelVersion)</Version>
+ <Version>0.8.$(PatchLevelVersion)</Version>
<Description>Tarantool low-level client Library</Description>
<TargetFrameworks>net46;netstandard1.4</TargetFrameworks>
0 commit comments