diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f26db76 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# Ensure these specific files always have a CRLF line ending. +*.bat text eol=crlf \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 65917c6..f9f104c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ## [Unreleased] +## [1.2.3] - 2020-08-26 + +### Fixed +- Added .gitattributes file to normalize EOL's for Windows OS when code is downloaded as ZIP file. + +## Changed +- Updated version number. + ## [1.2.2] - 2020-05-09 ### Changed diff --git a/cli_changer.bat b/cli_changer.bat index 09ef482..5f85944 100644 --- a/cli_changer.bat +++ b/cli_changer.bat @@ -20,7 +20,7 @@ rem +------------------------------------------------+ rem --------------------- rem Default Variables rem --------------------- -set $scriptVersion=1.2.2 +set $scriptVersion=1.2.3 set $defaultInstallPath[0]=C:\wamp set $defaultInstallPath[1]=C:\wamp64