diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-03-26 08:32:33 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-03-26 08:32:33 -0700 |
commit | c4ed20bed761e631b211b9cdf2c8b4fee7374e1e (patch) | |
tree | b16033fd6b2707e23ff7c0edfd45bb122880357a | |
parent | b44eff9447fc1335c077b47d55f2e5db1439fcfc (diff) | |
download | DotNetOpenAuth-c4ed20bed761e631b211b9cdf2c8b4fee7374e1e.zip DotNetOpenAuth-c4ed20bed761e631b211b9cdf2c8b4fee7374e1e.tar.gz DotNetOpenAuth-c4ed20bed761e631b211b9cdf2c8b4fee7374e1e.tar.bz2 |
Updated vsixmanifest files to use SKU names for VS2010 RTM rather than beta 2.
-rw-r--r-- | projecttemplates/MvcRelyingParty.vsixmanifest | 4 | ||||
-rw-r--r-- | projecttemplates/WebFormsRelyingParty.vsixmanifest | 4 | ||||
-rw-r--r-- | vsix/extension.vsixmanifest | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/projecttemplates/MvcRelyingParty.vsixmanifest b/projecttemplates/MvcRelyingParty.vsixmanifest index f401277..e90306c 100644 --- a/projecttemplates/MvcRelyingParty.vsixmanifest +++ b/projecttemplates/MvcRelyingParty.vsixmanifest @@ -13,9 +13,9 @@ <InstalledByMsi>false</InstalledByMsi> <SupportedProducts> <VisualStudio Version="10.0"> - <Edition>VSTS</Edition> - <Edition>VSTD</Edition> <Edition>Pro</Edition> + <Edition>Premium</Edition> + <Edition>Ultimate</Edition> </VisualStudio> </SupportedProducts> <SupportedFrameworkRuntimeEdition MinVersion="3.5" MaxVersion="3.5" /> diff --git a/projecttemplates/WebFormsRelyingParty.vsixmanifest b/projecttemplates/WebFormsRelyingParty.vsixmanifest index 75a3646..9ea643a 100644 --- a/projecttemplates/WebFormsRelyingParty.vsixmanifest +++ b/projecttemplates/WebFormsRelyingParty.vsixmanifest @@ -13,9 +13,9 @@ <InstalledByMsi>false</InstalledByMsi> <SupportedProducts> <VisualStudio Version="10.0"> - <Edition>VSTS</Edition> - <Edition>VSTD</Edition> <Edition>Pro</Edition> + <Edition>Premium</Edition> + <Edition>Ultimate</Edition> </VisualStudio> </SupportedProducts> <SupportedFrameworkRuntimeEdition MinVersion="3.5" MaxVersion="3.5" /> diff --git a/vsix/extension.vsixmanifest b/vsix/extension.vsixmanifest index 20c2472..0b2c8e3 100644 --- a/vsix/extension.vsixmanifest +++ b/vsix/extension.vsixmanifest @@ -13,9 +13,9 @@ <InstalledByMsi>false</InstalledByMsi> <SupportedProducts> <VisualStudio Version="10.0"> - <Edition>VSTS</Edition> - <Edition>VSTD</Edition> <Edition>Pro</Edition> + <Edition>Premium</Edition> + <Edition>Ultimate</Edition> </VisualStudio> </SupportedProducts> <SupportedFrameworkRuntimeEdition MinVersion="3.5" MaxVersion="3.5" /> |