NLedger 0.8.4-beta

This is a prerelease version of NLedger.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package NLedger --version 0.8.4-beta
NuGet\Install-Package NLedger -Version 0.8.4-beta
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NLedger" Version="0.8.4-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NLedger --version 0.8.4-beta
#r "nuget: NLedger, 0.8.4-beta"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NLedger as a Cake Addin
#addin nuget:?package=NLedger&version=0.8.4-beta&prerelease

// Install NLedger as a Cake Tool
#tool nuget:?package=NLedger&version=0.8.4-beta&prerelease

NLedger (.Net Ledger) is a .Net port of Ledger accounting system (www.ledger-cli.org). See more about this project on GitHub

.Net Ledger 0.8.4 Public Beta (2021-12-01)

Release Information

  • Introduced Extensibility API allowing seamless integration with Ledger domain model for external software
  • Created .Net and Python extensions for .Net Ledger
  • Enabled Python integration tests
  • Created .Net Ledger Python module as a standalone software product
  • Bug fixing

Features

  • Building on the original Ledger Python integration concept, a generic Extension API has been created to provide software integration capabilities:
    • It manages custom code and functions in Ledger data files (custom functions in expressions, key words import and python, command python).
    • It provides full access to Ledger domain objects from custom code.
    • It exposes a Standalone Session concept that allows custom code to use Ledger domain objects directly in its own procedures.
    • It extends the console application and Service API so you can use integration capabilities along with other Ledger features.
  • The Python Extension for .Net Ledger is built on the Extension API:
    • It fully supports all the original Ledger Python features. Python-related integration tests passed.
    • Interoperability with the Python runtime is based on the PythonNet library, which implies a wide list of supported CPython distributions. Helper scripts minimize the effort of setting up a connection to the Python runtime.
    • The .Net Ledger Python module is available as a Wheel package and can be redistributed as a standalone product. .Net Ledger installation is not required.
  • The .Net extension integrates the Ledger runtime with external .Net code:
    • It can extend data processing with functions from custom .Net assemblies. With the Service API, it also allows direct interaction with global and context objects.
    • It provides standalone session capabilities, which allows you to create a scope where your code interacts directly with Ledger domain objects.
    • All members of Ledger Domain model are accessible.
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.5

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on NLedger:

Package Downloads
NLedger.Extensibility.Python

NLedger, a .Net port of Ledger accounting system (www.ledger-cli.org)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.8.5-beta 140 12/26/2023
0.8.4-beta 13,480 11/29/2021
0.8.3-beta 13,425 1/3/2021
0.8.2-beta 334 12/30/2020
0.8.1-beta 680 10/16/2020
0.8.0-beta 236 10/2/2020