Compare commits

..

2 commits
1.2.2 ... main

Author SHA1 Message Date
2f20fdfcbb
Updated marmalade version to 6.1.7 2025-04-19 23:13:26 +12:00
c6a7610d93
Updated marmalade version to 6.1.5 2025-04-12 14:57:08 +12:00
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.13"> <PackageReference Include="Ellie.Marmalade" Version="6.1.7">
<PrivateAssets>all</PrivateAssets> <PrivateAssets>all</PrivateAssets>
</PackageReference> </PackageReference>