forked from ForNeVeR/xaml-math
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWpfMath.nuspec
24 lines (23 loc) · 1.01 KB
/
WpfMath.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<package>
<metadata>
<id>WpfMath</id>
<version>0.7.0</version>
<title>WPF-Math</title>
<authors>ForNeVeR</authors>
<owners>ForNeVeR</owners>
<license type="expression">MIT</license>
<projectUrl>https://github.com/ForNeVeR/wpf-math</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>.NET library for rendering mathematical formulae using the LaTeX typsetting style, for the WPF framework.</description>
<releaseNotes>Migrated to .NET 4.5.2; added matrix support; fixed some bugs.</releaseNotes>
<copyright>Copyright © Alex Regueiro 2010; Copyright © WPF-Math Contributors 2019</copyright>
<tags>wpf latex formula</tags>
<dependencies>
<dependency id="System.ValueTuple" version="4.5.0" />
</dependencies>
</metadata>
<files>
<file src="src\WpfMath\bin\Release\net452\WpfMath.???" target="lib\net452"/>
</files>
</package>