BitPantry.Parsing.Strings
1.1.0.6
See the version list below for details.
dotnet add package BitPantry.Parsing.Strings --version 1.1.0.6
NuGet\Install-Package BitPantry.Parsing.Strings -Version 1.1.0.6
<PackageReference Include="BitPantry.Parsing.Strings" Version="1.1.0.6" />
paket add BitPantry.Parsing.Strings --version 1.1.0.6
#r "nuget: BitPantry.Parsing.Strings, 1.1.0.6"
// Install BitPantry.Parsing.Strings as a Cake Addin #addin nuget:?package=BitPantry.Parsing.Strings&version=1.1.0.6 // Install BitPantry.Parsing.Strings as a Cake Tool #tool nuget:?package=BitPantry.Parsing.Strings&version=1.1.0.6
A string parsing and serialization utility library
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | 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 (3)
Showing the top 3 NuGet packages that depend on BitPantry.Parsing.Strings:
Package | Downloads |
---|---|
BitPantry.CommandLine
Command line library |
|
BitPantry.AssemblyPatcher
The BitPantry Assembly Patcher is a small utility that can patch your AssemblyInfo.cs version using a flexible and pluggable version pattern approach. |
|
BitPantry.Settings
Adds properties around settings to get rid of accessing settings through "magic strings". Includes functionality for easily casting settings properties. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.1.6 | 4,393 | 7/11/2018 |
1.1.0.21 | 1,849 | 4/6/2018 |
1.1.0.20 | 1,584 | 2/2/2018 |
1.1.0.17 | 1,642 | 12/31/2017 |
1.1.0.16 | 1,531 | 12/13/2017 |
1.1.0.15 | 1,533 | 5/5/2017 |
1.1.0.14 | 1,437 | 5/5/2017 |
1.1.0.13 | 1,485 | 4/21/2017 |
1.1.0.6 | 2,136 | 2/24/2016 |
1.0.32366.12 | 1,784 | 1/27/2016 |
1.0.32342.11 | 1,742 | 1/19/2016 |
1.0.32285.2 | 1,938 | 12/15/2015 |
1.0.31847.5 | 2,434 | 4/10/2015 |
Rewrote core parser selection logic and IParser interface to better align with the intention of handling any implementation or extension of a specific interface or type. Added support for parsing IDictionary implementations. Also added additional unit tests which led to the resolution of 'fragile' scenarios.