File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
MonoGame.Aseprite.Content.Pipeline Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
18
18
<!-- Includes for the icons and README.md that are in the <PackageIcon> and <PackageReadMeFile> tags above -->
19
19
<ItemGroup >
20
- <None Include =" ..\..\.nuget\img\ icon.png" Pack =" true" PackagePath =" " />
21
- <None Include =" ..\..\.\.nuget\ README.md" Pack =" true" PackagePath =" " />
20
+ <None Include =" ..\..\.images\nuget- icon.png" Pack =" true" PackagePath =" " />
21
+ <None Include =" ..\..\.\README.md" Pack =" true" PackagePath =" " />
22
22
</ItemGroup >
23
23
24
24
<!-- NuGet Package References -->
Original file line number Diff line number Diff line change 17
17
18
18
<!-- Includes for NuGets -->
19
19
<ItemGroup >
20
- <None Include =" ..\..\.images\\ nuget-icon.png" Pack =" true" PackagePath =" " />
20
+ <None Include =" ..\..\.images\nuget-icon.png" Pack =" true" PackagePath =" " />
21
21
<None Include =" ..\..\README.md" Pack =" true" PackagePath =" " />
22
22
<None Include =" $(OutDir)Monogame.Aseprite.xml" Pack =" true" PackagePath =" lib\net8.0" />
23
23
<None Include =" ..\..\.artifacts\bin\source\MonoGame.Aseprite.Content.Pipeline\$(Configuration)\net8.0\Monogame.Aseprite.Content.Pipeline.dll" Pack =" true" PackagePath =" content" />
You can’t perform that action at this time.
0 commit comments