Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 7d188de

Browse files
committed
Fix the names of things for good measure
1 parent 3ddcdd3 commit 7d188de

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/GitHub.Unity.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,12 +190,12 @@
190190
<EmbeddedResource Include="IconsAndLogos\untracked.png" />
191191
</ItemGroup>
192192
<ItemGroup>
193-
<None Include="$(SolutionDir)EULA.txt">
194-
<Link>EULA.txt</Link>
193+
<None Include="$(SolutionDir)eula.txt">
194+
<Link>eula.txt</Link>
195195
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
196196
</None>
197-
<None Include="$(SolutionDir)CREDITS.txt">
198-
<Link>CREDITS.txt</Link>
197+
<None Include="$(SolutionDir)credits.txt">
198+
<Link>credits.txt</Link>
199199
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
200200
</None>
201201
<None Include="packages.config" />

src/packaging/CopyLibrariesToPackageProject/CopyLibrariesToPackageProject.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@
7171
<None Include="packages.config" />
7272
</ItemGroup>
7373
<ItemGroup>
74-
<None Include="$(SolutionDir)EULA.txt">
75-
<Link>EULA.txt</Link>
74+
<None Include="$(SolutionDir)eula.txt">
75+
<Link>eula.txt</Link>
7676
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
7777
</None>
78-
<None Include="$(SolutionDir)CREDITS.txt">
79-
<Link>CREDITS.txt</Link>
78+
<None Include="$(SolutionDir)credits.txt">
79+
<Link>credits.txt</Link>
8080
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
8181
</None>
8282
</ItemGroup>

0 commit comments

Comments
 (0)