Project DescriptionA collection of small command line developer tools.
Version Updater
Updates version numbers and copyright notices in all
AssemblyInfo.cs and
*.nuspec files at the same time.
versionupdater.exe /Version=1.0.* /Directory="..\Source" /Company="My Company" /Copyright="Copyright © My Company 2011"
FileHeaderUpdater
Forces an update of the *.cs file headers.
The tool does a recursive search from the specified or current directory.
fileheaderupdater.exe /Directory="..\Source" /Company="My company"
Optional arguments
- /Exclude="Class1.cs Class2.cs"
- /Copyright="Copyright (c) My Company. All rights reserved"
Note
- AssemblyInfo.cs and the packages (nuget) folder are excluded by default
- Default copyright notice is "Copyright © {Company}. All rights reserved."
WikiDoc
Command line utility that creates simplified "MSDN-style" documentation formatted for Codeplex wiki pages.
- The input is assembly file (.dll) and xml comments file (.xml).
- The output will be written to a single .txt file
Limitations
- No cross references (see/seealso)
- No pages per property/method are generated
wikidoc.exe ..\bin\release\myLibrary.dll
WikiTable
This is a small WPF application that converts a tab separated table (e.g. from Excel) to a codeplex wiki style table (pipe separated)
http://codeplex.codeplex.com/wikipage?title=Wiki%20Formatting#Tables