From a11cfb260804c2cf7a0e5445bc5450a380c52b1f Mon Sep 17 00:00:00 2001 From: MattMo Date: Wed, 11 Sep 2024 18:17:46 -0700 Subject: [PATCH] Added package description --- Process.Net/Process.Net.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/Process.Net/Process.Net.csproj b/Process.Net/Process.Net.csproj index 249edcf..fb4d6d1 100644 --- a/Process.Net/Process.Net.csproj +++ b/Process.Net/Process.Net.csproj @@ -19,6 +19,7 @@ MontoyaTech MIT README.md + An open source C# package with a set of extensions and helpers for working with Processes on Windows that allows finer control over process start. This is experimental, use at your own risk.