Skip to content

Commit 1ec12ff

Browse files
author
Codectory
committed
updated version
1 parent 33cdd92 commit 1ec12ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Source/AutoActions/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@
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")]

0 commit comments

Comments
 (0)