Skip to content

Commit

Permalink
Fix README file extension in project configuration
Browse files Browse the repository at this point in the history
Corrected the file extension from README.md to README.MD in the project file. This ensures proper referencing of the README file during package creation.
  • Loading branch information
torbacz committed Sep 7, 2024
1 parent eb537a8 commit b6df27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyUpdated/DependencyUpdated.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageId>DependencyUpdaterTool</PackageId>
<PackAsTool>true</PackAsTool>
<ToolCommandName>dut</ToolCommandName>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReadmeFile>README.MD</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>

Expand Down

0 comments on commit b6df27f

Please sign in to comment.