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 eece978 commit 7905deeCopy full SHA for 7905dee
dist-msi.sh
@@ -59,8 +59,6 @@ NAME=rabbitmq-dotnet-client
59
NAME_VSN=$NAME-$RABBIT_VSN
60
RELEASE_DIR=release
61
62
-assembly-version $RABBIT_VSN
63
-
64
function main {
65
get-sources
66
gen-license-rtf
@@ -115,7 +113,7 @@ function gen-wxs {
115
113
set +x
116
114
f=$1
117
local IFS=''
118
- sed -e "s:@VERSION@:$ASSEMBLY_VSN:g" <${f}.in | while read -r l ; do
+ sed -e "s:@VERSION@:$RABBIT_VSN:g" <${f}.in | while read -r l ; do
119
if [ -z "$l" -o -n "${l##@FILES *}" ] ; then
120
echo "$l"
121
else
0 commit comments