Scribe.NET by Jon Fazzaro

<PackageReference Include="Scribe.NET" Version="1.0.4" />

.NET API 7,680 bytes

 Scribe.NET 1.0.4

Scribe lets you write RSpec-style tests in C# (without leaving the comfort of your favorite testing framework).

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata minClientVersion="3.3.0">
    <id>Scribe.NET</id>
    <version>1.0.4</version>
    <title>Scribe</title>
    <authors>Jon Fazzaro</authors>
    <owners>Jon Fazzaro</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <projectUrl>https://github.com/jonfazzaro/scribe</projectUrl>
    <iconUrl>https://s15.postimg.cc/4wua0nirv/scribe.png</iconUrl>
    <description>Scribe lets you write RSpec-style tests in C# (without leaving the comfort of your favorite testing framework).</description>
    <copyright>Copyright 2018, Fazzaro</copyright>
    <tags>C#, TDD, RSpec, Describe, It, BeforeEach</tags>
    <contentFiles>
      <files include="any/any/Scribe.ttinclude" buildAction="None" copyToOutput="false" />
    </contentFiles>
  </metadata>
</package>