diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-11-22 18:22:06 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-11-22 18:22:06 +0700 |
commit | e8030b40e256f3c7639bbdb4af7495965972ae12 (patch) | |
tree | 825f15af54a93a1f88df75cce76acb6873621efe /crypto/src | |
parent | Updates in preparation for release 1.8.0 (diff) | |
download | BouncyCastle.NET-ed25519-e8030b40e256f3c7639bbdb4af7495965972ae12.tar.xz |
More release preparation
Diffstat (limited to 'crypto/src')
-rw-r--r-- | crypto/src/AssemblyInfo.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/src/AssemblyInfo.cs b/crypto/src/AssemblyInfo.cs index ddf04aa4e..05f1d8f63 100644 --- a/crypto/src/AssemblyInfo.cs +++ b/crypto/src/AssemblyInfo.cs @@ -33,7 +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.*")] +[assembly: AssemblyVersion("1.8.0.0")] +[assembly: AssemblyFileVersion("1.8.15326.1")] +[assembly: AssemblyInformationalVersion("1.8.0")] // // In order to sign your assembly you must specify a key to use. Refer to the |