Augurk.CommandLine 3.1.1-pullrequest0007

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.
<PackageVersion Include="Augurk.CommandLine" Version="3.1.1-pullrequest0007" />
                    
Directory.Packages.props
<PackageReference Include="Augurk.CommandLine" />
                    
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 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.
#addin nuget:?package=Augurk.CommandLine&version=3.1.1-pullrequest0007&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Augurk.CommandLine&version=3.1.1-pullrequest0007&prerelease
                    
Install as a Cake Tool

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 17,327 10/25/2017
3.2.0 2,117 7/12/2017
3.1.1 1,257 5/30/2017
3.1.1-pullrequest0007 932 5/30/2017
3.1.0 1,150 4/7/2017
3.0.0 1,371 1/25/2017
2.4.0 1,686 1/11/2017
2.3.2 1,413 1/10/2017
2.3.1.1 1,421 11/4/2016
2.3.0 1,875 1/12/2016
2.2.0 1,810 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.