-
Notifications
You must be signed in to change notification settings - Fork 10
/
Loyc.Math.nuspec
30 lines (29 loc) · 1.49 KB
/
Loyc.Math.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
25
26
27
28
29
30
<?xml version="1.0"?>
<package>
<metadata>
<id>Loyc.Math</id>
<version>$version$</version>
<authors>David Piepgrass</authors>
<owners>David Piepgrass</owners>
<projectUrl>http://core.loyc.net</projectUrl>
<!--<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>-->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Defines numeric and geometric data types.</summary>
<description>Additional functionality beyond `System.Math` in `MathEx`; generic geometry interfaces and structures (points, lines, rectangles); numeric interfaces and "trait" types for doing arithmetic in generic code; fixed-point structures; 128-bit integer arithmetic. Contributors welcome: looking for things that ought to be built into the .NET framework, but aren't</description>
<releaseNotes>See http://core.loyc.net/version-history</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>Loyc Core Math Geometry FixedPoint</tags>
<dependencies>
<dependency id="Loyc.Essentials" version="$version$" />
</dependencies>
</metadata>
<files>
<file src="readme.md" />
<file src="Bin\Release.NET3\Loyc.Math.*" target="lib\net35-client\" />
<file src="Bin\Release.NET4\Loyc.Math.*" target="lib\net40-client\" />
<file src="Bin\Release.NET45\Loyc.Math.*" target="lib\net45\" />
<file src="Loyc.Math\**\*.cs" target="src" />
<file src="Loyc.Math\**\*.ecs" target="src" />
<file src="Loyc.Math\**\*.tt" target="src" />
</files>
</package>