Skip to main content

XPF Versioning

The latest stable version of Avalonia XPF is 1.2.0. And if you are planning to make a release of your product you should choose the stable version. But for development purposes 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-nightly.avaloniaui.net/v3/index.json" />