Skip to content

Commit 9f2877e

Browse files
build(deps): bump SatisfactorySaveNet 4.1.3 → 4.1.6 (parse save version 60) (#308)
Picks up the fork fix (ChrisonSimtian/SatisfactorySaveNet#12) that keeps current-version Satisfactory saves parseable. 4.1.3 threw ArgumentOutOfRangeException deep in property deserialization on save version 60 (build CL 495413) and aborted the whole load, so live factory state from a current save failed. 4.1.6 routes any speculative value misread to the per-property binary-size fence instead of crashing. Verified locally: a real v60 save parses into 8635 objects / 2154 building actors; the fork's 137 tests pass. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent ae6ea8a commit 9f2877e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Infrastructure/Satisfactory.Infrastructure/Satisfactory.Infrastructure.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
vendor/SatisfactorySaveNet stays for local fork iteration but is no
1818
longer on the build path.
1919
-->
20-
<PackageReference Include="SatisfactorySaveNet" Version="4.1.3" />
21-
<PackageReference Include="SatisfactorySaveNet.Abstracts" Version="4.1.3" />
20+
<PackageReference Include="SatisfactorySaveNet" Version="4.1.6" />
21+
<PackageReference Include="SatisfactorySaveNet.Abstracts" Version="4.1.6" />
2222
</ItemGroup>
2323

2424
<ItemGroup>

0 commit comments

Comments
 (0)