Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
v1.12
Browse files Browse the repository at this point in the history
For details see CHANGELOG.md

Fixed #18
Fixed #16
  • Loading branch information
alekseynemiro committed Sep 12, 2016
1 parent 7dc16a1 commit cd189b1
Show file tree
Hide file tree
Showing 65 changed files with 302 additions and 155 deletions.
30 changes: 29 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

All notable changes to **Nemiro.OAuth** will be documented in this file.

## [v1.12] - 2016-09-12

This release includes upgrades API, used by clients.
And also general improvements and enhancements.

### Added

* Added custom state into authorization requests;
* Added the ability to create custom providers for manage authorization requests;
* Added automatic serialization to JSON and XML for `RequestBody`;
* Added the ability to override the HTTP headers: `Accept`, `Connection`, `Expect`, `Transfer-Encoding` and `User-Agent`.

### Changed

* Updated `DropboxClient` to API v2;
* Updated `FacebookClient` to Graph API v2.7;
* Updated `GoogleClient` to API v3 and v4 for token;
* Updated `VkontakteClient` to API v5.53;
* Updated endpoints for `LinkedinClient` and `OdnoklassnikiClient`;
* Changed `HttpParameterType`. Added item `None` into the first position, the remaining elements are shifted one step;
* `HttpParameterCollection.ToStringParameters` only for Url and Unformed parameters;
* `HttpParameterCollection.ToRequestBody` is discarded.

### Thanks
* [filmico](https://github.com/filmico)
* [rrivani](https://github.com/rrivani)
* [Mike Norgate](https://github.com/mikenorgate)

## [v1.11.2477] - 2016-08-08

This release includes minor fixes.
Expand Down Expand Up @@ -75,7 +103,7 @@ This version includes fixes and enhancements.
* Fixed typo (internal): `Requet` -> `Requests`;

### Thanks
* [Mike Norgate](https://github.com/oesoftware)
* [Mike Norgate](https://github.com/mikenorgate)
* [Steve Barron](https://github.com/sdbarron)

## [v1.8] - 2015-03-08
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Nemiro.OAuth, Version=1.12.45.2603, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.12-beta2603\lib\net45\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.12.45.2615, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.12\lib\net45\Nemiro.OAuth.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Runtime.Caching" />
Expand Down
2 changes: 1 addition & 1 deletion examples/AspNetCustomRequestsProvider/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
<package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="1.0.0" targetFramework="net45" />
<package id="Microsoft.Net.Compilers" version="1.0.0" targetFramework="net45" developmentDependency="true" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" />
<package id="Nemiro.OAuth" version="1.12-beta2603" targetFramework="net45" />
<package id="Nemiro.OAuth" version="1.12" targetFramework="net45" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<ItemGroup>
<Reference Include="Nemiro.OAuth, Version=1.11.4.2477, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11.2477\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.12.4.2615, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.12\lib\net40\Nemiro.OAuth.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion examples/AspNetWebFormsCustomClient.VB/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Nemiro.OAuth" version="1.11.2477" targetFramework="net40" />
<package id="Nemiro.OAuth" version="1.12" targetFramework="net40" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Nemiro.OAuth, Version=1.11.4.2477, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11.2477\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.12.4.2615, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.12\lib\net40\Nemiro.OAuth.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.DynamicData" />
Expand Down
2 changes: 1 addition & 1 deletion examples/AspNetWebFormsCustomClient/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Nemiro.OAuth" version="1.11.2477" targetFramework="net40" />
<package id="Nemiro.OAuth" version="1.12" targetFramework="net40" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Nemiro.OAuth, Version=1.11.4.2477, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11.2477\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.12.4.2615, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.12\lib\net40\Nemiro.OAuth.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.DynamicData" />
Expand Down
2 changes: 1 addition & 1 deletion examples/AspNetWebFormsMulticlients/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Nemiro.OAuth" version="1.11.2477" targetFramework="net40" />
<package id="Nemiro.OAuth" version="1.12" targetFramework="net40" />
</packages>
4 changes: 2 additions & 2 deletions examples/AspWebFormsPopup/AspWebFormsPopup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Nemiro.OAuth, Version=1.11.4.2477, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11.2477\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.12.4.2615, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.12\lib\net40\Nemiro.OAuth.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.DynamicData" />
Expand Down
2 changes: 1 addition & 1 deletion examples/AspWebFormsPopup/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Nemiro.OAuth" version="1.11.2477" targetFramework="net40" />
<package id="Nemiro.OAuth" version="1.12" targetFramework="net40" />
</packages>
8 changes: 4 additions & 4 deletions examples/CodeProjectForumViewer/CodeProjectForumViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
<ApplicationIcon>Resources\codeproject.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="Nemiro.OAuth, Version=1.11.4.2477, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11.2477\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.12.4.2615, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.12\lib\net40\Nemiro.OAuth.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Nemiro.OAuth.LoginForms, Version=1.4.4.2483, Culture=neutral, PublicKeyToken=2656cfe28099e3f4, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.LoginForms.1.4.2483\lib\net40\Nemiro.OAuth.LoginForms.dll</HintPath>
<Reference Include="Nemiro.OAuth.LoginForms, Version=1.5.4.2617, Culture=neutral, PublicKeyToken=2656cfe28099e3f4, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.LoginForms.1.5\lib\net40\Nemiro.OAuth.LoginForms.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion examples/CodeProjectForumViewer/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
</setting>
</CodeProjectForumViewer.Properties.Settings>
</userSettings>
</configuration>
</configuration>
4 changes: 2 additions & 2 deletions examples/CodeProjectForumViewer/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Nemiro.OAuth" version="1.11.2477" targetFramework="net40" />
<package id="Nemiro.OAuth.LoginForms" version="1.4.2483" targetFramework="net40" />
<package id="Nemiro.OAuth" version="1.12" targetFramework="net40" />
<package id="Nemiro.OAuth.LoginForms" version="1.5" targetFramework="net40" />
</packages>
4 changes: 2 additions & 2 deletions examples/DemoSite/DemoOAuth.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Nemiro.OAuth, Version=1.11.45.2477, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11.2477\lib\net45\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.12.45.2615, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.12\lib\net45\Nemiro.OAuth.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.DynamicData" />
Expand Down
1 change: 1 addition & 0 deletions examples/DemoSite/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@

<section id="download">
<h2>@DemoOAuth.Strings.Download</h2>
<p><a href="https://github.com/alekseynemiro/nemiro.oauth.dll/archive/v1.12.zip">v1.12</a> <span class="date-release">@(new DateTime(2016, 9, 12).ToString("dd MMMM yyyy"))</span></p>
<p><a href="https://github.com/alekseynemiro/nemiro.oauth.dll/archive/v1.11.2477.zip">v1.11.2477</a> <span class="date-release">@(new DateTime(2016, 8, 8).ToString("dd MMMM yyyy"))</span></p>
<p><a href="https://github.com/alekseynemiro/nemiro.oauth.dll/archive/v1.11.zip">v1.11</a> <span class="date-release">@(new DateTime(2016, 7, 11).ToString("dd MMMM yyyy"))</span></p>
<p><a href="https://github.com/alekseynemiro/nemiro.oauth.dll/archive/v1.10.zip">v1.10</a> <span class="date-release">@(new DateTime(2015, 6, 21).ToString("dd MMMM yyyy"))</span></p>
Expand Down
7 changes: 7 additions & 0 deletions examples/DemoSite/Views/Home/Result.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@
<td><a href="@user.Url" target="_blank">@user.Url</a></td>
</tr>
}
@if (!String.IsNullOrEmpty(user.Language))
{
<tr>
<th>Language:</th>
<td>@user.Language</td>
</tr>
}
@if (!String.IsNullOrEmpty(user.Userpic))
{
<tr>
Expand Down
2 changes: 1 addition & 1 deletion examples/DemoSite/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
<package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net45" />
<package id="Microsoft.AspNet.WebPages.ru" version="3.2.3" targetFramework="net45" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" />
<package id="Nemiro.OAuth" version="1.11.2477" targetFramework="net45" />
<package id="Nemiro.OAuth" version="1.12" targetFramework="net45" />
</packages>
56 changes: 44 additions & 12 deletions examples/DropBoxWebForms/Default.aspx.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using System.Web;
using System.Web.UI;
Expand Down Expand Up @@ -51,22 +52,28 @@ protected void btnUpload_Click(object sender, EventArgs e)

var token = Session["AccessToken"].ToString();

string serverPath = System.IO.Path.GetFileName(FileUpload1.FileName);
string serverPath = "/" + System.IO.Path.GetFileName(FileUpload1.FileName);

// you can upload to any folder:
// serverPath = "/folder_name/" + System.IO.Path.GetFileName(FileUpload1.FileName);
// folder_name - should exist in dropbox

var result = OAuthUtility.Put
var fileInfo = UniValue.Empty;
fileInfo["path"] = serverPath;
fileInfo["mode"] = "add";
fileInfo["autorename"] = true;
fileInfo["mute"] = false;

var result = OAuthUtility.Post
(
"https://api-content.dropbox.com/1/files_put/auto/",
"https://content.dropboxapi.com/2/files/upload",
new HttpParameterCollection
{
{ "access_token", token },
{ "overwrite", "true" },
{ "path", serverPath },
{ FileUpload1.PostedFile }
}
},
headers: new NameValueCollection { { "Dropbox-API-Arg", fileInfo.ToString() } },
contentType: "application/octet-stream",
authorization: String.Format("Bearer {0}", token)
);

if (result.StatusCode != 200)
Expand All @@ -76,12 +83,37 @@ protected void btnUpload_Click(object sender, EventArgs e)
}
else
{
// ok
hlResult.NavigateUrl = String.Format("https://api-content.dropbox.com/1/files/auto{0}?access_token={1}", result["path"], token);
hlResult.Text = hlResult.NavigateUrl;
// get shared link
result = OAuthUtility.Post
(
"https://api.dropboxapi.com/2/sharing/create_shared_link_with_settings",
parameters: new HttpParameterCollection
{
new
{
path = serverPath,
settings = new
{
requested_visibility = "public"
}
}
},
authorization: String.Format("Bearer {0}", token),
contentType: "application/json"
);

pnlSuccess.Visible = true;
pnlUpload.Visible = false;
if (result.StatusCode != 200)
{
Response.Write(result["error"].ToString());
}
else
{
hlResult.NavigateUrl = result["url"].ToString();
hlResult.Text = hlResult.NavigateUrl;

pnlSuccess.Visible = true;
pnlUpload.Visible = false;
}
}
}

Expand Down
4 changes: 2 additions & 2 deletions examples/DropBoxWebForms/DropBoxWebForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Nemiro.OAuth, Version=1.11.4.2477, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11.2477\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.12.4.2615, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.12\lib\net40\Nemiro.OAuth.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.DynamicData" />
Expand Down
2 changes: 1 addition & 1 deletion examples/DropBoxWebForms/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Nemiro.OAuth" version="1.11.2477" targetFramework="net40" />
<package id="Nemiro.OAuth" version="1.12" targetFramework="net40" />
</packages>
8 changes: 4 additions & 4 deletions examples/DropboxExample/DropboxExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
<ApplicationIcon>dropbox.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="Nemiro.OAuth, Version=1.12.4.2603, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.12-beta2603\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.12.4.2615, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.12\lib\net40\Nemiro.OAuth.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Nemiro.OAuth.LoginForms, Version=1.4.4.2483, Culture=neutral, PublicKeyToken=2656cfe28099e3f4, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.LoginForms.1.4.2483\lib\net40\Nemiro.OAuth.LoginForms.dll</HintPath>
<Reference Include="Nemiro.OAuth.LoginForms, Version=1.5.4.2617, Culture=neutral, PublicKeyToken=2656cfe28099e3f4, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.LoginForms.1.5\lib\net40\Nemiro.OAuth.LoginForms.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
4 changes: 2 additions & 2 deletions examples/DropboxExample/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Nemiro.OAuth" version="1.12-beta2603" targetFramework="net40" />
<package id="Nemiro.OAuth.LoginForms" version="1.4.2483" targetFramework="net40" />
<package id="Nemiro.OAuth" version="1.12" targetFramework="net40" />
<package id="Nemiro.OAuth.LoginForms" version="1.5" targetFramework="net40" />
</packages>
4 changes: 2 additions & 2 deletions examples/GoogleDriveWebForms/GoogleDriveWebForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Nemiro.OAuth, Version=1.11.4.2477, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11.2477\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.12.4.2615, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.12\lib\net40\Nemiro.OAuth.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.DynamicData" />
Expand Down
2 changes: 1 addition & 1 deletion examples/GoogleDriveWebForms/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Nemiro.OAuth" version="1.11.2477" targetFramework="net40" />
<package id="Nemiro.OAuth" version="1.12" targetFramework="net40" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<ItemGroup>
<Reference Include="Nemiro.OAuth, Version=1.11.4.2477, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11.2477\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.12.4.2615, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.12\lib\net40\Nemiro.OAuth.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion examples/GrantTypeClientCredentials/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Nemiro.OAuth" version="1.11.2477" targetFramework="net40" />
<package id="Nemiro.OAuth" version="1.12" targetFramework="net40" />
</packages>
8 changes: 4 additions & 4 deletions examples/MyDropBoxV2/MyDropBox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Nemiro.OAuth, Version=1.12.45.2603, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.12-beta2603\lib\net45\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.12.45.2615, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.12\lib\net45\Nemiro.OAuth.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Nemiro.OAuth.LoginForms, Version=1.4.45.2483, Culture=neutral, PublicKeyToken=2656cfe28099e3f4, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.LoginForms.1.4.2483\lib\net45\Nemiro.OAuth.LoginForms.dll</HintPath>
<Reference Include="Nemiro.OAuth.LoginForms, Version=1.5.45.2617, Culture=neutral, PublicKeyToken=2656cfe28099e3f4, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.LoginForms.1.5\lib\net45\Nemiro.OAuth.LoginForms.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
Loading

0 comments on commit cd189b1

Please sign in to comment.