Skip to content

.Net Ledger 0.6 Public Beta

Compare
Choose a tag to compare
@dmitry-merzlyakov dmitry-merzlyakov released this 29 Dec 23:01
· 511 commits to master since this release

First public beta of NLedger for community preview. Completed basic functionality and main project components:

  • All Ledger functions are ported and covered by unit tests;
  • Command line app is complete; its behavior is equal to the original application;
  • Ledger unit tests (test\unit) are ported and included into the solution;
  • Ledger integration tests (.test files) are run together with other unit tests;
  • Created an external testing framework (Testing Toolkit) that runs Ledger tests against the executable file;
  • Created a MSBuild project, installation scripts and a deployment package;

How to Install:

  • download NLedger-v0.6.zip;
  • unpack; move NLedger to a place of permanent location;
  • Open NLedger/Install folder and execute NLedger.Install.cmd.

Build logs and test results are in NLedger-BuildLogs-v0.6.zip. It contains: MS Build log files,
unit test logs (TRX file), NLedger Testing Toolkit test report (NLTest.LastTestResults.html).