Skip to content

Commit c48ce39

Browse files
committed
Fix linux wrapper script line endings
Fixes #149
1 parent b788018 commit c48ce39

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,10 @@
6161
#*.PDF diff=astextplain
6262
#*.rtf diff=astextplain
6363
#*.RTF diff=astextplain
64+
65+
66+
### CRLF scripts would fail on linux
67+
*.sh text eol=lf
68+
69+
### LFS Files
70+
*.dll filter=lfs diff=lfs merge=lfs -text

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Library</OutputType>
44
<TargetFramework>net9.0</TargetFramework>
5-
<Version>0.25.0-beta</Version>
5+
<Version>0.25.1-beta</Version>
66
<RootNamespace>MonkeyLoader.Resonite</RootNamespace>
77
<LangVersion>13.0</LangVersion>
88
<Nullable>enable</Nullable>

MonkeyLoader.GamePacks.Resonite.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonkeyLoader.Resonite.Integ
1212
EndProject
1313
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2B75D50A-95BF-42EF-94FA-99464A307B9B}"
1414
ProjectSection(SolutionItems) = preProject
15+
.gitattributes = .gitattributes
16+
.gitignore = .gitignore
1517
Directory.Build.props = Directory.Build.props
1618
Directory.Build.targets = Directory.Build.targets
1719
docfx.json = docfx.json

0 commit comments

Comments
 (0)