Augurk.CommandLine 3.1.1-pullrequest0007

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of Augurk.CommandLine.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Augurk.CommandLine --version 3.1.1-pullrequest0007
NuGet\Install-Package Augurk.CommandLine -Version 3.1.1-pullrequest0007
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="Augurk.CommandLine" Version="3.1.1-pullrequest0007" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Augurk.CommandLine --version 3.1.1-pullrequest0007
#r "nuget: Augurk.CommandLine, 3.1.1-pullrequest0007"
#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 Augurk.CommandLine as a Cake Addin
#addin nuget:?package=Augurk.CommandLine&version=3.1.1-pullrequest0007&prerelease

// Install Augurk.CommandLine as a Cake Tool
#tool nuget:?package=Augurk.CommandLine&version=3.1.1-pullrequest0007&prerelease

Command line tools for publishing feature files to Augurk.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
3.2.1 12,062 10/25/2017
3.2.0 1,930 7/12/2017
3.1.1 1,067 5/30/2017
3.1.1-pullrequest0007 753 5/30/2017
3.1.0 956 4/7/2017
3.0.0 1,084 1/25/2017
2.4.0 1,309 1/11/2017
2.3.2 1,126 1/10/2017
2.3.1.1 1,236 11/4/2016
2.3.0 1,483 1/12/2016
2.2.0 1,435 12/16/2015

This version integrates the new Gherkin parser instead of relying on the old SpecFlow specific parser. This makes
     the total package a lot smaller as well. Due to some subtle differences in parsing (mainly indentation at the start of
     a line in feature and scenario descriptions are now preserved), there is now a --compat-level flag that can be set to 2
     (or lower) if necessary to fallback to the previous behavior.