跳到主要内容

XPF Versioning

The latest stable version of Avalonia XPF is 1.5.0.

For product releases it is recommended that you use the latest stable version, but for general development you may want to update to the latest development version frequently.

The latest version can be found on our nuget server.

To log into the web portal, use the following credentials:

  • Username: license
  • Password: <YOUR_LICENSE_KEY>

Nightly builds of XPF may depend on pre-release versions of Avalonia, so ensure that you have the following feeds configured in your NuGet.config file:

    <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="xpf" value="https://xpf-nuget-feed.avaloniaui.net/v3/index.json" />
<add key="avalonia-nightly" value="https://nuget-feed-all.avaloniaui.net/v3/index.json" />