From 47b6a1a7a25b94661f78a22d83a80a1fd962b501 Mon Sep 17 00:00:00 2001
From: Toastie <toastie@toastiet0ast.com>
Date: Sat, 22 Feb 2025 13:16:45 +1300
Subject: [PATCH] Updated marmalade version to 5.3.8

---
 Social/Social.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Social/Social.csproj b/Social/Social.csproj
index e071c45..ca2fbdf 100644
--- a/Social/Social.csproj
+++ b/Social/Social.csproj
@@ -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="5.3.7">
+        <PackageReference Include="Ellie.Marmalade" Version="5.3.8">
             <PrivateAssets>all</PrivateAssets>
         </PackageReference>