From 314fb7b9d02cb335041b4077f4edb8059ed05b6f Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Fri, 10 May 2013 15:53:44 -0700 Subject: [PATCH] Bug fix - The sku attribute is optional. So for the simplicity let's not have it. - When the supportedRuntime element is specified, it trumps what's in the executable, so v2.0 needs to be explicitly given. - Version check is exact check, so "v2.0" and "v2.0.50727" aren't the same thing. So we really need to say "v2.0.50727" to let this match with .NET 2.0 runtime. --- README.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index db9ba57..e4294bd 100644 --- a/README.markdown +++ b/README.markdown @@ -124,7 +124,8 @@ One way to deal with this is to ensure that .NET 2.0 runtime is installed throug - + +