File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4545 fi
4646
4747 # Otherwise find the latest tag that starts with v
48- LAST_TAG=$(git describe --tags --match "v*" --abbrev=0 2>/dev/null || echo "v0.0.0")
48+ LAST_TAG=$(git describe --tags --match "v*" --abbrev=0 2>/dev/null || echo "v0.0.0")
4949
5050 # Compute a build number based on number of commits since that tag
5151 COMMITS_SINCE_TAG=$(git rev-list ${LAST_TAG}..HEAD --count)
Original file line number Diff line number Diff line change 3636 <Version Condition =" '$(Version)' == ''" >1.0.0.0</Version >
3737 </PropertyGroup >
3838
39- <Message Text =" Version: $(Version)" Importance =" high" />
39+ <Message Text =" Version: $(Version)" Importance =" high" />
4040 </Target >
4141
4242 <Import Project =" $(SILReleaseTasksProps)" Condition =" Exists('$(SILReleaseTasksProps)')" />
You can’t perform that action at this time.
0 commit comments