Skip to content

Commit 54886a5

Browse files
committed
v3.2.0
1 parent 75766c0 commit 54886a5

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

src/LinqToDB.Identity/LinqToDB.Identity.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<PropertyGroup>
44
<Description>ASP.NET Core Identity provider that uses LinqToDB.</Description>
5-
<VersionPrefix>3.0.0</VersionPrefix>
6-
<Version>3.0.0</Version>
7-
<PackageVersion>3.0.0</PackageVersion>
5+
<VersionPrefix>3.2.0</VersionPrefix>
6+
<Version>3.2.0</Version>
7+
<PackageVersion>3.2.0</PackageVersion>
88

99
<Authors>Ilya Chudin</Authors>
1010

@@ -35,13 +35,13 @@
3535
</PropertyGroup>
3636

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

4343
<ItemGroup>
44-
<PackageReference Include="linq2db" Version="3.1.3" />
44+
<PackageReference Include="linq2db" Version="3.2.0" />
4545

4646
<PackageReference Include="Microsoft.AspNetCore.Identity" Version="2.1.2" />
4747
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.1.1" />

test/Shared/UserManagerTestBase.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public class TestConnectionFactory : IConnectionFactory
3434
public TestConnectionFactory(IDataProvider provider, string configuration, string connectionString)
3535
{
3636
_provider = provider;
37-
Configuration.Linq.AllowMultipleQuery = true;
3837
//DataConnection.AddConfiguration(configuration, connectionString, provider);
3938
_configuration = configuration;
4039
_connectionString = connectionString;

0 commit comments

Comments
 (0)