diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-08-07 20:50:55 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-08-07 20:50:55 +0700 |
commit | c01bc530cbaa5f3d4db4cd155b7c9520e0df1617 (patch) | |
tree | 23382c91a8eac5e786ece098356132c3174a6071 /crypto/src/AssemblyInfo.cs | |
parent | Refactoring around Pkcs10CertificationRequest (diff) | |
download | BouncyCastle.NET-ed25519-c01bc530cbaa5f3d4db4cd155b7c9520e0df1617.tar.xz |
Update versions and release notes for 1.8.3
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 d95dca5ab..e1a8f6717 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.2.0")] -[assembly: AssemblyFileVersion("1.8.18099.1")] -[assembly: AssemblyInformationalVersion("1.8.2")] +[assembly: AssemblyVersion("1.8.3.0")] +[assembly: AssemblyFileVersion("1.8.18219.1")] +[assembly: AssemblyInformationalVersion("1.8.3")] // // In order to sign your assembly you must specify a key to use. Refer to the |