Skip to content

Version 9.1.0.2602#700

Merged
lpeyr merged 10 commits into
mainfrom
vNext
Feb 17, 2026
Merged

Version 9.1.0.2602#700
lpeyr merged 10 commits into
mainfrom
vNext

Conversation

@lpeyr

@lpeyr lpeyr commented Feb 17, 2026

Copy link
Copy Markdown
Member

This pull request upgrades the project to target .NET 10.0, updates related build and deployment scripts, and introduces several UI and workflow improvements. The most significant changes are grouped below.

.NET Version Upgrade and Workflow Updates

  • Updated GitHub Actions workflows (.github/workflows/dotnet-core-desktop.yml, .github/workflows/nightly.yml) to use actions/checkout@v6, actions/setup-dotnet@v5, and actions/upload-artifact@v6, and to build against .NET 10.0 instead of earlier versions. Adjusted build and publish output paths to match the new .NET version. [1] [2]
  • Updated installer script (InternetTest.Setup/Setup.iss) to reference .NET 10.0 binaries and check for the .NET 10.0 Windows Desktop Runtime during installation, including updating user-facing messages. [1] [2]
  • Updated BuildPortable.bat to use --no-self-contained instead of --self-contained false for consistency with newer .NET CLI versions.

UI/UX Improvements

  • Standardized status indicator visuals in several components (ConnectWiFiItem.xaml, IpConfigItem.xaml, NetworkAdapterItem.xaml): switched from border-based to background-based highlighting, updated color resources, and reduced corner radius for a more modern look. [1] [2] [3]
  • Enhanced button template in App.xaml to visually indicate when a button is disabled by changing its opacity and cursor.

Versioning

  • Updated the application version in Context.cs to 9.1.0.2602.

Codebase Consistency

@lpeyr lpeyr self-assigned this Feb 17, 2026
@lpeyr lpeyr added enhancement New feature or request vNext Feature selected for the next version labels Feb 17, 2026
@lpeyr lpeyr moved this from 🆕 New to 🏗 In progress in InternetTest - Version 9.1 Feb 17, 2026
@lpeyr lpeyr merged commit 8bb02aa into main Feb 17, 2026
4 checks passed
@github-project-automation github-project-automation Bot moved this from 🏗 In progress to ✅ Done in InternetTest - Version 9.1 Feb 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request vNext Feature selected for the next version

Projects

No open projects
Status: ✅ Done

1 participant