LightBDD 2.1.0

dotnet add package LightBDD --version 2.1.0
                    
NuGet\Install-Package LightBDD -Version 2.1.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="LightBDD" Version="2.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LightBDD" Version="2.1.0" />
                    
Directory.Packages.props
<PackageReference Include="LightBDD" />
                    
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 LightBDD --version 2.1.0
                    
#r "nuget: LightBDD, 2.1.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.
#:package LightBDD@2.1.0
                    
#: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=LightBDD&version=2.1.0
                    
Install as a Cake Addin
#tool nuget:?package=LightBDD&version=2.1.0
                    
Install as a Cake Tool

A bridge package allowing smooth transition from LightBDD to LightBDD.NUnit2.
After update to this version, the LightBDD package can be removed and LightBDD.NUnit2 should be used since then.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.1.0 69,281 2/26/2017
1.7.3 1,552 2/15/2017
1.7.2 1,461 8/21/2016
1.7.1 1,776 6/14/2016
1.7.0 3,080 6/21/2015
1.6.1 2,195 12/13/2014
1.6.0 1,587 11/27/2014
1.5.1.1 1,512 10/21/2014
1.5.1 1,528 10/20/2014
1.5.0 1,528 9/28/2014
1.4.0 1,695 2/22/2014
1.3.0 1,609 2/18/2014
1.2.0.1 1,597 11/12/2013
1.2.0 1,490 11/12/2013
1.1.4 1,502 9/21/2013
1.1.2 1,539 9/17/2013
1.1.1 1,501 9/16/2013
1.1.0 1,515 9/15/2013

Deprecated in favor of explicit LightBDD integration packages.