summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.Client/OAuth2/ClientStrings.Designer.cs
Commit message (Collapse)AuthorAgeFilesLines
* Fixes access denial errors from OAuth 2 resource servers so they include the ↵Andrew Arnott2012-04-221-10/+1
| | | | | | required parameters in their WWW-Authenticate headers. Fixes #124
* Merge branch 'v4.0'Andrew Arnott2012-04-051-0/+18
| | | | | | | Conflicts: src/DotNetOpenAuth.OAuth2.Client/DotNetOpenAuth.OAuth2.Client.csproj src/DotNetOpenAuth.OAuth2.ResourceServer/DotNetOpenAuth.OAuth2.ResourceServer.csproj src/DotNetOpenAuth.OAuth2.ResourceServer/OAuth2/ResourceServer.cs
* Fixed peverify errors in unified assembly due to two resources sharing a ↵Andrew Arnott2012-04-051-0/+99
common manifest name. Related to #112 which reported peverify errors, but this is very unlikely to fix the VerificationException.