File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3838 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
3939 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
4040 <AssemblyVersion >3.0.0.0</AssemblyVersion >
41- <VersionPrefix >3.1.3 </VersionPrefix >
42- <VersionSuffix Condition =" '$(VersionSuffix)' == '' AND '$(GITHUB_ACTIONS)' != '' " >beta$([System.Convert]::ToInt32(` $(GITHUB_RUN_NUMBER)`).ToString(`0000`) )</VersionSuffix >
41+ <VersionPrefix >3.2.0 </VersionPrefix >
42+ <VersionSuffix Condition =" '$(VersionSuffix)' == '' AND '$(GITHUB_ACTIONS)' != '' AND '$(GITHUB_HEAD_REF)' != '' " >beta. $(GITHUB_RUN_NUMBER)</VersionSuffix >
4343 <VersionPrefix Condition =" $(GITHUB_REF.StartsWith(`refs/tags/v`)) " >$(GITHUB_REF.Replace('refs/tags/v', ''))</VersionPrefix >
4444 <VersionSuffix Condition =" $(GITHUB_REF.StartsWith(`refs/tags/v`)) " ></VersionSuffix >
4545 <FileVersion Condition =" '$(GITHUB_RUN_NUMBER)' != '' " >$(VersionPrefix).$(GITHUB_RUN_NUMBER)</FileVersion >
You can’t perform that action at this time.
0 commit comments