Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Starting on December 21, 2011, beta versions of Catel are published to NuGet. This way, it is possible to give users that like to live on the edge a change to update their packages via NuGet.

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

Install-Package Catel.Extensions.Controls –IncludePrerelease

Installing a specific beta

Install-Package Catel.Extensions.Controls –IncludePrerelease -version 4.0.0-unstable0532

Updating to the latest beta

Update-Package Catel.Extensions.Controls –IncludePrerelease

Updating to a specific beta

Update-Package Catel.Extensions.Controls –IncludePrerelease -version 4.0.0-unstable0532

Updating to the latest stable version

Update-Package Catel.Extensions.Controls
  • No labels