Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Commit 4ca0e3e

Browse files
committed
Fix bad reference to PCL Storage
1 parent 0cb0acd commit 4ca0e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nuget/PCLCrypto.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Crypto functionality includes asymmetric and symmetric encryption and signatures, and key derivation.
1616
PCLCrypto calls into each native platform's crypto API for maximum performance. For RSA operations this produces a 2-100X improvement in performance on Android and iOS over using the standard RSACryptoServiceProvider API.
1717
</description>
18-
<summary>PCL Storage provides a consistent, portable set of crypto APIs across .NET platforms.</summary>
18+
<summary>PCL Crypto provides a consistent, portable set of crypto APIs across .NET platforms.</summary>
1919
<tags>crypto security cryptography portable pcl winrt android ios xamarin monoandroid monodroid monotouch</tags>
2020
<releaseNotes>See https://github.com/AArnott/PCLCrypto/releases for release notes.</releaseNotes>
2121
<dependencies>

0 commit comments

Comments
 (0)