diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2019-01-31 22:48:54 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2019-01-31 22:48:54 +0700 |
commit | 18f1d45b8d649b051c26fd2a5c70d37ab00604a6 (patch) | |
tree | e693f4021ce3929e91207a0b8c5c1abc285fabd7 /crypto/src/AssemblyInfo.cs | |
parent | Fixes and tidying up for release (diff) | |
download | BouncyCastle.NET-ed25519-18f1d45b8d649b051c26fd2a5c70d37ab00604a6.tar.xz |
Update versions and release notes for 1.8.5 release-1.8.5
Diffstat (limited to '')
-rw-r--r-- | crypto/src/AssemblyInfo.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/src/AssemblyInfo.cs b/crypto/src/AssemblyInfo.cs index 2b92e07f3..02b3e1a8c 100644 --- a/crypto/src/AssemblyInfo.cs +++ b/crypto/src/AssemblyInfo.cs @@ -18,7 +18,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("The Legion of the Bouncy Castle Inc.")] [assembly: AssemblyProduct("Bouncy Castle for .NET")] -[assembly: AssemblyCopyright("Copyright (C) 2000-2018")] +[assembly: AssemblyCopyright("Copyright (C) 2000-2019")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -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.4.0")] -[assembly: AssemblyFileVersion("1.8.18300.1")] -[assembly: AssemblyInformationalVersion("1.8.4")] +[assembly: AssemblyVersion("1.8.5.0")] +[assembly: AssemblyFileVersion("1.8.19031.1")] +[assembly: AssemblyInformationalVersion("1.8.5")] // // In order to sign your assembly you must specify a key to use. Refer to the |