diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-03-12 22:42:30 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-03-12 22:42:30 -0700 |
commit | 63d87be4628a4fae4b65da062438f145f9ffc6df (patch) | |
tree | 609ef42922e8a9b337d31cd2adb84a3f0c6ec6b2 | |
parent | c70d5d24acfc147493c53fbe4d0118e4dbf72c39 (diff) | |
download | DotNetOpenAuth-63d87be4628a4fae4b65da062438f145f9ffc6df.zip DotNetOpenAuth-63d87be4628a4fae4b65da062438f145f9ffc6df.tar.gz DotNetOpenAuth-63d87be4628a4fae4b65da062438f145f9ffc6df.tar.bz2 |
Added more default control prefix tags.
-rw-r--r-- | src/DotNetOpenAuth/Properties/AssemblyInfo.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth/Properties/AssemblyInfo.cs b/src/DotNetOpenAuth/Properties/AssemblyInfo.cs index de86b25..bba0948 100644 --- a/src/DotNetOpenAuth/Properties/AssemblyInfo.cs +++ b/src/DotNetOpenAuth/Properties/AssemblyInfo.cs @@ -29,8 +29,11 @@ using System.Security; using System.Security.Permissions; using System.Web.UI; +[assembly: TagPrefix("DotNetOpenAuth", "dnoa")] [assembly: TagPrefix("DotNetOpenAuth.OAuth", "oauth")] [assembly: TagPrefix("DotNetOpenAuth.OpenId", "openid")] +[assembly: TagPrefix("DotNetOpenAuth.OpenId.Provider", "op")] +[assembly: TagPrefix("DotNetOpenAuth.OpenId.RelyingParty", "rp")] // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information |