1.0.2
Library Changes
Pre-process directive recognition is tightened, even in the face of some invalid C#. See #1 for more details.
Console Utility Changes
Apart from picking up on improving on #1, the version display in the help text is much more SemVer-ish (i.e. 3-part version number where it can be helped). For example, with 1.0.1, the first line of display when running csmin -h
read:
CSharpMinifierConsole (version 1.0.1.0)
After upgrading to this release, the same line will trim the last zero:
CSharpMinifierConsole (version 1.0.2)