-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathIntXLib.nuspec
More file actions
20 lines (20 loc) · 910 Bytes
/
Copy pathIntXLib.nuspec
File metadata and controls
20 lines (20 loc) · 910 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<package>
<metadata>
<id>IntX</id>
<version>$version$</version>
<title>IntX</title>
<authors>Andriy Kozachuk</authors>
<owners>Andriy Kozachuk</owners>
<licenseUrl>http://intx.codeplex.com/license</licenseUrl>
<projectUrl>http://intx.codeplex.com/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>IntX is an arbitrary precision integers class written in pure C# with fast - about O(N * log N) - multiplication/division algorithms implementation. Runs on .NET 2.0+.</description>
<releaseNotes>Added bitwise operations and is odd/even flag support.</releaseNotes>
<copyright>Copyright (c) 2005-2015, Andriy Kozachuk</copyright>
<tags>biginteger numeric fht</tags>
</metadata>
<files>
<file src="..\license.txt" target="lib\net20\IntXLib.license.txt" />
</files>
</package>