Project Description
A collection of small command line developer tools.
The tool does a recursive search from the specified or current directory.
Optional arguments
Note
Limitations
http://codeplex.codeplex.com/wikipage?title=Wiki%20Formatting#Tables
Note that this tool is creating png-only icons and may only work properly on Vista or later (no bitmaps supported yet)
A 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
- Recommended tags (MSDN)
- On writing good XML comments
- GhostDoc
- Doxygen
- DocumentX
- Generating documentation from C# xml comments (stack overflow)
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
FtpUpload
Uploads a single file to an ftp server using passive mode.FtpUpload.exe [host][username][password][localfile][remotefile]
IcoMaker
Converts .png files to .icoIcoMaker.exe output.ico image_16px.png image_24px.png image_32px.png ...