Microscope 1.2.3
dotnet add package Microscope --version 1.2.3
NuGet\Install-Package Microscope -Version 1.2.3
<PackageReference Include="Microscope" Version="1.2.3" />
paket add Microscope --version 1.2.3
#r "nuget: Microscope, 1.2.3"
// 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 | 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.
GitHub repositories
This package is not used by any popular GitHub repositories.
* 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.