summary refs log tree commit diff
path: root/crypto/src
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2021-10-18 02:04:36 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2021-10-18 02:04:36 +0700
commit2a252b81561813ea709080753ba9c125c87397a4 (patch)
tree47765611016571e286ccf0cfd13fc73433168005 /crypto/src
parentAndroid target framework 4.4 (diff)
downloadBouncyCastle.NET-ed25519-2a252b81561813ea709080753ba9c125c87397a4.tar.xz
Update versions and release notes for 1.9.0 release-1.9.0
Diffstat (limited to 'crypto/src')
-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 f7c2f0e3d..ec06092a0 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.10.0")] -[assembly: AssemblyFileVersion("1.8.21047.1")] -[assembly: AssemblyInformationalVersion("1.8.10")] +[assembly: AssemblyVersion("1.9.0.0")] +[assembly: AssemblyFileVersion("1.9.21290.1")] +[assembly: AssemblyInformationalVersion("1.9.0")] // // In order to sign your assembly you must specify a key to use. Refer to the