File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -348,8 +348,8 @@ <h5>Additional Notes</h5>
348
348
< ul >
349
349
< li >
350
350
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
353
353
</ a >
354
354
</ li >
355
355
< li >
Original file line number Diff line number Diff line change @@ -4,13 +4,11 @@ Release Checklist
4
4
5
5
- Update to latest from git
6
6
- Run 'nant -t:net-1.1 clean test'
7
- - Run 'nant -t:netcf-1.0 clean compile-release'
8
7
- Edit AssemblyInfo.cs: Change version and check copyright
9
8
- Edit NBuild.build: Change version
10
9
- Edit License.html: Check copyright
11
10
- Edit Readme.html: Add release notes
12
11
- Commit changes to git
13
12
- Tag git repository with "release-${version}"
14
13
- Push changes/tag to git
15
- - Place BouncyCastle.snk in parent directory
16
14
- Run 'nant -t:net-1.1 clean dist'
Original file line number Diff line number Diff line change 33
33
// You can specify all the values or you can default the Revision and Build Numbers
34
34
// by using the '*' as shown below:
35
35
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" ) ]
37
39
38
40
//
39
41
// In order to sign your assembly you must specify a key to use. Refer to the
You can’t perform that action at this time.
0 commit comments