From e02a9e0eeeadc13626c6e55ad4d76b0a3435ecfa Mon Sep 17 00:00:00 2001 From: MaceWindu Date: Thu, 25 Mar 2021 14:33:32 +0100 Subject: [PATCH] v3.3.0 --- src/LinqToDB.Identity/LinqToDB.Identity.csproj | 8 ++++---- src/LinqToDB.Identity/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/LinqToDB.Identity/LinqToDB.Identity.csproj b/src/LinqToDB.Identity/LinqToDB.Identity.csproj index 1f233e9b7..b4fcc1313 100644 --- a/src/LinqToDB.Identity/LinqToDB.Identity.csproj +++ b/src/LinqToDB.Identity/LinqToDB.Identity.csproj @@ -2,9 +2,9 @@ ASP.NET Core Identity provider that uses LinqToDB. - 3.2.0 - 3.2.0 - 3.2.0 + 3.3.0 + 3.3.0 + 3.3.0 Ilya Chudin @@ -41,7 +41,7 @@ - + diff --git a/src/LinqToDB.Identity/Properties/AssemblyInfo.cs b/src/LinqToDB.Identity/Properties/AssemblyInfo.cs index bed11dd72..9afa460b2 100644 --- a/src/LinqToDB.Identity/Properties/AssemblyInfo.cs +++ b/src/LinqToDB.Identity/Properties/AssemblyInfo.cs @@ -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")] \ No newline at end of file