From f5df0e6e0e69ca1e12a7ad135aee65fe934de64a Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Tue, 18 Feb 2014 17:36:07 +0700 Subject: Changes to build system in preparation for beta release --- crypto/NBuild.build | 41 ++++++++++++++++++++++------------------- crypto/checklist.txt | 8 ++++---- crypto/src/AssemblyInfo.cs | 2 +- 3 files changed, 27 insertions(+), 24 deletions(-) diff --git a/crypto/NBuild.build b/crypto/NBuild.build index 033c7079f..01dc0ab3a 100644 --- a/crypto/NBuild.build +++ b/crypto/NBuild.build @@ -2,12 +2,8 @@ - - - - - + + @@ -20,12 +16,12 @@ - + - Compile targets will be signed using keyfile ../BouncyCastle.snk + Compile targets will be signed using keyfile ../BouncyCastle.snk @@ -206,31 +202,38 @@ - - + + + + + + + + + + + + + + + - - + + - + - - - - - diff --git a/crypto/checklist.txt b/crypto/checklist.txt index 39b8fc4af..0057b6e50 100644 --- a/crypto/checklist.txt +++ b/crypto/checklist.txt @@ -2,15 +2,15 @@ Release Checklist ----------------- -- Update to latest from CVS +- 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 - Edit Readme.html: Add release notes -- Commit changes to CVS -- Tag CVS HEAD with "release-${version}" +- 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 81ca5ffd3..7dd625878 100644 --- a/crypto/src/AssemblyInfo.cs +++ b/crypto/src/AssemblyInfo.cs @@ -29,7 +29,7 @@ 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.7.*")] +[assembly: AssemblyVersion("1.8.*")] // // In order to sign your assembly you must specify a key to use. Refer to the -- cgit 1.5.1