diff options
author | Oren Novotny <oren@novotny.org> | 2014-08-26 17:06:13 -0400 |
---|---|---|
committer | Oren Novotny <oren@novotny.org> | 2014-08-26 17:06:13 -0400 |
commit | 03244f8b847471e5663023d5c8363432fbf2773e (patch) | |
tree | 46404a54a8ecdbb517edb33b845f982e2acd2706 | |
parent | Merge pull request #2 from mrb113/master (diff) | |
download | BouncyCastle.NET-ed25519-03244f8b847471e5663023d5c8363432fbf2773e.tar.xz |
Release 1.7.0.1 with Wpa81 support
-rw-r--r-- | .nuget/NuGet.exe | bin | 1655808 -> 1662976 bytes | |||
-rw-r--r-- | Portable.BouncyCastle.nuspec | 15 | ||||
-rw-r--r-- | README.md | 2 |
3 files changed, 10 insertions, 7 deletions
diff --git a/.nuget/NuGet.exe b/.nuget/NuGet.exe index 9cba6edbf..c41a0d0de 100644 --- a/.nuget/NuGet.exe +++ b/.nuget/NuGet.exe Binary files differdiff --git a/Portable.BouncyCastle.nuspec b/Portable.BouncyCastle.nuspec index 8de911a3b..8684981de 100644 --- a/Portable.BouncyCastle.nuspec +++ b/Portable.BouncyCastle.nuspec @@ -2,7 +2,7 @@ <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <metadata> <id>Portable.BouncyCastle</id> - <version>1.7.0</version> + <version>1.7.0.1</version> <title>Bouncy Castle PCL</title> <authors>Oren Novotny</authors> <owners>onovotny</owners> @@ -27,14 +27,17 @@ -Cryptographic Message Syntax (CMS, RFC 3852), including streaming API. -Online Certificate Status Protocol (OCSP, RFC 2560). -Time Stamp Protocol (TSP, RFC 3161). - -TLS/SSL Client with support for client side authentication.</description> + -TLS/SSL Client with support for client side authentication. + + Support for .NET 4, Windows Phone 8, Windows Phone App 8.1, Windows 8, Silverlight 5, MonoTouch, MonoAndroid + </description> <language>en-US</language> - <tags>bouncycastle, cryptography, encryption, security, PCL</tags> + <tags>bouncycastle, cryptography, encryption, security, PCL, wp8, wpa81, net4, sl5, monotouch, monoandroid, xamarin</tags> </metadata> <files> - <file src="Crypto\bin\Release\crypto.xml" target="lib\portable-net4+sl5+wp8+win8\crypto.xml" /> - <file src="Crypto\bin\Release\crypto.pdb" target="lib\portable-net4+sl5+wp8+win8\crypto.pdb" /> - <file src="Crypto\bin\Release\crypto.dll" target="lib\portable-net4+sl5+wp8+win8\crypto.dll" /> + <file src="Crypto\bin\Release\crypto.xml" target="lib\portable-net4+sl5+wp8+win8+wpa81\crypto.xml" /> + <file src="Crypto\bin\Release\crypto.pdb" target="lib\portable-net4+sl5+wp8+win8+wpa81\crypto.pdb" /> + <file src="Crypto\bin\Release\crypto.dll" target="lib\portable-net4+sl5+wp8+win8+wpa81\crypto.dll" /> <file src="Crypto\Readme.html" target="Readme.html" /> <file src="**\*.cs" target="src" exclude="_ReSharper.*\**\*.*;packages\**\*.*;**\Debug\**\*.*;" /> </files> diff --git a/README.md b/README.md index 7cf043b6b..2aa889e7c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ BouncyCastle-PCL ================ -PCL Version of BouncyCastle targetting .NET Framework 4, Silverlight 5, and WinRT +PCL Version of BouncyCastle targetting .NET Framework 4, Silverlight 5, Windows 8, Windows Phone App 8.1, MonoTouch, MonoAndroid |