Flower 0.7.2

dotnet add package Flower --version 0.7.2
                    
NuGet\Install-Package Flower -Version 0.7.2
                    
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="Flower" Version="0.7.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Flower" Version="0.7.2" />
                    
Directory.Packages.props
<PackageReference Include="Flower" />
                    
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 Flower --version 0.7.2
                    
#r "nuget: Flower, 0.7.2"
                    
#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.
#:package Flower@0.7.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Flower&version=0.7.2
                    
Install as a Cake Addin
#tool nuget:?package=Flower&version=0.7.2
                    
Install as a Cake Tool

Flower is a library for registering workers that are submitted for execution on a work runner when triggered by an observable.

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Flower:

Package Downloads
Flower.Autofac

Flower extensions for registering Autofac Owned workers.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.7.2 1,591 3/21/2017
0.7.0 1,430 3/21/2017
0.6.1 1,442 12/30/2016
0.5.8 1,947 6/20/2016
0.3.1 1,955 11/21/2014
0.2.3 1,642 11/21/2014
0.2.1 2,014 11/21/2014
0.1.70 1,708 11/20/2014