From 0ed9ae970131e6f114bec6dd9d3553a3f720f1e2 Mon Sep 17 00:00:00 2001 From: sebl Date: Wed, 19 Jun 2024 16:08:46 +0200 Subject: [PATCH] upgrade to .net8.0 and new SendAsync Implementation --- VL.PJLink.vl | 1195 +++++++---------- .../General/HowTo Overview.vl | 234 ++-- lib/net472/PJLink.dll | Bin 18432 -> 0 bytes lib/net8.0/PJLink.deps.json | 34 + lib/net8.0/PJLink.dll | Bin 0 -> 18432 bytes lib/net8.0/PJLink.pdb | Bin 0 -> 17168 bytes lib/{net472 => net8.0}/PJLink.xml | 308 ++--- src/pjlink-sharp | 2 +- test.vl | 100 ++ 9 files changed, 922 insertions(+), 951 deletions(-) delete mode 100644 lib/net472/PJLink.dll create mode 100644 lib/net8.0/PJLink.deps.json create mode 100644 lib/net8.0/PJLink.dll create mode 100644 lib/net8.0/PJLink.pdb rename lib/{net472 => net8.0}/PJLink.xml (97%) create mode 100644 test.vl diff --git a/VL.PJLink.vl b/VL.PJLink.vl index c194cc9..6470b8d 100644 --- a/VL.PJLink.vl +++ b/VL.PJLink.vl @@ -1,6 +1,6 @@  - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bang + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file