From e187b7d8744f0c92bdc9639a10f721b60816306b Mon Sep 17 00:00:00 2001 From: Shashi Date: Thu, 18 Jul 2019 09:33:57 +1200 Subject: [PATCH] Update README.md No longer required to unblock DLL's --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 951cd88..b162d17 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ The powershell script **CopyDLLsToExtensionFolder.ps1** included will copy all t - Run a powershell shell script in admin mode - Navigate the folder where this powershell script exists - Make sure all the DLL's that need to be copied are in the same folder - - Right click the DLL > Select properties > Make sure the DLL is unblocked (otherwise the system will not allow this dll to run) - Close all instances of Visual studio - call .\CopyDLLsToExtensionFolder.ps1