﻿MyLiveChat WinForms agent console 鈥?portable build
==================================================
Package : mylivechat-winforms-portable-20260717
Built   : 2026-07-18 06:07   (artifact only; no server contacted)
Exe     : MyLiveChat/MyLiveChat.exe   (FileVersion 3.0.0.0)

This is a PORTABLE build, not the MSI installer (Setup/Setup.vdproj can't be rebuilt
headless). To run: unzip and launch MyLiveChat/MyLiveChat.exe. To produce the MSI,
point Setup.vdproj's primary output at bin\Release and build it in Visual Studio with
the "Microsoft Visual Studio Installer Projects" extension.

Fixes in this build (commit adccf740):
  * LoginForm.CopyShortcutTo: the data1.Length == data1.Length self-compare (always
    true) let the byte loop run for mismatched lengths and threw IndexOutOfRange when a
    new shortcut was longer than the existing one; same was computed but ignored so
    the shortcut was rewritten every startup. Now compares data1.Length == data2.Length
    and skips the copy when identical.
  * Cleared all 8 code warnings (dead vars/fields, unused catch bindings).
