Growl 0.6.0

dotnet add package Growl --version 0.6.0
                    
NuGet\Install-Package Growl -Version 0.6.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Growl" Version="0.6.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Growl" Version="0.6.0" />
                    
Directory.Packages.props
<PackageReference Include="Growl" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Growl --version 0.6.0
                    
#r "nuget: Growl, 0.6.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Growl&version=0.6.0
                    
Install Growl as a Cake Addin
#tool nuget:?package=Growl&version=0.6.0
                    
Install Growl as a Cake Tool

Includes libraries for sending growl notifications from your applications (functionality as in the .NET SDK).
Also includes a helper class to enable sending of simple notifications with just one line of code:

GrowlHelper.simpleGrowl("Hello World", "This is my message");

The helper only seems to work with WinForms apps at the moment, but the libraries still allow you to use growl from your websites too.
I do not own Growl. I just put it into a NuGet package. All original code belongs to Christopher Forsythe and the Growl Team.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.6.0 1,301 3/23/2011