Tommy Salami TommySalami

PatchEmAll (1.5.8)

Published 2025-11-08 16:08:45 -05:00 by TommySalami in TommySalami/PatchEmAll

Installation

dotnet nuget add source --name TommySalami --username your_username --password your_token 
dotnet add package --source TommySalami --version 1.5.8 PatchEmAll

About this package

Use the PatchEmAll Library (.dll) to patch ROMs from anywhere in your application.

First, where x.x.x is the version you are installing, install or add the PatchEmAll Nuget Package to your application by downloading the patchemall.x.x.x.nupkg to your project folder and opening a Nuget Package Manager Console in Visual Studio and type:

Install-Package patchemall.x.x.x.nupkg

Then, create and use a new PatchEmAll Object from anywhere in your application like the following:

PatchEmAll.PatchEmAll pea = new PatchEmAll.PatchEmAll();

Dependencies

ID Version Target Framework
Serilog 2.12.0 .NETFramework4.8
Serilog.Sinks.Console 4.1.0 .NETFramework4.8
Serilog.Sinks.LogEmAll 0.0.7 .NETFramework4.8
Details
NuGet
2025-11-08 16:08:45 -05:00
4
PatchEmAll
31 KiB
Assets (2)
Versions (2) View all
1.5.8 2025-11-08
1.5.7 2025-07-22