From 6686399a892a05ebd594e134731f9b7aa40e67db Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Tue, 2 Jul 2013 16:32:07 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index df73622..2f1a039 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Simple Impersonation Library for .Net This library provides a managed wrapper for the [LogonUser](http://msdn.microsoft.com/en-us/library/windows/desktop/aa378184.aspx) function of the Win32 API. Basically, it allows you to impersonate any user, as long as you have their credentials. +It is dual compiled for both .Net 2.0 and .Net 4.0 runtimes. It should work well under .Net 2.0, 3.0, 3.5, 4.0, 4.5, and the client profiles. It has no dependencies. + Installation ------------