Skip to content

Commit

Permalink
Added latest readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrdek committed Oct 20, 2023
1 parent 71ab7db commit a771f03
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,18 @@ Additional randomization and Set-Based selections techniques are also included a

UPDATE: Added extended functionality for diffing, distance calculation algorithms and tree structures creation.

Package also installable from [online nuget source.](https://www.nuget.org/packages/LinqDataCalc/)
<br/>

General usage/setup:

- On nupkg install from nuget package man. VS add relevant reference.
- Reference in-code:
```C#
using static LinqDataCalc.LinqDataCalcExtensions;
```
- Further usage, instructions on official [online documentation.](https://chrdek.github.io/docs/LinqDataCalc.html)

Package installable from [online nuget source.](https://www.nuget.org/packages/LinqDataCalc/)

<br/>

Expand Down

0 comments on commit a771f03

Please sign in to comment.