summary refs log tree commit diff
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2015-07-30 14:24:47 -0400
committerOren Novotny <oren@novotny.org>2015-07-30 14:24:47 -0400
commitb00202e6717cd5e3c4efb0261f0beff1b8b3dd5c (patch)
treea7255a4ce2a8922dc6e671edd91a644f52e350d5
parentupdate readme (diff)
downloadBouncyCastle.NET-ed25519-pcl-v1.8.0-rc2.tar.xz
prep release for 1.8.0-rc2 pcl-v1.8.0-rc2
-rw-r--r--.nuget/NuGet.exebin1662976 -> 1686528 bytes
-rw-r--r--Portable.BouncyCastle.nuspec2
-rw-r--r--README.md2
3 files changed, 3 insertions, 1 deletions
diff --git a/.nuget/NuGet.exe b/.nuget/NuGet.exe
index c41a0d0de..324daa842 100644
--- a/.nuget/NuGet.exe
+++ b/.nuget/NuGet.exe
Binary files differdiff --git a/Portable.BouncyCastle.nuspec b/Portable.BouncyCastle.nuspec
index e7435517e..bfe65198c 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.8.0-RC1</version>
+    <version>1.8.0-rc2</version>
     <title>Bouncy Castle PCL</title>
     <authors>Oren Novotny</authors>
     <owners>onovotny</owners>
diff --git a/README.md b/README.md
index 2aa889e7c..06e03d614 100644
--- a/README.md
+++ b/README.md
@@ -2,3 +2,5 @@ BouncyCastle-PCL
 ================
 
 PCL Version of BouncyCastle targetting .NET Framework 4, Silverlight 5, Windows 8, Windows Phone App 8.1, MonoTouch, MonoAndroid
+
+This version also supports .NET Core and CoreCLR
\ No newline at end of file