Skip to content

1.0.0

Compare
Choose a tag to compare
@leohemsted leohemsted released this 24 Mar 18:56
· 381 commits to a4d46791ac37fa3091f01f3ef2ce1ad4fa438515 since this release

This is the legacy 1.0.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.1.0.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.1.0.0.nupkg

dotnet CLI

From your project directory run the following command.

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

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