Microscope 1.2.0
See the version list below for details.
dotnet add package Microscope --version 1.2.0
NuGet\Install-Package Microscope -Version 1.2.0
<PackageReference Include="Microscope" Version="1.2.0" />
paket add Microscope --version 1.2.0
#r "nuget: Microscope, 1.2.0"
// Install Microscope as a Cake Addin #addin nuget:?package=Microscope&version=1.2.0 // Install Microscope as a Cake Tool #tool nuget:?package=Microscope&version=1.2.0
Microscope is a high performance text evaluator.
Product | Versions 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. |
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.
* 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.