C#CommDog is a development tool that analyzes and optimizes the documentation state of an C# project (.csproj). All of the source code files of the project are checked for the correctness of their XML documentation. Missing and incorrect parts of every documentation comment are not only corrected and completed but also uniformed. By this means not only the documentation state of the project can be improved in best time but also the maintainability. This results in lower costs for future maintenance. New features added: * Parsing of single C# source code files * Improved configurability of the C# file parser * Handling of XML comment syntax errors * Generation of Todo Tags with date * Support of Todo Tag date filtering * Help updated * Some bugfixes