From aa624607adeba22f3f4833181aea25616a2a35f5 Mon Sep 17 00:00:00 2001 From: waffle-lord <76401815+waffle-lord@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:15:20 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 304ecd2..eb07d25 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ Allows for generating and applying patches to software. Currently used for downgrading EFT. ## Requirements -- .net 6 +- .net 8 ## Development Stuff - VS 2022 w/ Avalonia Extension +- git-lfs ## PatchClient Parameters The patch client only has one parameter at this time (`autoclose`) which can be passed to the patch client like this: @@ -42,4 +43,4 @@ public enum PatcherExitCode MissingDir = 14 // a directory could not be found during patch generation (source/target/output) (patch generator only) PatchFailed = 15 // a patch file failed (patch client only) } -``` \ No newline at end of file +```