summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nuget/DotNetOpenAuth.Ultimate.nuspec3
-rw-r--r--nuget/DotNetOpenAuth.nuspec3
-rw-r--r--src/.gitignore1
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, &amp; 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, &amp; 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, &amp; InfoCard library for web and desktop applications.</summary>
<description>
Add OpenID 1.1/2.0, OAuth 1.0(a), &amp; 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