release: 1.0.9.0 — panel i18n + self-signed build signing

- Bump AssemblyInfo to 1.0.9.0 and add the CHANGELOG section.
- build.ps1 now code-signs the Release exe with a self-signed
  certificate (reused across builds, generated on first use, no env
  or secrets needed) to lower false-positive AV/VirusTotal detections.
This commit is contained in:
kitbyte
2026-06-15 00:32:32 +03:00
parent 4ce47dc6d2
commit 6395ca3a27
3 changed files with 51 additions and 2 deletions
+2 -2
View File
@@ -51,5 +51,5 @@ using System.Windows;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.8.4")]
[assembly: AssemblyFileVersion("1.0.8.4")]
[assembly: AssemblyVersion("1.0.9.0")]
[assembly: AssemblyFileVersion("1.0.9.0")]