Enhancements:
tags
optional input parameter to filter version declarations within matching files (#11);- skipping commented lines in the AssemblyInfo.* files;
- new error message if there are two or more occurrences of the same version declaration found in a single file;
- automatic backward slash (
\
) to forward slash (/
) replacement for thefile
/files
input (because fastGlob doesn't support backward slashes); - support for the
<InformationalVersion>...</InformationalVersion>
tag and the related assembly attributes (#12).