diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-15 11:20:05 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-15 11:20:05 -0800 |
commit | b7690cb52a73d4c03ddf09a5102fb62b5dbebb78 (patch) | |
tree | 1a6f9486b6df331794fbf528c323cba1635b0594 | |
parent | 59efbd0b7fd669402cb99652732b8fab036a76d0 (diff) | |
download | DotNetOpenAuth-b7690cb52a73d4c03ddf09a5102fb62b5dbebb78.zip DotNetOpenAuth-b7690cb52a73d4c03ddf09a5102fb62b5dbebb78.tar.gz DotNetOpenAuth-b7690cb52a73d4c03ddf09a5102fb62b5dbebb78.tar.bz2 |
Updated description to include OAuth.
4 files changed, 4 insertions, 4 deletions
diff --git a/projecttemplates/MvcRelyingParty.vstemplate b/projecttemplates/MvcRelyingParty.vstemplate index c9ebd35..d2c0306 100644 --- a/projecttemplates/MvcRelyingParty.vstemplate +++ b/projecttemplates/MvcRelyingParty.vstemplate @@ -2,7 +2,7 @@ <TemplateData> <Name>ASP.NET MVC OpenID-InfoCard RP</Name> <RequiredFrameworkVersion>3.5</RequiredFrameworkVersion> - <Description>An ASP.NET MVC web site that accepts OpenID logins</Description> + <Description>An ASP.NET MVC web site that accepts OpenID logins and acts as an OAuth service provider.</Description> <ProjectType>CSharp</ProjectType> <ProjectSubType>Web</ProjectSubType> <NumberOfParentCategoriesToRollUp>2</NumberOfParentCategoriesToRollUp> diff --git a/projecttemplates/MvcRelyingParty/MvcRelyingParty.vstemplate b/projecttemplates/MvcRelyingParty/MvcRelyingParty.vstemplate index 86b636f..fd0d0ae 100644 --- a/projecttemplates/MvcRelyingParty/MvcRelyingParty.vstemplate +++ b/projecttemplates/MvcRelyingParty/MvcRelyingParty.vstemplate @@ -1,7 +1,7 @@ <VSTemplate Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project"> <TemplateData> <Name>ASP.NET MVC OpenID-InfoCard RP</Name> - <Description>An ASP.NET MVC web site that accepts OpenID and InfoCard logins</Description> + <Description>An ASP.NET MVC web site that accepts OpenID and InfoCard logins and acts as an OAuth service provider.</Description> <ProjectType>CSharp</ProjectType> <Icon>__TemplateIcon.ico</Icon> </TemplateData> diff --git a/projecttemplates/WebFormsRelyingParty.vstemplate b/projecttemplates/WebFormsRelyingParty.vstemplate index e582d63..90174cf 100644 --- a/projecttemplates/WebFormsRelyingParty.vstemplate +++ b/projecttemplates/WebFormsRelyingParty.vstemplate @@ -2,7 +2,7 @@ <TemplateData> <Name>ASP.NET OpenID-InfoCard RP</Name> <RequiredFrameworkVersion>3.5</RequiredFrameworkVersion> - <Description>An ASP.NET web forms web site that accepts OpenID and InfoCard logins</Description> + <Description>An ASP.NET web forms web site that accepts OpenID and InfoCard logins and acts as an OAuth service provider.</Description> <ProjectType>CSharp</ProjectType> <ProjectSubType>Web</ProjectSubType> <NumberOfParentCategoriesToRollUp>2</NumberOfParentCategoriesToRollUp> diff --git a/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.vstemplate b/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.vstemplate index 6be2927..783c8f1 100644 --- a/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.vstemplate +++ b/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.vstemplate @@ -1,7 +1,7 @@ <VSTemplate Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project"> <TemplateData> <Name>ASP.NET OpenID-InfoCard RP</Name> - <Description>An ASP.NET web forms web site that accepts OpenID and InfoCard logins</Description> + <Description>An ASP.NET web forms web site that accepts OpenID and InfoCard logins and acts as an OAuth service provider.</Description> <ProjectType>CSharp</ProjectType> <Icon>__TemplateIcon.ico</Icon> </TemplateData> |