Updated marmalade version to 6.1.5

This commit is contained in:
Toastie 2025-04-12 14:57:08 +12:00
parent cf57dff1ce
commit c6a7610d93
Signed by: toastie_t0ast
GPG key ID: 0861BE54AD481DC7
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Social
## A Marmalade module for [EllieBot](https://toastielab.dev/Emotions-stuff/elliebot)
Make you own by following the instructions at https://docs.elliebot.net/ellie/marmalade/creating-a-marmalade/
Make you own by following the instructions at https://docs.elliebot.net/marmalade/creating-a-marmalade/
### This Marmalade pulls images from [waifu.pics](https://waifu.pics)

View file

@ -18,7 +18,7 @@
<ItemGroup>
<!-- Base marmalade package. You MUST reference this in order to have a working marmalade -->
<!-- Also, this package comes from Toastielab, which requires you to have a NuGet.Config file next to your .csproj -->
<PackageReference Include="Ellie.Marmalade" Version="6.0.13">
<PackageReference Include="Ellie.Marmalade" Version="6.1.5">
<PrivateAssets>all</PrivateAssets>
</PackageReference>