summary refs log tree commit diff
path: root/crypto/checklist.txt
blob: 0057b6e50e9473ede24890fba051c32bfe610732 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
-----------------
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
- Edit Readme.html: Add release notes
- 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'