diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-15 10:40:18 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-15 10:40:18 -0800 |
commit | 5faca301e0700cc66fbbd3d38d782823c2f137d7 (patch) | |
tree | 8cd163db359057db497f279ef3b755e207ca8a05 | |
parent | 0001f39806e8ae288e0329e2e4e8645ea53b2e87 (diff) | |
download | DotNetOpenAuth-5faca301e0700cc66fbbd3d38d782823c2f137d7.zip DotNetOpenAuth-5faca301e0700cc66fbbd3d38d782823c2f137d7.tar.gz DotNetOpenAuth-5faca301e0700cc66fbbd3d38d782823c2f137d7.tar.bz2 |
Renamed author of vsix.
-rw-r--r-- | vsix/extension.vsixmanifest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vsix/extension.vsixmanifest b/vsix/extension.vsixmanifest index 8fb1ae1..50d4537 100644 --- a/vsix/extension.vsixmanifest +++ b/vsix/extension.vsixmanifest @@ -2,7 +2,7 @@ <Vsix xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010"> <Identifier Id="DotNetOpenAuth.d2122791-8de4-4d3b-a414-7563c9a8cd6e"> <Name>DotNetOpenAuth SDK</Name> - <Author>Andrew Arnott</Author> + <Author>DotNetOpenAuth</Author> <Version>$version$</Version> <Description>Resources for developing applications that use OpenID, OAuth, and InfoCard.</Description> <Locale>1033</Locale> |