@@ -42,5 +42,5 @@ echo "nextAppVersion: $nextAppVersion"
#----------------------------------------------
echo "#2 change app version from [$appVersion] to [$nextAppVersion]"
-sed -i 's/'"$appVersion"'/'"$nextAppVersion"'/g' `find ${basePath} -name *.csproj -exec grep '<pack>\|<publish>' -l {} \;`
+sed -i 's/'"\<Version\>$appVersion\<\/Version\>"'/'"\<Version\>$nextAppVersion\<\/Version\>"'/g' `find ${basePath} -name *.csproj -exec grep '<pack>\|<publish>' -l {} \;`
@@ -42,6 +42,6 @@ echo "nextAppVersion: $nextAppVersion"
@@ -37,5 +37,5 @@ echo "nextAppVersion: $nextAppVersion"
@@ -1,6 +1,6 @@
-# DevOps 3.1
-> 2024-04-27
+# DevOps 3.2
+> 2024-06-12
# build-bash
extra steps when building, all sh files could be remove if not needed.