diff options
author | Oren Novotny <oren@novotny.org> | 2015-10-18 11:52:20 -0400 |
---|---|---|
committer | Oren Novotny <oren@novotny.org> | 2015-10-18 11:52:20 -0400 |
commit | a8de66f5176392b889510a27b208f44dba817f24 (patch) | |
tree | 54c8fb46b5ecd226a08484e4571c030913f42e0b /crypto | |
parent | appveyor script update (diff) | |
download | BouncyCastle.NET-ed25519-a8de66f5176392b889510a27b208f44dba817f24.tar.xz |
add version info
Diffstat (limited to 'crypto')
-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 e7446b547..bd61e25c5 100644 --- a/crypto/src/AssemblyInfo.cs +++ b/crypto/src/AssemblyInfo.cs @@ -30,7 +30,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.0.0")] +[assembly: AssemblyInformationalVersion("1.8.0.0")] // // In order to sign your assembly you must specify a key to use. Refer to the |