diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-13 23:25:37 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-13 23:25:37 -0800 |
commit | ac8620d66eef2877343aa7047e382de39d6b72df (patch) | |
tree | 2256b6c35ae3c01fad89c5923db1f6e2f0a30ad6 /projecttemplates | |
parent | 415ea51a475e35079d2a595b90803f331a1d8ee7 (diff) | |
download | DotNetOpenAuth-ac8620d66eef2877343aa7047e382de39d6b72df.zip DotNetOpenAuth-ac8620d66eef2877343aa7047e382de39d6b72df.tar.gz DotNetOpenAuth-ac8620d66eef2877343aa7047e382de39d6b72df.tar.bz2 |
Beginning of VSIX packaging, and made VSI include version number from build system.
Diffstat (limited to 'projecttemplates')
-rw-r--r-- | projecttemplates/DotNetOpenAuth Starter Kits.vscontent | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/projecttemplates/DotNetOpenAuth Starter Kits.vscontent b/projecttemplates/DotNetOpenAuth Starter Kits.vscontent index 184c28c..d084bb1 100644 --- a/projecttemplates/DotNetOpenAuth Starter Kits.vscontent +++ b/projecttemplates/DotNetOpenAuth Starter Kits.vscontent @@ -4,7 +4,7 @@ <DisplayName>ASP.NET OpenID-InfoCard RP</DisplayName> <Description>An ASP.NET web forms web site that accepts OpenID and InfoCard logins</Description> <FileContentType>VSTemplate</FileContentType> - <ContentVersion>2.0</ContentVersion> + <ContentVersion>$version$</ContentVersion> <Attributes> <Attribute name="ProjectType" value="Visual C#"/> <Attribute name="ProjectSubType" value="Web"/> @@ -16,7 +16,7 @@ <DisplayName>ASP.NET MVC OpenID-InfoCard RP</DisplayName> <Description>An ASP.NET MVC web site that accepts OpenID and InfoCard logins</Description> <FileContentType>VSTemplate</FileContentType> - <ContentVersion>2.0</ContentVersion> + <ContentVersion>$version$</ContentVersion> <Attributes> <Attribute name="ProjectType" value="Visual C#"/> <Attribute name="ProjectSubType" value="Web"/> |