From 18f1d45b8d649b051c26fd2a5c70d37ab00604a6 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Thu, 31 Jan 2019 22:48:54 +0700 Subject: Update versions and release notes for 1.8.5 --- crypto/License.html | 2 +- crypto/NBuild.build | 2 +- crypto/Readme.html | 2 +- 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 @@

The Bouncy Castle Cryptographic C#® API

License:

The Bouncy Castle License
-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)
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 @@ - + 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:

Notes:

-

Release 1.8.5, TBD

+

Release 1.8.5, Thursday January 31, 2019

Additional Features and Functionality
    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 -- cgit 1.4.1