NStopwatch 0.0.7.1

dotnet add package NStopwatch --version 0.0.7.1
NuGet\Install-Package NStopwatch -Version 0.0.7.1
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="NStopwatch" Version="0.0.7.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NStopwatch --version 0.0.7.1
#r "nuget: NStopwatch, 0.0.7.1"
#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 NStopwatch as a Cake Addin
#addin nuget:?package=NStopwatch&version=0.0.7.1

// Install NStopwatch as a Cake Tool
#tool nuget:?package=NStopwatch&version=0.0.7.1

CLR library to do performance measurements and microbenchmarks in automated tests and scripts

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.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.7.1 155 8/8/2013
0.0.7 50 8/8/2013

* 0.0.7.1
- rename solution (MeasureIt replaced with NStopwatch).
* 0.0.6.0
- refactored API to be clear about number of loops done
* 0.0.5.6
- AnyCPU build
- improvied support for expression to meaningfull string
- improved assertability
* 0.0.5.5
   - Initial relese for ease of reuse in my other projects.