summary refs log tree commit diff
path: root/crypto/src/AssemblyInfo.cs
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2020-07-30 21:16:22 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2020-07-30 21:16:22 +0700
commit1cbd476c1eaf32a928a926ebb0ec346821753661 (patch)
treeb017f3c0576c587a386fec3a39730dd528058c60 /crypto/src/AssemblyInfo.cs
parentMisc. updates from bc-java (diff)
downloadBouncyCastle.NET-ed25519-1cbd476c1eaf32a928a926ebb0ec346821753661.tar.xz
Update versions and release notes for 1.8.7 release-1.8.7
Diffstat (limited to 'crypto/src/AssemblyInfo.cs')
-rw-r--r--crypto/src/AssemblyInfo.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/src/AssemblyInfo.cs b/crypto/src/AssemblyInfo.cs
index 884786ca9..4bfbaf79e 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.6.0")]
-[assembly: AssemblyFileVersion("1.8.20052.1")]
-[assembly: AssemblyInformationalVersion("1.8.6")]
+[assembly: AssemblyVersion("1.8.7.0")]
+[assembly: AssemblyFileVersion("1.8.20212.1")]
+[assembly: AssemblyInformationalVersion("1.8.7")]
 
 //
 // In order to sign your assembly you must specify a key to use. Refer to the