Skip to content

Commit

Permalink
Stabilize 3.2 release (#15280)
Browse files Browse the repository at this point in the history
  • Loading branch information
pinzart90 committed Jun 4, 2024
1 parent 7edf508 commit cccc331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/NuGet/BuildPackages.bat
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ for /f %%f in ('cscript //Nologo ..\install\GetFileVersion.vbs %harvestPath%\Dyn
set /a count=!count!+1
)
setlocal DisableDelayedExpansion
set version=%Major%.%Minor%.%Build%-beta%Revision%
set version=%Major%.%Minor%.%Build%.%Revision%

:: Get target framework from build.xml
for /f %%f in ('cscript //Nologo .\GetTargetFramework.vbs ..\..\src\build.xml') do (
Expand Down

0 comments on commit cccc331

Please sign in to comment.