Skip to content

Commit eb91488

Browse files
committed
bring back the mod icon (fixes #12)
1 parent 866d37a commit eb91488

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## 21.2.0
2+
**:bug: Bug Fixes**
3+
- Re-added mod icon ([#12](https://git.omni.ms/vintage-story-mods/durable-better-prospecting/issues/12))
4+
25
**:green_heart: CI/CD**
36
- Added `pull: true` to all steps
47
- Removed redundant matrix definition

DurableBetterProspecting/DurableBetterProspecting.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
</ItemGroup>
5252

5353
<ItemGroup>
54-
<PackageReference Include="Common.Mod" Version="0.6.0" />
55-
<PackageReference Include="Common.Mod.Generator" Version="0.6.0" />
54+
<PackageReference Include="Common.Mod" Version="0.6.0"/>
55+
<PackageReference Include="Common.Mod.Generator" Version="0.6.0"/>
5656
<PackageReference Include="JetBrains.Annotations" Version="2025.2.2">
5757
<PrivateAssets>all</PrivateAssets>
5858
<ExcludeAssets>runtime</ExcludeAssets>
@@ -66,11 +66,9 @@
6666
<Content Include="modinfo.json">
6767
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6868
</Content>
69-
<!--
7069
<Content Include="modicon.png">
7170
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
7271
</Content>
73-
-->
7472
</ItemGroup>
7573

7674
<ItemGroup>
24.3 KB
Loading

0 commit comments

Comments
 (0)