File tree 3 files changed +14
-1
lines changed
3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Set the default behavior, in case people don't have core.autocrlf set.
2
+ * text =auto
3
+
4
+ # Ensure these specific files always have a CRLF line ending.
5
+ * .bat text eol =crlf
Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.2.3] - 2020-08-26
10
+
11
+ ### Fixed
12
+ - Added .gitattributes file to normalize EOL's for Windows OS when code is downloaded as ZIP file.
13
+
14
+ ## Changed
15
+ - Updated version number.
16
+
9
17
## [ 1.2.2] - 2020-05-09
10
18
11
19
### Changed
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ rem +------------------------------------------------+
20
20
rem ---------------------
21
21
rem Default Variables
22
22
rem ---------------------
23
- set $scriptVersion = 1.2.2
23
+ set $scriptVersion = 1.2.3
24
24
25
25
set $defaultInstallPath[0] = C:\wamp
26
26
set $defaultInstallPath[1] = C:\wamp64
You can’t perform that action at this time.
0 commit comments