diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-10-27 19:49:33 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-10-27 19:49:33 +0700 |
commit | aeb4be5429fd241eefa0577cfc5f13f09f16c22c (patch) | |
tree | 342d73322e1ebef26f1a342e1b378a833d63bc4a /crypto/src | |
parent | Set the acInfoGen signature algorithm from ISignatureFactory (diff) | |
download | BouncyCastle.NET-ed25519-aeb4be5429fd241eefa0577cfc5f13f09f16c22c.tar.xz |
Update versions and release notes for 1.8.4 release-1.8.4
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 5cc8fcd2f..2b92e07f3 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.3.0")] -[assembly: AssemblyFileVersion("1.8.18223.1")] -[assembly: AssemblyInformationalVersion("1.8.3")] +[assembly: AssemblyVersion("1.8.4.0")] +[assembly: AssemblyFileVersion("1.8.18300.1")] +[assembly: AssemblyInformationalVersion("1.8.4")] // // In order to sign your assembly you must specify a key to use. Refer to the |