From 0674cf5ba44401bc856b5c2c8b79739f5d5b4ced Mon Sep 17 00:00:00 2001 From: Cyd Date: Sat, 11 Jul 2026 20:40:14 -0500 Subject: [PATCH] Drop unused Microsoft.Bcl.HashCode, fix README typo HashCode.Combine is called nowhere; the package (and its DLL in the dist zip) was dead weight since the Core projects were created. Co-Authored-By: Claude Fable 5 --- README.md | 2 +- src/VPlasma.Core/VPlasma.Core.csproj | 1 - src/VRio.Core/VRio.Core.csproj | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e337ed1..8176f25 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ The two apps need a crossed serial link. Install a (e.g. `COM1 ⇄ COM11`), then: 1. Run `VRio.App`, pick `COM11`, **Open**. -2. RIOJoy will always poit to `COM1`. +2. RIOJoy will always point to `COM1`. RIOJoy's DTR open-pulse shows up in the wire log (DSR handshake), its ~55 ms analog polling drives the "analog polls served" counter, and every click on diff --git a/src/VPlasma.Core/VPlasma.Core.csproj b/src/VPlasma.Core/VPlasma.Core.csproj index d866044..babbf0e 100644 --- a/src/VPlasma.Core/VPlasma.Core.csproj +++ b/src/VPlasma.Core/VPlasma.Core.csproj @@ -12,7 +12,6 @@ - all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/VRio.Core/VRio.Core.csproj b/src/VRio.Core/VRio.Core.csproj index f082bf1..dfd4723 100644 --- a/src/VRio.Core/VRio.Core.csproj +++ b/src/VRio.Core/VRio.Core.csproj @@ -12,7 +12,6 @@ - all runtime; build; native; contentfiles; analyzers; buildtransitive