From 16734f7844c45e611a29f6da9cd3028defa3fb49 Mon Sep 17 00:00:00 2001 From: Aleksey Nemiro Date: Fri, 25 Aug 2017 00:12:54 +0300 Subject: [PATCH] v1.13 --- .gitignore | 3 ++ CHANGELOG.md | 2 +- README.md | 2 +- .../AspNetCustomRequestsProvider.csproj | 8 +++- .../packages.config | 2 +- .../AspNetWebFormsCustomClient.VB.vbproj | 9 +++-- .../packages.config | 2 +- .../AspNetWebFormsCustomClient.csproj | 9 +++-- .../packages.config | 2 +- .../AspNetWebFormsMulticlients.csproj | 9 +++-- .../packages.config | 2 +- .../AspWebFormsPopup/AspWebFormsPopup.csproj | 9 +++-- examples/AspWebFormsPopup/packages.config | 2 +- .../CodeProjectForumViewer.csproj | 12 +++--- .../CodeProjectForumViewer/packages.config | 4 +- examples/DemoSite/DemoOAuth.csproj | 8 +++- examples/DemoSite/Views/Home/Index.cshtml | 1 + examples/DemoSite/Web.config | 2 +- examples/DemoSite/packages.config | 2 +- .../DropBoxWebForms/DropBoxWebForms.csproj | 9 +++-- examples/DropBoxWebForms/packages.config | 2 +- examples/DropboxExample/DropboxExample.csproj | 11 ++++-- examples/DropboxExample/MainForm.cs | 2 +- examples/DropboxExample/packages.config | 4 +- .../GoogleDriveWebForms.csproj | 9 +++-- examples/GoogleDriveWebForms/packages.config | 2 +- .../GrantTypeClientCredentials.vbproj | 9 ++++- .../packages.config | 2 +- examples/InstagramWinForms/Form1.cs | 2 +- .../InstagramWinForms.csproj | 13 +++++-- examples/InstagramWinForms/packages.config | 4 +- examples/MyDropBox/Form1.cs | 2 +- examples/MyDropBox/MyDropBox.csproj | 12 ++++-- examples/MyDropBox/packages.config | 4 +- examples/MyDropBoxV2/Form1.cs | 2 +- examples/MyDropBoxV2/MyDropBox.csproj | 12 ++++-- examples/MyDropBoxV2/packages.config | 4 +- .../Test.CSharp.AspMvc.csproj | 7 +++- .../Test/Test.CSharp.AspMvc/packages.config | 2 +- .../Test.CSharp.AspWebForms.csproj | 9 +++-- .../Test.CSharp.AspWebForms/packages.config | 2 +- .../Test.CSharp.WinForms.csproj | 8 +++- .../Test/Test.CSharp.WinForms/packages.config | 2 +- .../Test/Test.VB.AspMvc/Test.VB.AspMvc.vbproj | 7 +++- examples/Test/Test.VB.AspMvc/packages.config | 2 +- .../Test.VB.AspWebForms.vbproj | 9 +++-- .../Test/Test.VB.AspWebForms/packages.config | 2 +- .../Test.VB.WinForms/Test.VB.WinForms.vbproj | 8 +++- .../Test/Test.VB.WinForms/packages.config | 2 +- .../TwitterExample.VB.vbproj | 11 ++++-- examples/TwitterExample.VB/packages.config | 4 +- examples/TwitterExample/TwitterExample.csproj | 12 ++++-- examples/TwitterExample/packages.config | 4 +- examples/WebForms35/WebForms35.csproj | 8 ++-- examples/WebForms35/packages.config | 2 +- src/Nemiro.OAuth/Nemiro.OAuth.csproj | 37 +++++++++++++------ 56 files changed, 214 insertions(+), 119 deletions(-) diff --git a/.gitignore b/.gitignore index e84dc45..36f236c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ bin obj *.user /src/Nemiro.OAuth.Test/output.log +.vs +packages +*.suo diff --git a/CHANGELOG.md b/CHANGELOG.md index 01840a4..b7062b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to **Nemiro.OAuth** will be documented in this file. -## [v1.13] - unreleased +## [v1.13] - 2017-08-25 This release contains minor improvements and updates API versions used by clients. diff --git a/README.md b/README.md index 572f9e7..a8567b0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ To install **Nemiro.OAuth**, run the following command in the **Package Manager `PM> Install-Package Nemiro.OAuth` -## Demo +## Online Demo [demo-oauth.nemiro.net](http://demo-oauth.nemiro.net/) diff --git a/examples/AspNetCustomRequestsProvider/AspNetCustomRequestsProvider.csproj b/examples/AspNetCustomRequestsProvider/AspNetCustomRequestsProvider.csproj index 439f113..7e1c2e6 100644 --- a/examples/AspNetCustomRequestsProvider/AspNetCustomRequestsProvider.csproj +++ b/examples/AspNetCustomRequestsProvider/AspNetCustomRequestsProvider.csproj @@ -24,6 +24,7 @@ + true @@ -48,10 +49,13 @@ True - - packages\Nemiro.OAuth.1.13.0-beta1\lib\net45\Nemiro.OAuth.dll + + packages\Nemiro.OAuth.1.13.0\lib\net45\Nemiro.OAuth.dll + + + diff --git a/examples/AspNetCustomRequestsProvider/packages.config b/examples/AspNetCustomRequestsProvider/packages.config index 15424ec..b9cbde9 100644 --- a/examples/AspNetCustomRequestsProvider/packages.config +++ b/examples/AspNetCustomRequestsProvider/packages.config @@ -9,5 +9,5 @@ - + \ No newline at end of file diff --git a/examples/AspNetWebFormsCustomClient.VB/AspNetWebFormsCustomClient.VB.vbproj b/examples/AspNetWebFormsCustomClient.VB/AspNetWebFormsCustomClient.VB.vbproj index adb316b..5819cbc 100644 --- a/examples/AspNetWebFormsCustomClient.VB/AspNetWebFormsCustomClient.VB.vbproj +++ b/examples/AspNetWebFormsCustomClient.VB/AspNetWebFormsCustomClient.VB.vbproj @@ -26,6 +26,7 @@ + true @@ -58,14 +59,16 @@ On - - packages\Nemiro.OAuth.1.13.0-beta1\lib\net40\Nemiro.OAuth.dll + + packages\Nemiro.OAuth.1.13.0\lib\net40\Nemiro.OAuth.dll + + @@ -170,7 +173,7 @@ My Settings.Designer.vb - + 10.0 diff --git a/examples/AspNetWebFormsCustomClient.VB/packages.config b/examples/AspNetWebFormsCustomClient.VB/packages.config index 3ef8c4b..719729f 100644 --- a/examples/AspNetWebFormsCustomClient.VB/packages.config +++ b/examples/AspNetWebFormsCustomClient.VB/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/examples/AspNetWebFormsCustomClient/AspNetWebFormsCustomClient.csproj b/examples/AspNetWebFormsCustomClient/AspNetWebFormsCustomClient.csproj index 9eed5ba..f62f15b 100644 --- a/examples/AspNetWebFormsCustomClient/AspNetWebFormsCustomClient.csproj +++ b/examples/AspNetWebFormsCustomClient/AspNetWebFormsCustomClient.csproj @@ -25,6 +25,7 @@ + true @@ -45,9 +46,11 @@ - - packages\Nemiro.OAuth.1.13.0-beta1\lib\net40\Nemiro.OAuth.dll + + packages\Nemiro.OAuth.1.13.0\lib\net40\Nemiro.OAuth.dll + + @@ -99,7 +102,7 @@ - + 10.0 diff --git a/examples/AspNetWebFormsCustomClient/packages.config b/examples/AspNetWebFormsCustomClient/packages.config index 3ef8c4b..719729f 100644 --- a/examples/AspNetWebFormsCustomClient/packages.config +++ b/examples/AspNetWebFormsCustomClient/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/examples/AspNetWebFormsMulticlients/AspNetWebFormsMulticlients.csproj b/examples/AspNetWebFormsMulticlients/AspNetWebFormsMulticlients.csproj index 06177a7..4953250 100644 --- a/examples/AspNetWebFormsMulticlients/AspNetWebFormsMulticlients.csproj +++ b/examples/AspNetWebFormsMulticlients/AspNetWebFormsMulticlients.csproj @@ -25,6 +25,7 @@ + true @@ -45,9 +46,11 @@ - - packages\Nemiro.OAuth.1.13.0-beta1\lib\net40\Nemiro.OAuth.dll + + packages\Nemiro.OAuth.1.13.0\lib\net40\Nemiro.OAuth.dll + + @@ -105,7 +108,7 @@ - + diff --git a/examples/AspNetWebFormsMulticlients/packages.config b/examples/AspNetWebFormsMulticlients/packages.config index 3ef8c4b..719729f 100644 --- a/examples/AspNetWebFormsMulticlients/packages.config +++ b/examples/AspNetWebFormsMulticlients/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/examples/AspWebFormsPopup/AspWebFormsPopup.csproj b/examples/AspWebFormsPopup/AspWebFormsPopup.csproj index 0cc783d..1da3de9 100644 --- a/examples/AspWebFormsPopup/AspWebFormsPopup.csproj +++ b/examples/AspWebFormsPopup/AspWebFormsPopup.csproj @@ -25,6 +25,7 @@ + true @@ -45,9 +46,11 @@ - - packages\Nemiro.OAuth.1.13.0-beta1\lib\net40\Nemiro.OAuth.dll + + packages\Nemiro.OAuth.1.13.0\lib\net40\Nemiro.OAuth.dll + + @@ -105,7 +108,7 @@ - + diff --git a/examples/AspWebFormsPopup/packages.config b/examples/AspWebFormsPopup/packages.config index 3ef8c4b..719729f 100644 --- a/examples/AspWebFormsPopup/packages.config +++ b/examples/AspWebFormsPopup/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/examples/CodeProjectForumViewer/CodeProjectForumViewer.csproj b/examples/CodeProjectForumViewer/CodeProjectForumViewer.csproj index 1745222..76e54ce 100644 --- a/examples/CodeProjectForumViewer/CodeProjectForumViewer.csproj +++ b/examples/CodeProjectForumViewer/CodeProjectForumViewer.csproj @@ -38,16 +38,18 @@ Resources\codeproject.ico - - packages\Nemiro.OAuth.1.13.0-beta1\lib\net40\Nemiro.OAuth.dll + + packages\Nemiro.OAuth.1.13.0\lib\net40\Nemiro.OAuth.dll - - packages\Nemiro.OAuth.LoginForms.1.5\lib\net40\Nemiro.OAuth.LoginForms.dll - True + + packages\Nemiro.OAuth.LoginForms.1.7.0\lib\net40\Nemiro.OAuth.LoginForms.dll + + + diff --git a/examples/CodeProjectForumViewer/packages.config b/examples/CodeProjectForumViewer/packages.config index cdab107..0923471 100644 --- a/examples/CodeProjectForumViewer/packages.config +++ b/examples/CodeProjectForumViewer/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file diff --git a/examples/DemoSite/DemoOAuth.csproj b/examples/DemoSite/DemoOAuth.csproj index 13a8aec..b1ebf36 100644 --- a/examples/DemoSite/DemoOAuth.csproj +++ b/examples/DemoSite/DemoOAuth.csproj @@ -22,6 +22,7 @@ + true @@ -42,9 +43,12 @@ - - packages\Nemiro.OAuth.1.13.0-beta1\lib\net45\Nemiro.OAuth.dll + + packages\Nemiro.OAuth.1.13.0\lib\net45\Nemiro.OAuth.dll + + + diff --git a/examples/DemoSite/Views/Home/Index.cshtml b/examples/DemoSite/Views/Home/Index.cshtml index 1d25f2d..19dc7a4 100644 --- a/examples/DemoSite/Views/Home/Index.cshtml +++ b/examples/DemoSite/Views/Home/Index.cshtml @@ -47,6 +47,7 @@

@DemoOAuth.Strings.Download

+

v1.13 @(new DateTime(2017, 8, 25).ToString("dd MMMM yyyy"))

v1.12 @(new DateTime(2016, 9, 12).ToString("dd MMMM yyyy"))

v1.11.2477 @(new DateTime(2016, 8, 8).ToString("dd MMMM yyyy"))

v1.11 @(new DateTime(2016, 7, 11).ToString("dd MMMM yyyy"))

diff --git a/examples/DemoSite/Web.config b/examples/DemoSite/Web.config index 02995af..f6130f1 100644 --- a/examples/DemoSite/Web.config +++ b/examples/DemoSite/Web.config @@ -15,7 +15,7 @@ - + diff --git a/examples/DemoSite/packages.config b/examples/DemoSite/packages.config index 6b498f7..3f69c56 100644 --- a/examples/DemoSite/packages.config +++ b/examples/DemoSite/packages.config @@ -7,5 +7,5 @@ - + \ No newline at end of file diff --git a/examples/DropBoxWebForms/DropBoxWebForms.csproj b/examples/DropBoxWebForms/DropBoxWebForms.csproj index d8d608b..b45eb48 100644 --- a/examples/DropBoxWebForms/DropBoxWebForms.csproj +++ b/examples/DropBoxWebForms/DropBoxWebForms.csproj @@ -25,6 +25,7 @@ + true @@ -45,9 +46,11 @@ - - packages\Nemiro.OAuth.1.13.0-beta1\lib\net40\Nemiro.OAuth.dll + + packages\Nemiro.OAuth.1.13.0\lib\net40\Nemiro.OAuth.dll + + @@ -97,7 +100,7 @@ - + 10.0 diff --git a/examples/DropBoxWebForms/packages.config b/examples/DropBoxWebForms/packages.config index 3ef8c4b..719729f 100644 --- a/examples/DropBoxWebForms/packages.config +++ b/examples/DropBoxWebForms/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/examples/DropboxExample/DropboxExample.csproj b/examples/DropboxExample/DropboxExample.csproj index fa5577d..0bc702a 100644 --- a/examples/DropboxExample/DropboxExample.csproj +++ b/examples/DropboxExample/DropboxExample.csproj @@ -38,15 +38,18 @@ dropbox.ico - - packages\Nemiro.OAuth.1.13.0-beta1\lib\net40\Nemiro.OAuth.dll + + packages\Nemiro.OAuth.1.13.0\lib\net40\Nemiro.OAuth.dll - - packages\Nemiro.OAuth.LoginForms.1.6\lib\net40\Nemiro.OAuth.LoginForms.dll + + packages\Nemiro.OAuth.LoginForms.1.7.0\lib\net40\Nemiro.OAuth.LoginForms.dll + + + diff --git a/examples/DropboxExample/MainForm.cs b/examples/DropboxExample/MainForm.cs index e799267..f88abbd 100644 --- a/examples/DropboxExample/MainForm.cs +++ b/examples/DropboxExample/MainForm.cs @@ -301,7 +301,7 @@ private void GetAccessToken() } // create login form - var login = new DropboxLogin("5nkunr8uscwfoba", "n7x9icfwoe6dehq") { Owner = this }; + var login = new DropboxLogin("5nkunr8uscwfoba", "n7x9icfwoe6dehq", "https://oauthproxy.nemiro.net/", false, false) { Owner = this }; // show login form login.ShowDialog(); diff --git a/examples/DropboxExample/packages.config b/examples/DropboxExample/packages.config index b68aa6c..0923471 100644 --- a/examples/DropboxExample/packages.config +++ b/examples/DropboxExample/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file diff --git a/examples/GoogleDriveWebForms/GoogleDriveWebForms.csproj b/examples/GoogleDriveWebForms/GoogleDriveWebForms.csproj index dfdb360..8cc3c43 100644 --- a/examples/GoogleDriveWebForms/GoogleDriveWebForms.csproj +++ b/examples/GoogleDriveWebForms/GoogleDriveWebForms.csproj @@ -25,6 +25,7 @@ + true @@ -45,9 +46,11 @@ - - packages\Nemiro.OAuth.1.13.0-beta1\lib\net40\Nemiro.OAuth.dll + + packages\Nemiro.OAuth.1.13.0\lib\net40\Nemiro.OAuth.dll + + @@ -97,7 +100,7 @@ - + 10.0 diff --git a/examples/GoogleDriveWebForms/packages.config b/examples/GoogleDriveWebForms/packages.config index 3ef8c4b..719729f 100644 --- a/examples/GoogleDriveWebForms/packages.config +++ b/examples/GoogleDriveWebForms/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/examples/GrantTypeClientCredentials/GrantTypeClientCredentials.vbproj b/examples/GrantTypeClientCredentials/GrantTypeClientCredentials.vbproj index 5c66cbc..3da690e 100644 --- a/examples/GrantTypeClientCredentials/GrantTypeClientCredentials.vbproj +++ b/examples/GrantTypeClientCredentials/GrantTypeClientCredentials.vbproj @@ -51,12 +51,17 @@ On - - packages\Nemiro.OAuth.1.13.0-beta1\lib\net40\Nemiro.OAuth.dll + + packages\Nemiro.OAuth.1.13.0\lib\net40\Nemiro.OAuth.dll + + + + + diff --git a/examples/GrantTypeClientCredentials/packages.config b/examples/GrantTypeClientCredentials/packages.config index 3ef8c4b..719729f 100644 --- a/examples/GrantTypeClientCredentials/packages.config +++ b/examples/GrantTypeClientCredentials/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/examples/InstagramWinForms/Form1.cs b/examples/InstagramWinForms/Form1.cs index 5b6798d..bac8f82 100644 --- a/examples/InstagramWinForms/Form1.cs +++ b/examples/InstagramWinForms/Form1.cs @@ -59,7 +59,7 @@ private void GetAccessToken() ( "9fcad1f7740b4b66ba9a0357eb9b7dda", "3f04cbf48f194739a10d4911c93dcece", - "http://oauthproxy.nemiro.net/", + "https://oauthproxy.nemiro.net/", scope: "basic public_content", loadUserInfo: true ); diff --git a/examples/InstagramWinForms/InstagramWinForms.csproj b/examples/InstagramWinForms/InstagramWinForms.csproj index 692dc2c..bb6ed63 100644 --- a/examples/InstagramWinForms/InstagramWinForms.csproj +++ b/examples/InstagramWinForms/InstagramWinForms.csproj @@ -33,14 +33,19 @@ 4 - - packages\Nemiro.OAuth.1.13.0-beta1\lib\net461\Nemiro.OAuth.dll + + packages\Nemiro.OAuth.1.13.0\lib\net461\Nemiro.OAuth.dll - - packages\Nemiro.OAuth.LoginForms.1.6\lib\net461\Nemiro.OAuth.LoginForms.dll + + packages\Nemiro.OAuth.LoginForms.1.7.0\lib\net461\Nemiro.OAuth.LoginForms.dll + + + + + diff --git a/examples/InstagramWinForms/packages.config b/examples/InstagramWinForms/packages.config index fa59553..d02d632 100644 --- a/examples/InstagramWinForms/packages.config +++ b/examples/InstagramWinForms/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file diff --git a/examples/MyDropBox/Form1.cs b/examples/MyDropBox/Form1.cs index 74a0e8a..e166c5d 100644 --- a/examples/MyDropBox/Form1.cs +++ b/examples/MyDropBox/Form1.cs @@ -34,7 +34,7 @@ private void Form1_Load(object sender, EventArgs e) private void GetAccessToken() { - var login = new DropboxLogin("4mlpoeq657vuif8", "1whj6c5mxtkns7m"); + var login = new DropboxLogin("4mlpoeq657vuif8", "1whj6c5mxtkns7m", "https://oauthproxy.nemiro.net/", false, false); login.Owner = this; login.ShowDialog(); diff --git a/examples/MyDropBox/MyDropBox.csproj b/examples/MyDropBox/MyDropBox.csproj index 0c2fa41..2338da4 100644 --- a/examples/MyDropBox/MyDropBox.csproj +++ b/examples/MyDropBox/MyDropBox.csproj @@ -32,15 +32,19 @@ 4 - - packages\Nemiro.OAuth.1.12\lib\net45\Nemiro.OAuth.dll + + packages\Nemiro.OAuth.1.13.0\lib\net45\Nemiro.OAuth.dll - - packages\Nemiro.OAuth.LoginForms.1.6\lib\net45\Nemiro.OAuth.LoginForms.dll + + packages\Nemiro.OAuth.LoginForms.1.7.0\lib\net45\Nemiro.OAuth.LoginForms.dll + + + + diff --git a/examples/MyDropBox/packages.config b/examples/MyDropBox/packages.config index de0e06c..e486c30 100644 --- a/examples/MyDropBox/packages.config +++ b/examples/MyDropBox/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file diff --git a/examples/MyDropBoxV2/Form1.cs b/examples/MyDropBoxV2/Form1.cs index 20b9a1c..620546c 100644 --- a/examples/MyDropBoxV2/Form1.cs +++ b/examples/MyDropBoxV2/Form1.cs @@ -47,7 +47,7 @@ private void Form1_Load(object sender, EventArgs e) private void GetAccessToken() { - var login = new DropboxLogin("4mlpoeq657vuif8", "1whj6c5mxtkns7m"); + var login = new DropboxLogin("4mlpoeq657vuif8", "1whj6c5mxtkns7m", "https://oauthproxy.nemiro.net/", false, false); login.Owner = this; login.ShowDialog(); diff --git a/examples/MyDropBoxV2/MyDropBox.csproj b/examples/MyDropBoxV2/MyDropBox.csproj index c87b182..2338da4 100644 --- a/examples/MyDropBoxV2/MyDropBox.csproj +++ b/examples/MyDropBoxV2/MyDropBox.csproj @@ -32,15 +32,19 @@ 4 - - packages\Nemiro.OAuth.1.13.0-beta1\lib\net45\Nemiro.OAuth.dll + + packages\Nemiro.OAuth.1.13.0\lib\net45\Nemiro.OAuth.dll - - packages\Nemiro.OAuth.LoginForms.1.6\lib\net45\Nemiro.OAuth.LoginForms.dll + + packages\Nemiro.OAuth.LoginForms.1.7.0\lib\net45\Nemiro.OAuth.LoginForms.dll + + + + diff --git a/examples/MyDropBoxV2/packages.config b/examples/MyDropBoxV2/packages.config index 9305494..e486c30 100644 --- a/examples/MyDropBoxV2/packages.config +++ b/examples/MyDropBoxV2/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file diff --git a/examples/Test/Test.CSharp.AspMvc/Test.CSharp.AspMvc.csproj b/examples/Test/Test.CSharp.AspMvc/Test.CSharp.AspMvc.csproj index 0a639ca..dd8f2d2 100644 --- a/examples/Test/Test.CSharp.AspMvc/Test.CSharp.AspMvc.csproj +++ b/examples/Test/Test.CSharp.AspMvc/Test.CSharp.AspMvc.csproj @@ -27,6 +27,7 @@ + true @@ -50,10 +51,12 @@ ..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll True - - ..\packages\Nemiro.OAuth.1.13.0-beta1\lib\net40\Nemiro.OAuth.dll + + ..\packages\Nemiro.OAuth.1.13.0\lib\net40\Nemiro.OAuth.dll + + ..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.Helpers.dll True diff --git a/examples/Test/Test.CSharp.AspMvc/packages.config b/examples/Test/Test.CSharp.AspMvc/packages.config index 9395d60..584949a 100644 --- a/examples/Test/Test.CSharp.AspMvc/packages.config +++ b/examples/Test/Test.CSharp.AspMvc/packages.config @@ -4,5 +4,5 @@ - + \ No newline at end of file diff --git a/examples/Test/Test.CSharp.AspWebForms/Test.CSharp.AspWebForms.csproj b/examples/Test/Test.CSharp.AspWebForms/Test.CSharp.AspWebForms.csproj index 83e5113..62c2363 100644 --- a/examples/Test/Test.CSharp.AspWebForms/Test.CSharp.AspWebForms.csproj +++ b/examples/Test/Test.CSharp.AspWebForms/Test.CSharp.AspWebForms.csproj @@ -25,6 +25,7 @@ + true @@ -45,9 +46,11 @@ - - ..\packages\Nemiro.OAuth.1.13.0-beta1\lib\net40\Nemiro.OAuth.dll + + ..\packages\Nemiro.OAuth.1.13.0\lib\net40\Nemiro.OAuth.dll + + @@ -110,7 +113,7 @@ - + 10.0 diff --git a/examples/Test/Test.CSharp.AspWebForms/packages.config b/examples/Test/Test.CSharp.AspWebForms/packages.config index 3ef8c4b..719729f 100644 --- a/examples/Test/Test.CSharp.AspWebForms/packages.config +++ b/examples/Test/Test.CSharp.AspWebForms/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/examples/Test/Test.CSharp.WinForms/Test.CSharp.WinForms.csproj b/examples/Test/Test.CSharp.WinForms/Test.CSharp.WinForms.csproj index 40d3042..5f75d18 100644 --- a/examples/Test/Test.CSharp.WinForms/Test.CSharp.WinForms.csproj +++ b/examples/Test/Test.CSharp.WinForms/Test.CSharp.WinForms.csproj @@ -35,11 +35,15 @@ 4 - - ..\packages\Nemiro.OAuth.1.13.0-beta1\lib\net40\Nemiro.OAuth.dll + + ..\packages\Nemiro.OAuth.1.13.0\lib\net40\Nemiro.OAuth.dll + + + + diff --git a/examples/Test/Test.CSharp.WinForms/packages.config b/examples/Test/Test.CSharp.WinForms/packages.config index 3ef8c4b..719729f 100644 --- a/examples/Test/Test.CSharp.WinForms/packages.config +++ b/examples/Test/Test.CSharp.WinForms/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/examples/Test/Test.VB.AspMvc/Test.VB.AspMvc.vbproj b/examples/Test/Test.VB.AspMvc/Test.VB.AspMvc.vbproj index 12ad5f0..cbd540c 100644 --- a/examples/Test/Test.VB.AspMvc/Test.VB.AspMvc.vbproj +++ b/examples/Test/Test.VB.AspMvc/Test.VB.AspMvc.vbproj @@ -30,6 +30,7 @@ + true @@ -54,10 +55,12 @@ ..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll True - - ..\packages\Nemiro.OAuth.1.13.0-beta1\lib\net40\Nemiro.OAuth.dll + + ..\packages\Nemiro.OAuth.1.13.0\lib\net40\Nemiro.OAuth.dll + + ..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.Helpers.dll True diff --git a/examples/Test/Test.VB.AspMvc/packages.config b/examples/Test/Test.VB.AspMvc/packages.config index 9395d60..584949a 100644 --- a/examples/Test/Test.VB.AspMvc/packages.config +++ b/examples/Test/Test.VB.AspMvc/packages.config @@ -4,5 +4,5 @@ - + \ No newline at end of file diff --git a/examples/Test/Test.VB.AspWebForms/Test.VB.AspWebForms.vbproj b/examples/Test/Test.VB.AspWebForms/Test.VB.AspWebForms.vbproj index f2479bf..9649c45 100644 --- a/examples/Test/Test.VB.AspWebForms/Test.VB.AspWebForms.vbproj +++ b/examples/Test/Test.VB.AspWebForms/Test.VB.AspWebForms.vbproj @@ -26,6 +26,7 @@ + true @@ -58,14 +59,16 @@ On - - ..\packages\Nemiro.OAuth.1.13.0-beta1\lib\net40\Nemiro.OAuth.dll + + ..\packages\Nemiro.OAuth.1.13.0\lib\net40\Nemiro.OAuth.dll + + @@ -173,7 +176,7 @@ My Settings.Designer.vb - + diff --git a/examples/Test/Test.VB.AspWebForms/packages.config b/examples/Test/Test.VB.AspWebForms/packages.config index 3ef8c4b..719729f 100644 --- a/examples/Test/Test.VB.AspWebForms/packages.config +++ b/examples/Test/Test.VB.AspWebForms/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/examples/Test/Test.VB.WinForms/Test.VB.WinForms.vbproj b/examples/Test/Test.VB.WinForms/Test.VB.WinForms.vbproj index 623fa67..8fa357e 100644 --- a/examples/Test/Test.VB.WinForms/Test.VB.WinForms.vbproj +++ b/examples/Test/Test.VB.WinForms/Test.VB.WinForms.vbproj @@ -50,13 +50,17 @@ On - - ..\packages\Nemiro.OAuth.1.13.0-beta1\lib\net40\Nemiro.OAuth.dll + + ..\packages\Nemiro.OAuth.1.13.0\lib\net40\Nemiro.OAuth.dll + + + + diff --git a/examples/Test/Test.VB.WinForms/packages.config b/examples/Test/Test.VB.WinForms/packages.config index 3ef8c4b..719729f 100644 --- a/examples/Test/Test.VB.WinForms/packages.config +++ b/examples/Test/Test.VB.WinForms/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/examples/TwitterExample.VB/TwitterExample.VB.vbproj b/examples/TwitterExample.VB/TwitterExample.VB.vbproj index 884abba..4473434 100644 --- a/examples/TwitterExample.VB/TwitterExample.VB.vbproj +++ b/examples/TwitterExample.VB/TwitterExample.VB.vbproj @@ -56,17 +56,20 @@ twitter.ico - - packages\Nemiro.OAuth.1.13.0-beta1\lib\net40\Nemiro.OAuth.dll + + packages\Nemiro.OAuth.1.13.0\lib\net40\Nemiro.OAuth.dll - - packages\Nemiro.OAuth.LoginForms.1.6\lib\net40\Nemiro.OAuth.LoginForms.dll + + packages\Nemiro.OAuth.LoginForms.1.7.0\lib\net40\Nemiro.OAuth.LoginForms.dll + + + diff --git a/examples/TwitterExample.VB/packages.config b/examples/TwitterExample.VB/packages.config index b68aa6c..0923471 100644 --- a/examples/TwitterExample.VB/packages.config +++ b/examples/TwitterExample.VB/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file diff --git a/examples/TwitterExample/TwitterExample.csproj b/examples/TwitterExample/TwitterExample.csproj index 72ad340..a8424b2 100644 --- a/examples/TwitterExample/TwitterExample.csproj +++ b/examples/TwitterExample/TwitterExample.csproj @@ -38,15 +38,19 @@ twitter.ico - - packages\Nemiro.OAuth.1.13.0-beta1\lib\net45\Nemiro.OAuth.dll + + packages\Nemiro.OAuth.1.13.0\lib\net45\Nemiro.OAuth.dll - - packages\Nemiro.OAuth.LoginForms.1.6\lib\net45\Nemiro.OAuth.LoginForms.dll + + packages\Nemiro.OAuth.LoginForms.1.7.0\lib\net45\Nemiro.OAuth.LoginForms.dll + + + + diff --git a/examples/TwitterExample/packages.config b/examples/TwitterExample/packages.config index 9305494..e486c30 100644 --- a/examples/TwitterExample/packages.config +++ b/examples/TwitterExample/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file diff --git a/examples/WebForms35/WebForms35.csproj b/examples/WebForms35/WebForms35.csproj index 0297db1..9519fbb 100644 --- a/examples/WebForms35/WebForms35.csproj +++ b/examples/WebForms35/WebForms35.csproj @@ -25,6 +25,7 @@ + true @@ -44,13 +45,14 @@ 4 - - packages\Nemiro.OAuth.1.13.0-beta1\lib\net35\Nemiro.OAuth.dll + + packages\Nemiro.OAuth.1.13.0\lib\net35\Nemiro.OAuth.dll + @@ -94,7 +96,7 @@ - + 10.0 diff --git a/examples/WebForms35/packages.config b/examples/WebForms35/packages.config index aee20f1..c85989e 100644 --- a/examples/WebForms35/packages.config +++ b/examples/WebForms35/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/src/Nemiro.OAuth/Nemiro.OAuth.csproj b/src/Nemiro.OAuth/Nemiro.OAuth.csproj index e838739..cb93511 100644 --- a/src/Nemiro.OAuth/Nemiro.OAuth.csproj +++ b/src/Nemiro.OAuth/Nemiro.OAuth.csproj @@ -1,27 +1,44 @@  - 1.13.0.2799 + 1.13.0.2828 net35;net40;net45;net451;net452;net46;net461;net462;net47 Nemiro.OAuth - False - False - True - True + false + false + true + true Nemiro.OAuth.snk - Class library for OAuth authentication in the .NET Framework. The library provides mechanisms for implementing OAuth clients, and also contains ready-to-use clients for popular websites. Aleksey Nemiro Copyright © Aleksey Nemiro, 2014-2017 - 1.13.0-beta1 + 1.13.0 Nemiro.OAuth true http://oauth.nemiro.net/?topic=license.html http://oauth.nemiro.net/ http://content.nemiro.net/images/oauth64.png - + Class library for authentication using OAuth protocol in .NET Framework. The library provides mechanisms for implementing OAuth clients, and also contains ready-to-use clients for popular websites. + August 25, 2017 + +This package is no different from v1.13.0-beta1. Just removed from the status of beta testing. + +* Added ResponseType to class OAuth2Client; +* Added default return URL to OdnoklassnikiClient; +* Added method SetAccessToken to class OAuthBase (only for OAuth v2.0 and token requests); +* Added method Get to class OAuthBase for strict type of clients; +* Added assembly for .NET v4.7; +* Changed type of the Version property. Now is Version type; +* Updated Facebook Graph API from v2.7 to v2.9; +* Updated VK API from v5.53 to v5.65; +* Changed method ParseParameters: added UrlDecore; +* Fixed YahooClient: Receiving a user GUID, if there is no such identifier in the headers. + OAuth;VB.NET;C#;WebForms;MVC;ASP.NET;WinForms;Windows https://github.com/alekseynemiro/nemiro.oauth.dll git + true + F:\Nuget + @@ -31,10 +48,6 @@ C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client - - - -