diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2020-02-21 19:20:35 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2020-02-21 19:20:35 +0700 |
commit | 2f8db0669637e2217fd749ed987377f6ae71e192 (patch) | |
tree | 643b5aa2fe05e9a029c1d1d5a51f6da6a4b2dbe7 /crypto/src | |
parent | Add utility method (diff) | |
download | BouncyCastle.NET-ed25519-2f8db0669637e2217fd749ed987377f6ae71e192.tar.xz |
Update versions and release notes for 1.8.6 release-1.8.6
Diffstat (limited to 'crypto/src')
-rw-r--r-- | crypto/src/AssemblyInfo.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/src/AssemblyInfo.cs b/crypto/src/AssemblyInfo.cs index e0c820b47..884786ca9 100644 --- a/crypto/src/AssemblyInfo.cs +++ b/crypto/src/AssemblyInfo.cs @@ -33,9 +33,9 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.8.5.0")] -[assembly: AssemblyFileVersion("1.8.19031.1")] -[assembly: AssemblyInformationalVersion("1.8.5")] +[assembly: AssemblyVersion("1.8.6.0")] +[assembly: AssemblyFileVersion("1.8.20052.1")] +[assembly: AssemblyInformationalVersion("1.8.6")] // // In order to sign your assembly you must specify a key to use. Refer to the |