diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2020-12-08 21:01:06 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2020-12-08 21:01:06 +0700 |
commit | 55c1998ff3a60c06df25c76854f9900046262beb (patch) | |
tree | e2e2b019853b5a8683bd879a0dcfa0aa790fdbd8 /crypto/src | |
parent | Cleanup (diff) | |
download | BouncyCastle.NET-ed25519-55c1998ff3a60c06df25c76854f9900046262beb.tar.xz |
Update versions and release notes for 1.8.9
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 446c4d9a9..7332b4b25 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.8.0")] -[assembly: AssemblyFileVersion("1.8.20265.1")] -[assembly: AssemblyInformationalVersion("1.8.8")] +[assembly: AssemblyVersion("1.8.9.0")] +[assembly: AssemblyFileVersion("1.8.20343.1")] +[assembly: AssemblyInformationalVersion("1.8.9")] // // In order to sign your assembly you must specify a key to use. Refer to the |