Bumps version to 2512.1Preview

Updates version string in BuildFFUVM.ps1 and ApplyFFU.ps1
from 2511.2Preview to 2512.1Preview for the new release.
This commit is contained in:
rbalsleyMSFT
2026-01-05 12:33:34 -08:00
parent 2f180747b7
commit 15149ffa0b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -443,7 +443,7 @@ param(
[switch]$Cleanup
)
$ProgressPreference = 'SilentlyContinue'
$version = '2511.2Preview'
$version = '2512.1Preview'
# Remove any existing modules to avoid conflicts
if (Get-Module -Name 'FFU.Common.Core' -ErrorAction SilentlyContinue) {
@@ -794,7 +794,7 @@ $LogFileName = 'ScriptLog.txt'
$USBDrive = Get-USBDrive
New-item -Path $USBDrive -Name $LogFileName -ItemType "file" -Force | Out-Null
$LogFile = $USBDrive + $LogFilename
$version = '2511.2Preview'
$version = '2512.1Preview'
WriteLog 'Begin Logging'
WriteLog "Script version: $version"