Files
Zhang Dian f1c9dc4817 Revent TargetType of BaseIconButton from IconButton to ContentControl (#888)
* fix: change TargetType of BaseIconButton from IconButton to ContentControl.

* misc: bump version.

* chore: add NuGet configuration for nightly package source.
2026-02-12 20:37:41 +08:00

6 lines
217 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="avalonia-nightly" value="https://nuget-feed-nightly.avaloniaui.net/v3/index.json" />
</packageSources>
</configuration>