Skip to content

2.9.0

Latest
Compare
Choose a tag to compare
@leohemsted leohemsted released this 24 Mar 19:30
af1b962

This is the legacy 2.9.0 release. When starting a new project, please follow the instructions found in our documentation to install the latest version.

To install this package, find the Notify.2.9.0.nupkg file in the assets section below and download it to your machine.

Visual Studio

From the Package Manager Console run:

Install-Package c:\path\to\downloads\Notify.2.9.0.nupkg

dotnet CLI

From your project directory run the following command.

dotnet add package --version=2.9.0 --source /path/to/folder Notify

Where /path/to/folder is the folder where you downloaded the nupkg to.