Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added installation and usage instructions.
  • Loading branch information
imor committed Apr 14, 2016
1 parent e2eb2f7 commit 9a4a942
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 9a4a942

Please sign in to comment.