diff options
author | Oren Novotny <oren@novotny.org> | 2015-07-30 14:24:47 -0400 |
---|---|---|
committer | Oren Novotny <oren@novotny.org> | 2015-07-30 14:24:47 -0400 |
commit | b00202e6717cd5e3c4efb0261f0beff1b8b3dd5c (patch) | |
tree | a7255a4ce2a8922dc6e671edd91a644f52e350d5 | |
parent | update readme (diff) | |
download | BouncyCastle.NET-ed25519-b00202e6717cd5e3c4efb0261f0beff1b8b3dd5c.tar.xz |
prep release for 1.8.0-rc2 pcl-v1.8.0-rc2
-rw-r--r-- | .nuget/NuGet.exe | bin | 1662976 -> 1686528 bytes | |||
-rw-r--r-- | Portable.BouncyCastle.nuspec | 2 | ||||
-rw-r--r-- | README.md | 2 |
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 |