Skip to content

Commit 50b6dcd

Browse files
committed
update to linq2db 5.0
1 parent d27d792 commit 50b6dcd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/LinqToDB.Identity/LinqToDB.Identity.csproj

Lines changed: 7 additions & 7 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.4.0</VersionPrefix>
6-
<Version>3.4.0</Version>
7-
<PackageVersion>3.4.0</PackageVersion>
5+
<VersionPrefix>3.5.0</VersionPrefix>
6+
<Version>3.5.0</Version>
7+
<PackageVersion>3.5.0</PackageVersion>
88

99
<Authors>Ilya Chudin</Authors>
1010

@@ -22,7 +22,7 @@
2222

2323
<PackageId>linq2db.Identity</PackageId>
2424
<PackageTags>aspnetcore;linq2db;identity;membership;LinqToDB</PackageTags>
25-
<PackageIcon>icon.png</PackageIcon>
25+
<PackageIcon>icon.png</PackageIcon>
2626
<PackageProjectUrl>https://github.com/linq2db/LinqToDB.Identity</PackageProjectUrl>
2727
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
2828
<RepositoryType>git</RepositoryType>
@@ -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="4.4.0" />
44+
<PackageReference Include="linq2db" Version="5.0.0" />
4545

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

0 commit comments

Comments
 (0)