Basic steps for doing a release build:
- Update the version in the AssemblyInfo.cs files for both the Fudge and FudgeTests projects.
- Build in Release configuration.
- Grab the dlls from the bin/Release directories.
- Go to the pub
Building the API reference:
- Install the Sandcastle Help File Builder.
- Open Fudge.shfbproj.
- Build it - this will create a Help folder containing the output .chm file.
