summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-03-08 19:06:01 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2009-03-09 15:08:06 -0700
commit5e19bb6e463e31a8f0dd591fcb3e8b60a929666c (patch)
tree3a71c94f0bdab5603a8dc4b0865fd3af573e6e9e
parent7e5285f163c073f71ea1d75b8c39f0e024366f3e (diff)
downloadDotNetOpenAuth-5e19bb6e463e31a8f0dd591fcb3e8b60a929666c.zip
DotNetOpenAuth-5e19bb6e463e31a8f0dd591fcb3e8b60a929666c.tar.gz
DotNetOpenAuth-5e19bb6e463e31a8f0dd591fcb3e8b60a929666c.tar.bz2
Fixed DotNetOpenAuth ASP.NET designer prefixes.
-rw-r--r--src/DotNetOpenAuth/Properties/AssemblyInfo.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth/Properties/AssemblyInfo.cs b/src/DotNetOpenAuth/Properties/AssemblyInfo.cs
index a4fda69..41c5317 100644
--- a/src/DotNetOpenAuth/Properties/AssemblyInfo.cs
+++ b/src/DotNetOpenAuth/Properties/AssemblyInfo.cs
@@ -28,7 +28,8 @@ using System.Security;
using System.Security.Permissions;
using System.Web.UI;
-[assembly: TagPrefix("DotNetOpenAuth", "oauth")]
+[assembly: TagPrefix("DotNetOpenAuth.OAuth", "oauth")]
+[assembly: TagPrefix("DotNetOpenAuth.OpenId", "openid")]
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information