Skip to content

Commit ff7d234

Browse files
committed
Update README.md
1 parent 9cdb71c commit ff7d234

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
# NCalc
22

3-
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/ncalc/ncalc/build-test.yml)
4-
[![Coverage](https://img.shields.io/codecov/c/github/ncalc/ncalc.svg)](https://codecov.io/gh/ncalc/ncalc)
5-
[![NuGet](https://img.shields.io/nuget/v/NCalcSync.signed.svg?label=nuget&color=004880
6-
)](https://nuget.org/packages/NCalcSync.signed)
7-
![NuGet Downloads](https://img.shields.io/nuget/dt/NCalcSync.svg?color=004880)
8-
[![Discord](https://img.shields.io/discord/1237181265426387005?color=5b62ef&label=discord
9-
)](https://discord.gg/TeJkmXbqFk)
3+
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/tech-software/ncalc/build-test.yml)
4+
[![Coverage](https://img.shields.io/codecov/c/github/tech-software/ncalc.svg)](https://codecov.io/gh/ncalc/ncalc)
5+
6+
This is the Tech Software fork of NCalc. It exists to allow callers to opt-in to pre-v5.1 handling of the + operator as meaning string concatenation if the left-hand value is a string.
107

118
NCalc is a fast and lightweight expression evaluator library for .NET, designed for flexibility and high performance. It supports a wide range of mathematical and logical operations. NCalc can parse any expression and evaluate the result, including static or dynamic parameters and custom functions. NCalc targets .NET 8, .NET Standard 2.0 and NET Framework 4.8.
129

1310
## Docs
14-
Need help or want to learn more? [Check our docs.](https://ncalc.github.io/ncalc)
11+
Need help or want to learn more? [Check the team's docs.](https://ncalc.github.io/ncalc)
1512

1613

1714
## Learn more

0 commit comments

Comments
 (0)