Expecto.PerfUtil 1.0.2

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

// Install Expecto.PerfUtil as a Cake Tool
#tool nuget:?package=Expecto.PerfUtil&version=1.0.2

Expecto is a smooth test framework for F#, cloned from Fuchu with added functionality for making it easier to use.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.0.12 18,686 10/28/2016
1.0.11 978 10/23/2016
1.0.10 970 10/23/2016
1.0.4 976 10/22/2016
1.0.3 963 10/22/2016
1.0.2 951 10/22/2016
1.0.1 940 10/22/2016

Release Notes:

* [infra] Passed -> passed, fix capitalisation bugs
* [docs] documenting hello world properly
* [docs] removing trailing whitespace
* [infra] restore_quick is needed
* [infra] patch release
* Bumping dependencies
* v1.0.0
* adding travis
* Remodel to Expecto repository
* Merge branch 'include-fscheck-finish-messages' of https://github.com/neoeinstein/Fuchu
* Merge branch 'patch-1' of https://github.com/cloudRoutine/Fuchu
* Merge https://github.com/OverlyExcessive/Fuchu into netcore_with_dotnetcli
* updated to NETCOREAPP 1.0
* Updated project.json
* updated deprecated options
* Update README.md
* MemberInfo is a base class of TypeInfo not Type
* fix netcore differences
* fix missing AsParallel
* fix missing trace
* add project.json
* Fix links to other projects
* syntax highlighting for code snippets
* Print FsCheck finish messages through on pass