Concordion 1.5.2

dotnet add package Concordion --version 1.5.2
NuGet\Install-Package Concordion -Version 1.5.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="Concordion" Version="1.5.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Concordion --version 1.5.2
#r "nuget: Concordion, 1.5.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.
// Install Concordion as a Cake Addin
#addin nuget:?package=Concordion&version=1.5.2

// Install Concordion as a Cake Tool
#tool nuget:?package=Concordion&version=1.5.2

Concordion is a small, handy Behavior Driven Development (BDD) framework that lets you turn plain English requirements into automated tests.

This package contains the core Concordion.dll. You will need Concordion.NET for your projects:
Concordion.NET

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.
    • IKVM (>= 8.1.5717)

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Concordion:

Package Downloads
Concordion.NET

Concordion.NET is a framework for Behavior Driven Development (BDD) that enables developers, testers and business analysts to build executable specifications in free-form using plain English. A Concordion.NET active specification consists of two parts: a well-formed XHTML document describing the functionality, and fixture code written in C# (a special extension of a standard NUnit test case) that finds concrete examples in the document and uses them to verify the system under test. Concordion.NET acceptance tests are so readable, they can double up as system documentation. And, since the tests run against the system, you can be confident the documentation is always up-to-date.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.2 3,379 1/23/2017
1.5.1 938 1/23/2017