Skip to content

Commit f8b3cf7

Browse files
committed
Added NuGet specification file
1 parent 12a2e33 commit f8b3cf7

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>$id$</id>
5+
<version>$version$</version>
6+
<title>$title$</title>
7+
<authors>$author$</authors>
8+
<owners>$author$</owners>
9+
<licenseUrl>http://2toad.com/Project/Rijndael256/License</licenseUrl>
10+
<projectUrl>http://2toad.com/Project/Rijndael256</projectUrl>
11+
<description>
12+
Rijndael256 makes encrypting data and files a breeze with the AES symmetric-key cipher Rijndael.
13+
14+
Features: AES-128, AES-192, AES-256, SHA-512, PBKDF2.
15+
</description>
16+
<copyright>Copyright (C)2013 2Toad, LLC. All rights reserved.</copyright>
17+
<tags>2Toad Rijndael256 Security Cryptography Cryptographic Encryption Decryption Rijndael AES AES-128 AES-192 AES-256 SHA SHA-512 PBKDF2 Hashing</tags>
18+
</metadata>
19+
</package>

0 commit comments

Comments
 (0)