ExpressiveParser 1.1.1
See the version list below for details.
dotnet add package ExpressiveParser --version 1.1.1
NuGet\Install-Package ExpressiveParser -Version 1.1.1
<PackageReference Include="ExpressiveParser" Version="1.1.1" />
paket add ExpressiveParser --version 1.1.1
#r "nuget: ExpressiveParser, 1.1.1"
// Install ExpressiveParser as a Cake Addin #addin nuget:?package=ExpressiveParser&version=1.1.1 // Install ExpressiveParser as a Cake Tool #tool nuget:?package=ExpressiveParser&version=1.1.1
A multi-platform expression parsing and evaluating framework.
Product | Versions 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. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ExpressiveParser:
Package | Downloads |
---|---|
KamiSama.Iso8583.Protocol
rich ISO 8583 library to parse and compose messages and subset of the iso fields. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.1 | 15,014 | 5/23/2024 |
3.0.0 | 6,005 | 2/28/2024 |
2.5.0 | 140,025 | 1/17/2022 |
2.4.0 | 143,927 | 2/2/2021 |
2.3.0 | 3,243 | 1/11/2021 |
2.2.0 | 1,707 | 12/7/2020 |
2.1.1 | 6,552 | 10/29/2020 |
2.1.0 | 14,333 | 8/24/2020 |
2.0.0 | 4,838 | 7/16/2020 |
1.4.3 | 80,374 | 8/27/2019 |
1.4.2 | 21,022 | 7/16/2019 |
1.4.1 | 3,464 | 4/25/2019 |
1.4.0 | 711 | 3/23/2019 |
1.3.1 | 25,727 | 7/17/2018 |
1.3.0 | 5,181 | 6/12/2018 |
1.2.1 | 15,895 | 12/6/2017 |
1.1.1 | 1,364 | 8/24/2017 |
1.1.0 | 1,642 | 1/30/2017 |
1.0.1 | 1,394 | 7/27/2016 |
1.0.0 | 1,407 | 6/23/2016 |
Version 1.1.1 includes
Bug fixes:
* GH-16: The parser now always uses the '.' decimal separator rather than using the current locales.
* GH-10: String comparisons now adhere to the ExpressiveOptions.IgnoreCase option if passed in.
* GH-14: Comparisons between strings and booleans now no longer fail.