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 4920610 commit 1e6b7adCopy full SHA for 1e6b7ad
dist-msi.sh
@@ -57,6 +57,10 @@ NAME=rabbitmq-dotnet-client
57
NAME_VSN=$NAME-$RABBIT_VSN
58
RELEASE_DIR=release
59
60
+RELEASE_PATTERN=^[0-9]+\.[0-9]+\.[0-9]+$
61
+if [[ $RABBIT_VSN =~ $RELEASE_PATTERN ]] ; then
62
+ RABBIT_VSN=$RABBIT_VSN.0
63
+fi
64
65
function main {
66
get-sources
dist.sh
@@ -69,6 +69,10 @@ else
69
DOTNET_PROGRAM_PREPEND=
70
fi
71
72
73
74
75
76
77
78
### Remove everything in the release dir and create the dir again
0 commit comments