summary refs log tree commit diff
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2014-08-26 17:06:13 -0400
committerOren Novotny <oren@novotny.org>2014-08-26 17:06:13 -0400
commit4740b0319bbb54aac6d3b9b30af57595b6012124 (patch)
treee1376bc51a22fd62e165e4fe9144f965675f20c4
parentMerge pull request #2 from mrb113/master (diff)
downloadBouncyCastle.NET-ed25519-4740b0319bbb54aac6d3b9b30af57595b6012124.tar.xz
Release 1.7.0.1 with Wpa81 support v1.7.0.1
-rw-r--r--.nuget/NuGet.exebin1655808 -> 1662976 bytes
-rw-r--r--Portable.BouncyCastle.nuspec15
-rw-r--r--README.md2
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