Getting prerelease (beta) versions via NuGet
Adding the custom package source
- Go to Tools => NuGet Package Manager => Package Manager Settings
- Select Package Sources
- Click the + button at the right top and use the following values at the bottom:
Name: MyGet - Catel
Source: https://www.myget.org/F/catel/api/v3/index.json
Installing via package manager
Please make sure to select the same settings as in the screenshow below:
Installing via package manager console
This example installs Catel.Extensions.Controls as a package. However, to install other packages simple change the ID (name) of the package.
Installing the latest beta
Installing a specific beta
Updating to the latest beta
Updating to a specific beta
Updating to the latest stable version