chore(release): prepare v0.4.4
Some checks failed
Build and Test / test (push) Has been cancelled
Build and Test / build (win-x64) (push) Has been cancelled
Build and Test / build (win-arm64) (push) Has been cancelled
Build and Test / build-msix (ARM64, win-arm64) (push) Has been cancelled
Build and Test / build-msix (x64, win-x64) (push) Has been cancelled
Build and Test / build-extension (arm64) (push) Has been cancelled
Build and Test / build-extension (x64) (push) Has been cancelled
Build and Test / release (push) Has been cancelled

- bump OpenClaw.Tray and OpenClaw.Tray.WinUI project versions from 0.4.3 to 0.4.4

- bump WinUI MSIX package identity version from 0.4.3.0 to 0.4.4.0

- validated with win-arm64 Release builds for WinUI and Tray plus full OpenClaw.Shared.Tests pass
This commit is contained in:
Scott Hanselman 2026-02-23 21:55:26 -08:00
parent f8fab84a3f
commit 6eb2142da6
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
<EnableMsixTooling>true</EnableMsixTooling>
<ApplicationIcon>Assets\openclaw.ico</ApplicationIcon>
<RootNamespace>OpenClawTray</RootNamespace>
<Version>0.4.3</Version>
<Version>0.4.4</Version>
</PropertyGroup>
<!-- Unpackaged (default): traditional EXE distribution via Inno Setup -->

View File

@ -12,7 +12,7 @@
<Identity
Name="OpenClaw.Tray"
Publisher="CN=Scott Hanselman, O=Scott Hanselman, L=Forest Grove, S=Oregon, C=US"
Version="0.4.3.0" />
Version="0.4.4.0" />
<Properties>
<DisplayName>OpenClaw Tray</DisplayName>

View File

@ -14,7 +14,7 @@
<AssemblyCompany>Scott Hanselman</AssemblyCompany>
<AssemblyProduct>OpenClaw Tray</AssemblyProduct>
<Copyright>Copyright © 2026 Scott Hanselman</Copyright>
<Version>0.4.3</Version>
<Version>0.4.4</Version>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<!-- RuntimeIdentifier set at publish time: win-x64 or win-arm64 -->