NetLedger 1.0.0
NetLedger is a simple, self-contained ledgering library for adding debits and credits, checking balances, and performing commits on pending entries. NetLedger is self-contained and uses Sqlite; should you need a version using an external database, please contact us.
Install-Package NetLedger -Version 1.0.0
dotnet add package NetLedger --version 1.0.0
<PackageReference Include="NetLedger" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NetLedger --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NetLedger, 1.0.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install NetLedger as a Cake Addin
#addin nuget:?package=NetLedger&version=1.0.0
// Install NetLedger as a Cake Tool
#tool nuget:?package=NetLedger&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Initial release
Dependencies
-
.NETCoreApp 3.1
- Newtonsoft.Json (>= 12.0.3)
- WatsonORM.Sqlite (>= 1.3.0.21)
-
.NETFramework 4.6.1
- Newtonsoft.Json (>= 12.0.3)
- WatsonORM.Sqlite (>= 1.3.0.21)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 12.0.3)
- WatsonORM.Sqlite (>= 1.3.0.21)
-
.NETStandard 2.1
- Newtonsoft.Json (>= 12.0.3)
- WatsonORM.Sqlite (>= 1.3.0.21)
-
net5.0
- Newtonsoft.Json (>= 12.0.3)
- WatsonORM.Sqlite (>= 1.3.0.21)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 4,774 | 12/4/2020 |