diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2020-09-21 23:17:51 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2020-09-21 23:17:51 +0700 |
commit | 93b32a75656955faf7996d0f3e0ed391968d2ac6 (patch) | |
tree | b36c6eaa7ba521c08044a49ee556e04ff5314883 /crypto/src/AssemblyInfo.cs | |
parent | Fix .NET 1.1 build (diff) | |
download | BouncyCastle.NET-ed25519-93b32a75656955faf7996d0f3e0ed391968d2ac6.tar.xz |
Update versions and release notes for 1.8.8 release-1.8.8
Diffstat (limited to 'crypto/src/AssemblyInfo.cs')
-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 4bfbaf79e..446c4d9a9 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.7.0")] -[assembly: AssemblyFileVersion("1.8.20212.1")] -[assembly: AssemblyInformationalVersion("1.8.7")] +[assembly: AssemblyVersion("1.8.8.0")] +[assembly: AssemblyFileVersion("1.8.20265.1")] +[assembly: AssemblyInformationalVersion("1.8.8")] // // In order to sign your assembly you must specify a key to use. Refer to the |