-
Notifications
You must be signed in to change notification settings - Fork 23
/
nuspec.nuspec
19 lines (19 loc) · 883 Bytes
/
nuspec.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>SimpleCrypto</id>
<version>0.0</version>
<title>SimpleCrypto.Net</title>
<authors>Shawn Mclean</authors>
<owners>Shawn Mclean</owners>
<projectUrl>https://github.com/shawnmclean/SimpleCrypto.net</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Simple cryptography library that wraps complex hashing algorithms such as PBKDF2 for quick and simple usage.</description>
<releaseNotes>Added visual studio documentation to classes.</releaseNotes>
<copyright>2013</copyright>
<language>en-US</language>
</metadata>
<files>
<file src="out\SimpleCrypto.dll" target="lib\SimpleCrypto.dll" />
</files>
</package>