From 9a4a942d755bdace899dfe0b461d55e8ce220bc8 Mon Sep 17 00:00:00 2001 From: Raminder Singh Date: Thu, 14 Apr 2016 16:44:44 +0530 Subject: [PATCH] Update README.md Added installation and usage instructions. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 037eace..be0e211 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # AssemblyWatcher -An ILSpy plugin which reloads assemblies when they change + +AssemblyWatcher is an ILSpy plugin which reloads assemblies when they change. + +## Installation +Copy the AssemblyWatcher.Plugin.dll file into the same folder as ILSpy executable and restart ILSpy. + +## Usage +If the plugin is detected by ILSpy, you'll see an eye icon in the toolbar. This is a toggle button. Pressing it will enable watching of loaded assemblies. Pressing again will disable. When watching is enabled, and any of the loaded assemblies change on disk, the plugin refreshes all the assemblies.