From 6db875ebbecbd96ad61793440154a7301a9d50d2 Mon Sep 17 00:00:00 2001 From: Filip Vybihal <101115161+filvyb@users.noreply.github.com> Date: Mon, 24 Mar 2025 05:29:57 +0100 Subject: [PATCH] Add package DotNimRemoting (#3006) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 3e18330..323eb84 100644 --- a/packages.json +++ b/packages.json @@ -34827,5 +34827,19 @@ "hash" ], "license": "MIT" + }, + { + "name": "DotNimRemoting", + "description": "library for communicating with .NET applications using MS-NRTP", + "url": "https://github.com/filvyb/DotNimRemoting", + "web": "https://github.com/filvyb/DotNimRemoting", + "method": "git", + "tags": [ + "dotnet", + "remoting", + "nrbf", + "nrtp" + ], + "license": "MIT" } ]