forked from darrenkopp/murmurhash-net
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Package.nuspec
20 lines (20 loc) · 894 Bytes
/
Package.nuspec
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>murmurhash</id>
<version>1.0.2</version>
<authors>Darren Kopp</authors>
<owners>Darren Kopp, Ian Campbell</owners>
<licenseUrl>https://github.com/darrenkopp/murmurhash-net/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/darrenkopp/murmurhash-net</projectUrl>
<!--<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>-->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Provides a HashAlgorithm implementation of the Murmur3 algorithm</description>
<releaseNotes>1.0.2 - Added new MurmurOutputStream and MurmurInputStream types to allow streaming computation.</releaseNotes>
<copyright>Copyright 2013</copyright>
<tags>murmur murmurhash murmur3 hash</tags>
</metadata>
<files>
<file src="build\**\*.dll" target="lib" />
</files>
</package>