diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/Readme.html | 4 | ||||
-rw-r--r-- | crypto/checklist.txt | 2 | ||||
-rw-r--r-- | crypto/src/AssemblyInfo.cs | 4 |
3 files changed, 5 insertions, 5 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' diff --git a/crypto/src/AssemblyInfo.cs b/crypto/src/AssemblyInfo.cs index ddf04aa4e..05f1d8f63 100644 --- a/crypto/src/AssemblyInfo.cs +++ b/crypto/src/AssemblyInfo.cs @@ -33,7 +33,9 @@ using System.Runtime.InteropServices; // 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.*")] +[assembly: AssemblyVersion("1.8.0.0")] +[assembly: AssemblyFileVersion("1.8.15326.1")] +[assembly: AssemblyInformationalVersion("1.8.0")] // // In order to sign your assembly you must specify a key to use. Refer to the |