Skip to content

Commit b5dfde9

Browse files
changed description
1 parent 2a95d39 commit b5dfde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MD5CSharp/MD5.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Authors>Alexandre Freire</Authors>
66
<Company>Alexandre Freire</Company>
77
<PackageTags>Hash, MD5, MD5Hash, Encryptor</PackageTags>
8-
<Description>Encrypt strings using helper/extension. Ex: string key = "hello world".GetMD5() or string key = MD5Hash.Hash.Content("123");</Description>
8+
<Description>Encrypt strings, byteArray or stream using helper/extension. Ex: string key = "hello world".GetMD5() or string key = MD5Hash.Hash.Content("123");</Description>
99
<PackageLicenseFile>license.txt</PackageLicenseFile>
1010
<ApplicationIcon>logo.ico</ApplicationIcon>
1111
<PackageIcon>logo.png</PackageIcon>

0 commit comments

Comments
 (0)