Releases: alphagov/notifications-net-client
2.9.0
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.
2.5.1
This is the legacy 2.5.1 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.5.1.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.5.1.nupkg
dotnet CLI
From your project directory run the following command.
dotnet add package --version=2.5.1 --source /path/to/folder Notify
Where /path/to/folder
is the folder where you downloaded the nupkg to.
1.6.0
This is the legacy 1.6.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.6.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.6.0.nupkg
dotnet CLI
From your project directory run the following command.
dotnet add package --version=1.6.0 --source /path/to/folder Notify
Where /path/to/folder
is the folder where you downloaded the nupkg to.
1.0.0
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.