-
Notifications
You must be signed in to change notification settings - Fork 0
/
Jace.nuspec
22 lines (22 loc) · 925 Bytes
/
Jace.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package >
<metadata>
<id>Jace4fc</id>
<version>$version$</version>
<title>Jace4fc</title>
<authors>mrxrsd, Pieter De Rycke</authors>
<license type="expression">MIT</license>
<projectUrl>https://github.com/mrxrsd/jace4fc</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Jace4fc (Jace For Financial Calculations) is a high performance calculation engine for the .NET platform that can dynamically parse, interprete and execute strings containing mathematical functions.
</description>
<summary>
Jace4fc is hard-fork of Jace.NET. Jace4fc has decimal support needed for money and financial calculations.
</summary>
<tags>math interprete parse windows phone mathematical formula calculation expression parse evaluate</tags>
<dependencies>
<group targetFramework=".NETStandard1.6" />
</dependencies>
</metadata>
</package>