Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaceWindu committed Dec 17, 2020
1 parent 75766c0 commit 54886a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/LinqToDB.Identity/LinqToDB.Identity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<Description>ASP.NET Core Identity provider that uses LinqToDB.</Description>
<VersionPrefix>3.0.0</VersionPrefix>
<Version>3.0.0</Version>
<PackageVersion>3.0.0</PackageVersion>
<VersionPrefix>3.2.0</VersionPrefix>
<Version>3.2.0</Version>
<PackageVersion>3.2.0</PackageVersion>

<Authors>Ilya Chudin</Authors>

Expand Down Expand Up @@ -35,13 +35,13 @@
</PropertyGroup>

<ItemGroup>
<None Include="..\..\MIT-LICENSE.txt" Pack="true" PackagePath="$(PackageLicenseFile)"/>
<None Include="..\..\icon64.png" Pack="true" PackagePath="$(PackageIcon)"/>
<None Include="..\..\MIT-LICENSE.txt" Pack="true" PackagePath="$(PackageLicenseFile)" />
<None Include="..\..\icon64.png" Pack="true" PackagePath="$(PackageIcon)" />
<EmbeddedResource Include="**\*.resx" Exclude="bin\**;obj\**;**\*.xproj;packages\**;@(EmbeddedResource)" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="linq2db" Version="3.1.3" />
<PackageReference Include="linq2db" Version="3.2.0" />

<PackageReference Include="Microsoft.AspNetCore.Identity" Version="2.1.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.1.1" />
Expand Down
1 change: 0 additions & 1 deletion test/Shared/UserManagerTestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public class TestConnectionFactory : IConnectionFactory
public TestConnectionFactory(IDataProvider provider, string configuration, string connectionString)
{
_provider = provider;
Configuration.Linq.AllowMultipleQuery = true;
//DataConnection.AddConfiguration(configuration, connectionString, provider);
_configuration = configuration;
_connectionString = connectionString;
Expand Down

0 comments on commit 54886a5

Please sign in to comment.