Skip to content

Commit e8030b4

Browse files
committed
More release preparation
1 parent 4960e3b commit e8030b4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

crypto/Readme.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,8 @@ <h5>Additional Notes</h5>
348348
<ul>
349349
<li>
350350
See list of resolved issues at
351-
<a href="http://www.bouncycastle.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&jqlQuery=project+%3D+BMA+AND+fixVersion+%3D+1.8.0.0">
352-
Bouncy Castle JIRA C# 1.8.0.0
351+
<a href="http://www.bouncycastle.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&jqlQuery=project+%3D+BMA+AND+fixVersion+%3D+1.8.0">
352+
Bouncy Castle JIRA C# 1.8.0
353353
</a>
354354
</li>
355355
<li>

crypto/checklist.txt

-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ Release Checklist
44

55
- Update to latest from git
66
- Run 'nant -t:net-1.1 clean test'
7-
- Run 'nant -t:netcf-1.0 clean compile-release'
87
- Edit AssemblyInfo.cs: Change version and check copyright
98
- Edit NBuild.build: Change version
109
- Edit License.html: Check copyright
1110
- Edit Readme.html: Add release notes
1211
- Commit changes to git
1312
- Tag git repository with "release-${version}"
1413
- Push changes/tag to git
15-
- Place BouncyCastle.snk in parent directory
1614
- Run 'nant -t:net-1.1 clean dist'

crypto/src/AssemblyInfo.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +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.*")]
36+
[assembly: AssemblyVersion("1.8.0.0")]
37+
[assembly: AssemblyFileVersion("1.8.15326.1")]
38+
[assembly: AssemblyInformationalVersion("1.8.0")]
3739

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

0 commit comments

Comments
 (0)