Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Adding the custom package source

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.tocwith Catel v5, the alpha prereleases are only available on the MyGet feed for Catel. Therefore you must first add the custom url to the NuGet Package Manager. The easiest way to do this is via Visual Studio.

  1. Go to Tools => NuGet Package Manager => Package Manager Settings
  2. Select Package Sources
  3. 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

...