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

Commit

Permalink
v1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseynemiro committed Aug 24, 2017
1 parent 5ec3d5f commit 16734f7
Show file tree
Hide file tree
Showing 56 changed files with 214 additions and 119 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ bin
obj
*.user
/src/Nemiro.OAuth.Test/output.log
.vs
packages
*.suo
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<UseGlobalApplicationHostFile />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<Use64BitIISExpress />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -48,10 +49,13 @@
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Nemiro.OAuth, Version=1.13.0.2799, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.13.0-beta1\lib\net45\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.13.0.2828, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.13.0\lib\net45\Nemiro.OAuth.dll</HintPath>
</Reference>
<Reference Include="System.IO.Compression.FileSystem" />
<Reference Include="System.Numerics" />
<Reference Include="System.Runtime.Caching" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
<Reference Include="System.Web.ApplicationServices" />
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.13.0-beta1" targetFramework="net45" />
<package id="Nemiro.OAuth" version="1.13.0" targetFramework="net45" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
<Use64BitIISExpress />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -58,14 +59,16 @@
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<ItemGroup>
<Reference Include="Nemiro.OAuth, Version=1.13.0.2799, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.13.0-beta1\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.13.0.2828, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.13.0\lib\net40\Nemiro.OAuth.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Core" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Numerics" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Web.DynamicData" />
Expand Down Expand Up @@ -170,7 +173,7 @@
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
<Content Include="packages.config" />
<None Include="packages.config" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
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.13.0-beta1" targetFramework="net40" />
<package id="Nemiro.OAuth" version="1.13.0" targetFramework="net40" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
<Use64BitIISExpress />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -45,9 +46,11 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Nemiro.OAuth, Version=1.13.0.2799, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.13.0-beta1\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.13.0.2828, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.13.0\lib\net40\Nemiro.OAuth.dll</HintPath>
</Reference>
<Reference Include="System.Numerics" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
<Reference Include="System.Web.ApplicationServices" />
Expand Down Expand Up @@ -99,7 +102,7 @@
<Compile Include="MyTwitterClient.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="packages.config" />
<None Include="packages.config" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
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.13.0-beta1" targetFramework="net40" />
<package id="Nemiro.OAuth" version="1.13.0" targetFramework="net40" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
<Use64BitIISExpress />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -45,9 +46,11 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Nemiro.OAuth, Version=1.13.0.2799, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.13.0-beta1\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.13.0.2828, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.13.0\lib\net40\Nemiro.OAuth.dll</HintPath>
</Reference>
<Reference Include="System.Numerics" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
<Reference Include="System.Web.ApplicationServices" />
Expand Down Expand Up @@ -105,7 +108,7 @@
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="packages.config" />
<None Include="packages.config" />
<None Include="README.md" />
</ItemGroup>
<PropertyGroup>
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.13.0-beta1" targetFramework="net40" />
<package id="Nemiro.OAuth" version="1.13.0" targetFramework="net40" />
</packages>
9 changes: 6 additions & 3 deletions examples/AspWebFormsPopup/AspWebFormsPopup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
<Use64BitIISExpress />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -45,9 +46,11 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Nemiro.OAuth, Version=1.13.0.2799, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.13.0-beta1\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.13.0.2828, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.13.0\lib\net40\Nemiro.OAuth.dll</HintPath>
</Reference>
<Reference Include="System.Numerics" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
<Reference Include="System.Web.ApplicationServices" />
Expand Down Expand Up @@ -105,7 +108,7 @@
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="packages.config" />
<None Include="packages.config" />
<None Include="README.md" />
</ItemGroup>
<PropertyGroup>
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.13.0-beta1" targetFramework="net40" />
<package id="Nemiro.OAuth" version="1.13.0" targetFramework="net40" />
</packages>
12 changes: 7 additions & 5 deletions examples/CodeProjectForumViewer/CodeProjectForumViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,18 @@
<ApplicationIcon>Resources\codeproject.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="Nemiro.OAuth, Version=1.13.0.2799, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.13.0-beta1\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.13.0.2828, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.13.0\lib\net40\Nemiro.OAuth.dll</HintPath>
</Reference>
<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 Include="Nemiro.OAuth.LoginForms, Version=1.7.0.2830, Culture=neutral, PublicKeyToken=2656cfe28099e3f4, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.LoginForms.1.7.0\lib\net40\Nemiro.OAuth.LoginForms.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Numerics" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
Expand Down
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.13.0-beta1" targetFramework="net40" />
<package id="Nemiro.OAuth.LoginForms" version="1.5" targetFramework="net40" />
<package id="Nemiro.OAuth" version="1.13.0" targetFramework="net40" />
<package id="Nemiro.OAuth.LoginForms" version="1.7.0" targetFramework="net40" />
</packages>
8 changes: 6 additions & 2 deletions examples/DemoSite/DemoOAuth.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<UseGlobalApplicationHostFile />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<Use64BitIISExpress />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -42,9 +43,12 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Nemiro.OAuth, Version=1.13.0.2799, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.13.0-beta1\lib\net45\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.13.0.2828, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.13.0\lib\net45\Nemiro.OAuth.dll</HintPath>
</Reference>
<Reference Include="System.IO.Compression.FileSystem" />
<Reference Include="System.Numerics" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
<Reference Include="System.Web.ApplicationServices" />
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 @@ -47,6 +47,7 @@

<section id="download">
<h2>@DemoOAuth.Strings.Download</h2>
<p><a href="https://github.com/alekseynemiro/nemiro.oauth.dll/archive/v1.13.zip">v1.13</a> <span class="date-release">@(new DateTime(2017, 8, 25).ToString("dd MMMM yyyy"))</span></p>
<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>
Expand Down
2 changes: 1 addition & 1 deletion examples/DemoSite/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<add key="oauth:facebook:id" value="" />
<add key="oauth:facebook:key" value="" />
<add key="oauth:facebook:scope" value="user_groups,user_likes,user_interests,publish_actions" />
<add key="oauth:facebook:scope" value="user_likes,publish_actions" />

<add key="oauth:twitter:id" value="" />
<add key="oauth:twitter:key" value="" />
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.13.0-beta1" targetFramework="net45" />
<package id="Nemiro.OAuth" version="1.13.0" targetFramework="net45" />
</packages>
9 changes: 6 additions & 3 deletions examples/DropBoxWebForms/DropBoxWebForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
<Use64BitIISExpress />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -45,9 +46,11 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Nemiro.OAuth, Version=1.13.0.2799, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.13.0-beta1\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.13.0.2828, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.13.0\lib\net40\Nemiro.OAuth.dll</HintPath>
</Reference>
<Reference Include="System.Numerics" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
<Reference Include="System.Web.ApplicationServices" />
Expand Down Expand Up @@ -97,7 +100,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="packages.config" />
<None Include="packages.config" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
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.13.0-beta1" targetFramework="net40" />
<package id="Nemiro.OAuth" version="1.13.0" targetFramework="net40" />
</packages>
11 changes: 7 additions & 4 deletions examples/DropboxExample/DropboxExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,18 @@
<ApplicationIcon>dropbox.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="Nemiro.OAuth, Version=1.13.0.2799, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.13.0-beta1\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.13.0.2828, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.13.0\lib\net40\Nemiro.OAuth.dll</HintPath>
</Reference>
<Reference Include="Nemiro.OAuth.LoginForms, Version=1.6.0.2705, Culture=neutral, PublicKeyToken=2656cfe28099e3f4, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.LoginForms.1.6\lib\net40\Nemiro.OAuth.LoginForms.dll</HintPath>
<Reference Include="Nemiro.OAuth.LoginForms, Version=1.7.0.2830, Culture=neutral, PublicKeyToken=2656cfe28099e3f4, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.LoginForms.1.7.0\lib\net40\Nemiro.OAuth.LoginForms.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Numerics" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
Expand Down
2 changes: 1 addition & 1 deletion examples/DropboxExample/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
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.13.0-beta1" targetFramework="net40" />
<package id="Nemiro.OAuth.LoginForms" version="1.6" targetFramework="net40" />
<package id="Nemiro.OAuth" version="1.13.0" targetFramework="net40" />
<package id="Nemiro.OAuth.LoginForms" version="1.7.0" targetFramework="net40" />
</packages>
Loading

0 comments on commit 16734f7

Please sign in to comment.