Macro.SpecFlow by Yurii Hunter

<PackageReference Include="Macro.SpecFlow" Version="1.0.0" />

 Macro.SpecFlow 1.0.0

Replace step definition text with your own values

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Macro.SpecFlow</id>
    <version>1.0.0</version>
    <title>Macro SpecFlow</title>
    <authors>Yurii Hunter</authors>
    <owners>Yurii Hunter</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <iconUrl>https://yurii-hunter.github.io/macro-specflow/img/macro.specflow.png</iconUrl>
    <description>Replace step definition text with your own values</description>
    <copyright>Copyright 2018</copyright>
    <tags>SpecFlow Macro</tags>
    <dependencies>
      <dependency id="SpecFlow.CustomPlugin" version="2.3.1" />
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Configuration" targetFramework="" />
    </frameworkAssemblies>
  </metadata>
</package>