Skip to content

Commit c01bc53

Browse files
committed
Update versions and release notes for 1.8.3
1 parent 1748494 commit c01bc53

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

crypto/NBuild.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<property name="dist-path" value="./dist"/>
1717

1818
<!-- Version -->
19-
<property name="version" value="1.8.2"/>
19+
<property name="version" value="1.8.3"/>
2020
<property name="name" value="BouncyCastle.Crypto"/>
2121

2222
<property name="OPTIONAL_STRONG_NAME" value="" />

crypto/Readme.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ <h3><a class="mozTocH3" name="mozTocId358608"></a>For first time users.</h3>
294294
<hr style="WIDTH: 100%; HEIGHT: 2px">
295295
<h3><a class="mozTocH3" name="mozTocId3413"></a>Notes:</h3>
296296

297-
<h4><a class="mozTocH4" name="mozTocId85317"></a>Release 1.8.3, TBD</h4>
297+
<h4><a class="mozTocH4" name="mozTocId85317"></a>Release 1.8.3, Tuesday August 7, 2018</h4>
298298

299299
<h5>IMPORTANT</h5>
300300
<ul>

crypto/src/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
// You can specify all the values or you can default the Revision and Build Numbers
3434
// by using the '*' as shown below:
3535

36-
[assembly: AssemblyVersion("1.8.2.0")]
37-
[assembly: AssemblyFileVersion("1.8.18099.1")]
38-
[assembly: AssemblyInformationalVersion("1.8.2")]
36+
[assembly: AssemblyVersion("1.8.3.0")]
37+
[assembly: AssemblyFileVersion("1.8.18219.1")]
38+
[assembly: AssemblyInformationalVersion("1.8.3")]
3939

4040
//
4141
// In order to sign your assembly you must specify a key to use. Refer to the

0 commit comments

Comments
 (0)