diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-04-11 22:54:04 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-04-11 22:54:04 -0700 |
commit | 3348abf994f2abe5526454bef1a2194bba554e5c (patch) | |
tree | b77f4022f1bcf8a3f3a15b0855363bfc45b6e22a | |
parent | 9e33a9e89ba1973cb3bf923e1303105047094d9c (diff) | |
parent | 2feb70bbb0c47a95a6edf68c492b4c2c7d2266bb (diff) | |
download | DotNetOpenAuth-3348abf994f2abe5526454bef1a2194bba554e5c.zip DotNetOpenAuth-3348abf994f2abe5526454bef1a2194bba554e5c.tar.gz DotNetOpenAuth-3348abf994f2abe5526454bef1a2194bba554e5c.tar.bz2 |
Merge branch 'v4.2' into v4.3
-rw-r--r-- | nuget/DotNetOpenAuth.Ultimate.nuspec | 3 | ||||
-rw-r--r-- | nuget/DotNetOpenAuth.nuspec | 3 | ||||
-rw-r--r-- | src/.gitignore | 1 |
3 files changed, 3 insertions, 4 deletions
diff --git a/nuget/DotNetOpenAuth.Ultimate.nuspec b/nuget/DotNetOpenAuth.Ultimate.nuspec index 9ce6996..6432868 100644 --- a/nuget/DotNetOpenAuth.Ultimate.nuspec +++ b/nuget/DotNetOpenAuth.Ultimate.nuspec @@ -13,8 +13,7 @@ <summary>OpenID, OAuth, & InfoCard library for web and desktop applications.</summary> <description> A single assembly that adds OpenID 1.1/2.0, OAuth 1.0(a)/2.0, & InfoCard authentication and authorization functionality for client and server applications. - This allows your (web) application to issue identities or accept issued identites from other web applications, and even access your users' - data on other services. + This allows your (web) application to issue identities or accept issued identites from other web applications, and even access your users' data on other services. </description> <language>en-US</language> </metadata> diff --git a/nuget/DotNetOpenAuth.nuspec b/nuget/DotNetOpenAuth.nuspec index c8a19ab..2895b00 100644 --- a/nuget/DotNetOpenAuth.nuspec +++ b/nuget/DotNetOpenAuth.nuspec @@ -13,8 +13,7 @@ <summary>OpenID, OAuth, & InfoCard library for web and desktop applications.</summary> <description> Add OpenID 1.1/2.0, OAuth 1.0(a), & InfoCard authentication and authorization functionality for client and server applications. - This allows your (web) application to issue identities or accept issued identites from other web applications, and even access your users' - data on other services. + This allows your (web) application to issue identities or accept issued identites from other web applications, and even access your users' data on other services. </description> <language>en-US</language> <dependencies> diff --git a/src/.gitignore b/src/.gitignore index 420748a..a5031e1 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -9,3 +9,4 @@ _ReSharper.* bin obj Bin +packages
\ No newline at end of file |