forked from ForNeVeR/xaml-math
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWpfMath.nuspec
21 lines (20 loc) · 1012 Bytes
/
WpfMath.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<package>
<metadata>
<id>WpfMath</id>
<version>0.2.0</version>
<title>WPF-Math</title>
<authors>ForNeVeR</authors>
<owners>ForNeVeR</owners>
<licenseUrl>https://github.com/ForNeVeR/wpf-math/blob/b44ded1cb7ad176a3c1180e9886e5531ca449b52/License.md</licenseUrl>
<projectUrl>https://github.com/ForNeVeR/wpf-math</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Tools for rendering mathematical expressions on-the-fly using the Windows Presentation Foundation.</description>
<releaseNotes>Fixed bugs with culture-dependent number parsing and box dimensions. Add color support and SVG export.</releaseNotes>
<copyright>Copyright © Alex Regueiro 2010; Copyright © wpf-math contributors 2017</copyright>
<tags>wpf latex formula</tags>
</metadata>
<files>
<file src="WpfMath\bin\Release\WpfMath.*" target="lib/net40"/>
</files>
</package>