Skip to content

Commit

Permalink
update to linq2db 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaceWindu committed Feb 24, 2023
1 parent d27d792 commit 50b6dcd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.4.0</VersionPrefix>
<Version>3.4.0</Version>
<PackageVersion>3.4.0</PackageVersion>
<VersionPrefix>3.5.0</VersionPrefix>
<Version>3.5.0</Version>
<PackageVersion>3.5.0</PackageVersion>

<Authors>Ilya Chudin</Authors>

Expand All @@ -22,7 +22,7 @@

<PackageId>linq2db.Identity</PackageId>
<PackageTags>aspnetcore;linq2db;identity;membership;LinqToDB</PackageTags>
<PackageIcon>icon.png</PackageIcon>
<PackageIcon>icon.png</PackageIcon>
<PackageProjectUrl>https://github.com/linq2db/LinqToDB.Identity</PackageProjectUrl>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<RepositoryType>git</RepositoryType>
Expand All @@ -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="4.4.0" />
<PackageReference Include="linq2db" Version="5.0.0" />

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

0 comments on commit 50b6dcd

Please sign in to comment.