VirtualTime 0.2.0-pre

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

// Install VirtualTime as a Cake Tool
#tool nuget:?package=VirtualTime&version=0.2.0-pre&prerelease

//make time 5x faster
  DateTime.Now.ToVirtualTime(5);
//make time 5x slower
  DateTime.Now.ToVirtualTime(1/5);
//make time stand still
  DateTime.Now.ToVirtualTime(0);

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in 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
0.2.0-pre 847 3/20/2018
0.1.0-pre 701 3/19/2018
0.0.2-pre 705 3/19/2018
0.0.1-pre 855 3/19/2018

Exposed other DateTime methods