跳到主要内容

XPF Versioning

For product releases, it is recommended that you use the latest stable version (see the release notes). For general development, you may choose to update to the latest development version.

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" />