Skip to content

Commit

Permalink
Update versions and release notes for 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdettman committed Jan 31, 2019
1 parent 65b588a commit 18f1d45
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion crypto/License.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<h2>The Bouncy Castle Cryptographic C#&reg; 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
Expand Down
2 changes: 1 addition & 1 deletion crypto/NBuild.build
Original file line number Diff line number Diff line change
Expand Up @@ -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="" />
Expand Down
2 changes: 1 addition & 1 deletion crypto/Readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ <h3><a class="mozTocH3" name="mozTocId358608"></a>For first time users.</h3>
<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>
Expand Down
8 changes: 4 additions & 4 deletions crypto/src/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[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("")]

Expand All @@ -33,9 +33,9 @@
// 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
Expand Down

0 comments on commit 18f1d45

Please sign in to comment.