diff options
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> |