From a283682b9120a4a76931a871553ae58b5942a4d3 Mon Sep 17 00:00:00 2001 From: Chris Dill Date: Sat, 22 Aug 2026 10:09:15 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fdc730e..08ddaa5 100644 --- a/README.md +++ b/README.md @@ -130,9 +130,9 @@ dotnet run --project Examples -p:RaylibCsForceLocalNuget=true dotnet test -p:RaylibCsForceLocalNuget=true ``` -Note that `NuGet.config` points restore at the local `./Raylib-cs/nuget` feed, so both projects pick up the freshly packed -package. If you skip the pack step on a fresh clone, restore fails with NU1301 (the `./Raylib-cs/nuget` source -doesn't exist) or NU1102 (Raylib-cs not found) - running the pack command fixes both. +Note that `NuGet.config` points restore at the local `./Raylib-cs/nuget` feed, so both projects pick up the freshly +packed package. If you skip the pack step on a fresh clone, restore fails with NU1102 (Raylib-cs not found) - running +the pack command fixes this. When iterating on the binding itself, note that NuGet caches the extracted package by version and ignores repacks of the same version. After repacking, delete the old package from `./Raylib-cs/nuget` and clear