mirror of
https://github.com/AlexMacocian/MonoGame.ImGuiNet.git
synced 2026-07-15 14:39:30 +00:00
Fix readme case-sensitive name
This commit is contained in:
@@ -21,15 +21,11 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PackageId>AlexMacocian.MonoGame.ImGuiNet</PackageId>
|
<PackageId>AlexMacocian.MonoGame.ImGuiNet</PackageId>
|
||||||
|
|
||||||
<PackageIcon>NugetpkgIcon.png</PackageIcon>
|
<PackageIcon>NugetpkgIcon.png</PackageIcon>
|
||||||
<PackageTags>
|
<PackageTags>
|
||||||
MonoGame;ImGui;import;processes;read;write;gui;
|
MonoGame;ImGui;import;processes;read;write;gui;
|
||||||
</PackageTags>
|
</PackageTags>
|
||||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
<PackageReadmeFile>README.MD</PackageReadmeFile>
|
||||||
<PackageReleaseNotes>
|
|
||||||
[General fixes]
|
|
||||||
</PackageReleaseNotes>
|
|
||||||
<Description>
|
<Description>
|
||||||
A superset of ImGuiNet with additional components designed for Monogame
|
A superset of ImGuiNet with additional components designed for Monogame
|
||||||
</Description>
|
</Description>
|
||||||
|
|||||||
Reference in New Issue
Block a user