From ef237f345bef0eaa50b172a8e646671ee4e840b2 Mon Sep 17 00:00:00 2001 From: PTah Date: Thu, 28 May 2026 09:34:19 +1000 Subject: [PATCH] =?UTF-8?q?chore:=20release=201.2.7-SAC=20=E2=80=94=20SAC?= =?UTF-8?q?=20ingest=20HTTP=20201/409/202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump version.txt and ScriptVersion for Deploy-LoginMonitor on NETLOGON. Co-authored-by: Cursor --- Login_Monitor.ps1 | 2 +- Sac-Client.ps1 | 1 + version.txt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Login_Monitor.ps1 b/Login_Monitor.ps1 index ea73e33..b4bbe40 100644 --- a/Login_Monitor.ps1 +++ b/Login_Monitor.ps1 @@ -80,7 +80,7 @@ $script:MonitorLoopInitialized = $false # строки ниже, если правки «мелкие» и вы не хотите менять отображаемую версию в логах). # Рекомендация: при значимых релизах меняйте и $ScriptVersion, и version.txt одинаково; при только # исправлениях на шаре — достаточно поднять patch в version.txt (например 1.3.0.1). -$ScriptVersion = "1.2.6-SAC" +$ScriptVersion = "1.2.7-SAC" # Логи (все под InstallRoot) $LogFile = Join-Path $script:InstallRoot "Logs\login_monitor.log" diff --git a/Sac-Client.ps1 b/Sac-Client.ps1 index 14e0892..5fcb904 100644 --- a/Sac-Client.ps1 +++ b/Sac-Client.ps1 @@ -4,6 +4,7 @@ .DESCRIPTION Dot-source после login_monitor.settings.ps1 и функции Write-Log. Ожидает: $UseSAC, $SacUrl, $SacApiKey, $ScriptVersion, $script:InstallRoot. + Release: 1.2.7-SAC (ingest HTTP 201/409/202). #> function Write-SacLog { diff --git a/version.txt b/version.txt index 6d70a47..5d52c6a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.2.6-SAC +1.2.7-SAC