Skip to content

Commit

Permalink
Updated MultiClient.Net
Browse files Browse the repository at this point in the history
  • Loading branch information
JKLeckr committed Dec 24, 2024
1 parent b6a707d commit c82bfb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CupheadArchipelago.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net35</TargetFramework>
<AssemblyName>CupheadArchipelago</AssemblyName>
<Description>Cuphead Archipelago Mod</Description>
<Version>0.1.1-preview02g</Version>
<Version>0.1.1-preview02h</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
Expand All @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Archipelago.MultiClient.Net" Version="6.3.*" />
<PackageReference Include="Archipelago.MultiClient.Net" Version="6.5.*" />
<PackageReference Include="BepInEx.Analyzers" Version="1.*" PrivateAssets="all" />
<PackageReference Include="BepInEx.Core" Version="5.*" />
<PackageReference Include="BepInEx.PluginInfoProps" Version="1.*" />
Expand Down
6 changes: 3 additions & 3 deletions packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
".NETFramework,Version=v3.5": {
"Archipelago.MultiClient.Net": {
"type": "Direct",
"requested": "[6.3.*, )",
"resolved": "6.3.1",
"contentHash": "x7N0KHS1UjD1ZS6XGkJrBu6w//pNCe4PgYXEwPedRls/GcbbhgtEsGJmtxfPk/9/cCBXTymHNGMCrWmG9PGlLw=="
"requested": "[6.5.*, )",
"resolved": "6.5.0",
"contentHash": "cWz5UDo7/oIA0OVmOPN70UcwzTteQ2V0/v5n2LgMk0AW+HIYFACL7t4OlLBts/lp6LzNHMyOFxc7Fn7C45di4w=="
},
"BepInEx.Analyzers": {
"type": "Direct",
Expand Down

0 comments on commit c82bfb7

Please sign in to comment.