2 files changed, 2 insertions, 4 deletions
diff --git a/crypto/Readme.html b/crypto/Readme.html
index 7a82e5dd7..67116c815 100644
--- a/crypto/Readme.html
+++ b/crypto/Readme.html
@@ -348,8 +348,8 @@ We state, where EC MQV has not otherwise been disabled or removed:
<ul>
<li>
See list of resolved issues at
- <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">
- Bouncy Castle JIRA C# 1.8.0.0
+ <a href="http://www.bouncycastle.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&jqlQuery=project+%3D+BMA+AND+fixVersion+%3D+1.8.0">
+ Bouncy Castle JIRA C# 1.8.0
</a>
</li>
<li>
diff --git a/crypto/checklist.txt b/crypto/checklist.txt
index 0057b6e50..d81cf5ffb 100644
--- a/crypto/checklist.txt
+++ b/crypto/checklist.txt
@@ -4,7 +4,6 @@ Release Checklist
- Update to latest from git
- Run 'nant -t:net-1.1 clean test'
-- Run 'nant -t:netcf-1.0 clean compile-release'
- Edit AssemblyInfo.cs: Change version and check copyright
- Edit NBuild.build: Change version
- Edit License.html: Check copyright
@@ -12,5 +11,4 @@ Release Checklist
- Commit changes to git
- Tag git repository with "release-${version}"
- Push changes/tag to git
-- Place BouncyCastle.snk in parent directory
- Run 'nant -t:net-1.1 clean dist'
|