Compare commits

..

3 Commits

Author SHA1 Message Date
6cfb3fecec remove BOM from file 2024-03-11 12:33:45 +01:00
848cebe85a update version info for nupkg. 2024-03-11 12:14:36 +01:00
313654165c uodate .gitattributes to enable diff as text 2024-03-11 12:13:51 +01:00
2 changed files with 8 additions and 8 deletions

16
.gitattributes vendored
View File

@@ -1,11 +1,11 @@
# -- --------------------------------------------------------------------
# -- Powershell Source files
# -- --------------------------------------------------------------------
*.ps1 text eol=crlf
*.ps1x text eol=crlf
*.psm1 text eol=crlf
*.psd1 text eol=crlf
*.ps1xml text eol=crlf
*.pssc text eol=crlf
*.psrc text eol=crlf
*.cdxml text eol=crlf
*.ps1 diff text eol=crlf
*.ps1x diff text eol=crlf
*.psm1 diff text eol=crlf
*.psd1 diff text eol=crlf
*.ps1xml diff text eol=crlf
*.pssc diff text eol=crlf
*.psrc diff text eol=crlf
*.cdxml diff text eol=crlf

Binary file not shown.