Skip to content

Commit

Permalink
Public release of the hMSBuild v1.2.1
Browse files Browse the repository at this point in the history
* FIXED: Fixed possible problem "... is not recognized as an internal or external command"
* FIXED: Fixed problem with double quotes for arguments to original msbuild, for example:
         /t:Build /p:Configuration="Any CPU"

* NEW: Light edition & minified version via new compressor
  • Loading branch information
3F committed May 26, 2017
1 parent 15f615b commit b1e6a86
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

# Our batch files requires CRLF for correct work. Fix problem of appveyor CI
# Our batch files requires CRLF for correct work.
# https://github.com/3F/hMSBuild/issues/2

*.bat text eol=crlf
*.cmd text eol=crlf
*.tpl text eol=crlf
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.2.1
2 changes: 1 addition & 1 deletion GetNuTool
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
hMSBuild :: https://github.com/3F/hMSBuild
- - - - -

[v1.2.1] 2017.05.26

* FIXED: Fixed possible problem "... is not recognized as an internal or external command"
* FIXED: Fixed problem with double quotes for arguments to original msbuild, for example:
/t:Build /p:Configuration="Any CPU"

* NEW: Light edition & minified version via new compressor

[v1.2] 2017.05.19

* FIXED: Fixed problem of sensitivity to whitespaces between arguments.
Expand Down

0 comments on commit b1e6a86

Please sign in to comment.