Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaceWindu committed Mar 25, 2021
1 parent 54886a5 commit e02a9e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.2.0</VersionPrefix>
<Version>3.2.0</Version>
<PackageVersion>3.2.0</PackageVersion>
<VersionPrefix>3.3.0</VersionPrefix>
<Version>3.3.0</Version>
<PackageVersion>3.3.0</PackageVersion>

<Authors>Ilya Chudin</Authors>

Expand Down Expand Up @@ -41,7 +41,7 @@
</ItemGroup>

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

<PackageReference Include="Microsoft.AspNetCore.Identity" Version="2.1.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.1.1" />
Expand Down
4 changes: 2 additions & 2 deletions src/LinqToDB.Identity/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

[assembly: AssemblyMetadata("Serviceable", "True")]
[assembly: NeutralResourcesLanguage("en-us")]
[assembly: AssemblyCompany("blog.linq2db.com")]
[assembly: AssemblyCopyright("© 2011-2017 blog.linq2db.com")]
[assembly: AssemblyCompany("linq2db.com")]
[assembly: AssemblyCopyright("© 2011-2021 linq2db.com")]
[assembly: AssemblyProduct("Linq to DB")]

0 comments on commit e02a9e0

Please sign in to comment.