Microscope 1.2.3

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

// Install Microscope as a Cake Tool
#tool nuget:?package=Microscope&version=1.2.3

Microscope is a high performance text evaluator.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  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.

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.2.3 1,703 8/25/2014
1.2.2 1,151 8/21/2014
1.2.1 1,169 8/6/2014
1.2.0 1,143 8/6/2014
1.1.0 1,120 8/6/2014
1.0.2 1,115 8/5/2014
1.0.1 1,117 8/5/2014
1.0.0 1,128 8/4/2014

* 1.2.3         - Fixing issue with capitalization in logical operators.
* 1.2.2         - Small bugfixes.
* 1.2.1         - Tweaks to datetime + formatting handling.
* 1.2.0         - Further refines support for "IComparable" operations; can specify a 'type' name and a 'format' to parse with.
* 1.1.0         - Adds support for multiple argument functions. Includes new functions 'greaterthan' and 'lessthan'
* 1.0.2         - Fixes an issue with how the parser reduces unary operations near the end of the expression.
* 1.0.1         - Slight performance improvements in *i functions.
* 1.0.0         - Initial Release.