Compare commits

...

3 commits
1.2.1 ... main

2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Social # Social
## A Marmalade module for [EllieBot](https://toastielab.dev/Emotions-stuff/elliebot) ## 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) ### This Marmalade pulls images from [waifu.pics](https://waifu.pics)

View file

@ -18,7 +18,7 @@
<ItemGroup> <ItemGroup>
<!-- Base marmalade package. You MUST reference this in order to have a working marmalade --> <!-- 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 --> <!-- 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.4"> <PackageReference Include="Ellie.Marmalade" Version="6.1.7">
<PrivateAssets>all</PrivateAssets> <PrivateAssets>all</PrivateAssets>
</PackageReference> </PackageReference>