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 | |
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 'crypto')
-rw-r--r-- | crypto/License.html | 2 | ||||
-rw-r--r-- | crypto/NBuild.build | 2 | ||||
-rw-r--r-- | crypto/Readme.html | 2 | ||||
-rw-r--r-- | crypto/src/AssemblyInfo.cs | 8 |
4 files changed, 7 insertions, 7 deletions
diff --git a/crypto/License.html b/crypto/License.html index 829aa6ba3..482f20a0f 100644 --- a/crypto/License.html +++ b/crypto/License.html @@ -9,7 +9,7 @@ <h2>The Bouncy Castle Cryptographic C#® API</h2> <h3>License:</h3> The Bouncy Castle License<br> -Copyright (c) 2000-2018 The Legion of the Bouncy Castle Inc. +Copyright (c) 2000-2019 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)<br> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the diff --git a/crypto/NBuild.build b/crypto/NBuild.build index 014cc57c6..dd57284b5 100644 --- a/crypto/NBuild.build +++ b/crypto/NBuild.build @@ -16,7 +16,7 @@ <property name="dist-path" value="./dist"/> <!-- Version --> - <property name="version" value="1.8.4"/> + <property name="version" value="1.8.5"/> <property name="name" value="BouncyCastle.Crypto"/> <property name="OPTIONAL_STRONG_NAME" value="" /> diff --git a/crypto/Readme.html b/crypto/Readme.html index 96b380802..40edf0c53 100644 --- a/crypto/Readme.html +++ b/crypto/Readme.html @@ -298,7 +298,7 @@ We state, where EC MQV has not otherwise been disabled or removed: <hr style="WIDTH: 100%; HEIGHT: 2px"> <h3><a class="mozTocH3" name="mozTocId3413"></a>Notes:</h3> - <h4><a class="mozTocH4" name="mozTocId85319"></a>Release 1.8.5, TBD</h4> + <h4><a class="mozTocH4" name="mozTocId85319"></a>Release 1.8.5, Thursday January 31, 2019</h4> <h5>Additional Features and Functionality</h5> <ul> 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 |