File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Source/AutoActions/Properties Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ function buildVS
1414 )
1515 process
1616 {
17- $msBuildExe = ' C:\Program Files (x86) \Microsoft Visual Studio\2019 \Community\MSBuild\Current\Bin\msbuild.exe'
17+ $msBuildExe = ' C:\Program Files\Microsoft Visual Studio\2022 \Community\MSBuild\Current\Bin\msbuild.exe'
1818
1919 Write-Host " Building x64 $ ( $path ) " - foregroundcolor green
2020 & " $ ( $msBuildExe ) " " $ ( $path ) " / t:Build / m / property:Configuration= Release / property:Platform= x64
Original file line number Diff line number Diff line change 5252// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
5353// indem Sie "*" wie unten gezeigt eingeben:
5454// [assembly: AssemblyVersion("1.0.*")]
55- [ assembly: AssemblyVersion ( "1.9.19 .0" ) ]
56- [ assembly: AssemblyFileVersion ( "1.9.19 .0" ) ]
55+ [ assembly: AssemblyVersion ( "1.9.21 .0" ) ]
56+ [ assembly: AssemblyFileVersion ( "1.9.21 .0" ) ]
You can’t perform that action at this time.
0 commit comments