summary refs log tree commit diff
path: root/crypto/src/AssemblyInfo.cs
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2021-02-16 21:32:24 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2021-02-16 21:32:24 +0700
commitcc7fbb6bbe56f107cd4c54bcc1691911a851cd1a (patch)
treee8ff9c6acbd2c5daae4b9d96fbb0acba347f6f0f /crypto/src/AssemblyInfo.cs
parentUse cached encodings for Equals/GetHashCode (diff)
downloadBouncyCastle.NET-ed25519-cc7fbb6bbe56f107cd4c54bcc1691911a851cd1a.tar.xz
Update versions and release notes for 1.8.10 release-1.8.10
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 812334f97..f7c2f0e3d 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.9.0")]
-[assembly: AssemblyFileVersion("1.8.20343.1")]
-[assembly: AssemblyInformationalVersion("1.8.9")]
+[assembly: AssemblyVersion("1.8.10.0")]
+[assembly: AssemblyFileVersion("1.8.21047.1")]
+[assembly: AssemblyInformationalVersion("1.8.10")]
 
 //
 // In order to sign your assembly you must specify a key to use. Refer to the