From 140984ac6eab417fede706204b6dfc42e9e05f57 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 22 Feb 2026 09:33:10 +0000 Subject: [PATCH 1/2] Initial plan From ef7778fea960a33cbafdc672117730f4fbda989d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 22 Feb 2026 09:35:00 +0000 Subject: [PATCH 2/2] Replace WPF sample with Avalonia sample in README Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> --- Readme.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index dca6ccf..1108c20 100644 --- a/Readme.md +++ b/Readme.md @@ -152,7 +152,7 @@ To simplify some of the most common scenarios, **Gress** comes with two terminal This handler is an object with a single property, whose value is overwritten with every new progress update that gets reported. It also implements the `INotifyPropertyChanged` interface, allowing the property to be bound from XAML-based user interfaces. -Here's a very basic example of how you would use it in a typical WPF application: +Here's a very basic example of how you would use it in a typical Avalonia application: ```csharp public class MainViewModel @@ -181,10 +181,9 @@ public class MainViewModel ```xml + x:DataType="MainViewModel">