diff --git a/AvaloniaProgressRing/AvaloniaProgressRing.csproj b/AvaloniaProgressRing/AvaloniaProgressRing.csproj
index d063737..716121b 100644
--- a/AvaloniaProgressRing/AvaloniaProgressRing.csproj
+++ b/AvaloniaProgressRing/AvaloniaProgressRing.csproj
@@ -3,7 +3,7 @@
net5;netstandard2.0;net6.0;net7.0;net8.0
true
- 0.10.6
+ 0.10.7
Deadpikle
A progress ring control for Avalonia modeled after ModernWpf's ProgressRing control
2024 Deadpikle
@@ -27,7 +27,7 @@
-
+
diff --git a/AvaloniaProgressRingSample/AvaloniaProgressRingSample.csproj b/AvaloniaProgressRingSample/AvaloniaProgressRingSample.csproj
index 34e8b86..94852af 100644
--- a/AvaloniaProgressRingSample/AvaloniaProgressRingSample.csproj
+++ b/AvaloniaProgressRingSample/AvaloniaProgressRingSample.csproj
@@ -12,12 +12,12 @@
true
-
-
-
+
+
+
-
+
diff --git a/README.md b/README.md
index 66b072b..a353d26 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
[![NuGet](https://img.shields.io/nuget/v/Deadpikle.AvaloniaProgressRing.svg?style=flat-square)](https://www.nuget.org/packages/Deadpikle.AvaloniaProgressRing/) [![NuGet](https://img.shields.io/nuget/vpre/Deadpikle.AvaloniaProgressRing.svg?style=flat-square&label=nuget-pre)](https://www.nuget.org/packages/Deadpikle.AvaloniaProgressRing/) [![NuGet](https://img.shields.io/nuget/dt/Deadpikle.AvaloniaProgressRing.svg?style=flat-square)](https://www.nuget.org/packages/Deadpikle.AvaloniaProgressRing/) [![NuGet](https://img.shields.io/github/issues/Deadpikle/AvaloniaProgressRing.svg?style=flat-square)](https://github.com/Deadpikle/AvaloniaProgressRing/issues/)
-This project is a simple progress ring for Avalonia that's modeled off of [ModernWpf's](https://github.com/Kinnara/ModernWpf) progress ring. Credit to ModernWpf for the initial code and design! v0.8.x works on Avalonia 0.9.x, and v0.9.x is compatible with Avalonia 0.10.x. v0.10.x is compatible with Avalonia 11 Preview 2+.
+This project is a simple progress ring for Avalonia that's modeled off of [ModernWpf's](https://github.com/Kinnara/ModernWpf) progress ring. Credit to ModernWpf for the initial code and design! v0.8.x works on Avalonia 0.9.x, and v0.9.x is compatible with Avalonia 0.10.x. v0.10.x is compatible with Avalonia 11 Preview 2+ (0.10.7+ builds on Avalonia 11.1+).
![Progress Ring GIF](img/avalonia-60-fps.gif)