arklumpus / AvaloniaColorPicker

A color picker for Avalonia
GNU Lesser General Public License v3.0
81 stars 6 forks source link

Update to Avalonia 11 #10

Closed Azyyyyyy closed 1 year ago

Azyyyyyy commented 1 year ago

This is still in preview but has the changes needed to make this project work with Avalonia V11

Also fixed github link in .csproj and added .gitignore file so build files don't get commited

arklumpus commented 1 year ago

This is great, thanks! I added a FormatString to NumericUpDown controls because they had started showing a decimal digit (e.g. 255.0 instead of 255).

For the themes, I'm leaving is as it is (with the first block commented out) for now - I don't really want to add a reference to the fluent theme NuGet package as it's not really necessary... Maybe a hack using reflection might avoid the issue, but no point in implementing it until the API is final.

I'll be updating the version number and pushing a new NuGet package in a moment.