diff --git a/LICENSE.txt b/LICENSE.txt deleted file mode 100644 index 0bdc1962b..000000000 --- a/LICENSE.txt +++ /dev/null @@ -1,12 +0,0 @@ -Copyright (c) .NET Foundation. All rights reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); you may not use -these files except in compliance with the License. You may obtain a copy of the -License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software distributed -under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR -CONDITIONS OF ANY KIND, either express or implied. See the License for the -specific language governing permissions and limitations under the License. diff --git a/MIT-LICENSE.txt b/MIT-LICENSE.txt new file mode 100644 index 000000000..dc7db8bc3 --- /dev/null +++ b/MIT-LICENSE.txt @@ -0,0 +1,19 @@ +Copyright (c) 2020 Ilya Chudin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/icon64.png b/icon64.png new file mode 100644 index 000000000..a6496e4b7 Binary files /dev/null and b/icon64.png differ diff --git a/samples/IdentitySample.Mvc/IdentitySample.Mvc.csproj b/samples/IdentitySample.Mvc/IdentitySample.Mvc.csproj index e63fbae16..c741ea279 100644 --- a/samples/IdentitySample.Mvc/IdentitySample.Mvc.csproj +++ b/samples/IdentitySample.Mvc/IdentitySample.Mvc.csproj @@ -4,12 +4,11 @@ Identity sample MVC application on ASP.NET Core 1.1.0 Microsoft - netcoreapp2.0 + netcoreapp2.1 true IdentitySample.Mvc Exe IdentitySample.Mvc - 1.1.1 diff --git a/src/LinqToDB.Identity/IConcurrency.cs b/src/LinqToDB.Identity/IConcurrency.cs index 68a48be4f..6210ea972 100644 --- a/src/LinqToDB.Identity/IConcurrency.cs +++ b/src/LinqToDB.Identity/IConcurrency.cs @@ -3,7 +3,7 @@ namespace LinqToDB.Identity { /// - /// Cpncurrency interface for and /> + /// Concurrency interface for and /> /// /// The type used for the primary key. public interface IConcurrency diff --git a/src/LinqToDB.Identity/LinqToDB.Identity.csproj b/src/LinqToDB.Identity/LinqToDB.Identity.csproj index de6822cc7..d04e10535 100644 --- a/src/LinqToDB.Identity/LinqToDB.Identity.csproj +++ b/src/LinqToDB.Identity/LinqToDB.Identity.csproj @@ -2,13 +2,13 @@ ASP.NET Core Identity provider that uses LinqToDB. - 2.0.1 - 2.0.1 - 2.0.1 + 3.0.0 + 3.0.0 + 3.0.0 Ilya Chudin - net461;netstandard2.0;netcoreapp2.0 + net461;netstandard2.0;netcoreapp2.1 true true @@ -22,9 +22,9 @@ linq2db.Identity aspnetcore;linq2db;identity;membership;LinqToDB - http://www.gravatar.com/avatar/fc2e509b6ed116b9aa29a7988fdb8990?s=320 + icon.png https://github.com/linq2db/LinqToDB.Identity - https://opensource.org/licenses/MIT + LICENSE.txt git git://github.com/linq2db/LinqToDB.Identity @@ -35,18 +35,20 @@ + + - + - + $(DefineConstants);NETSTANDARD2_0 diff --git a/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test.csproj b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test.csproj index ed8e2f19a..1abd6fef5 100644 --- a/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test.csproj +++ b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test.csproj @@ -1,7 +1,7 @@  - netcoreapp2.0 + netcoreapp2.1 t1rue true @@ -36,7 +36,7 @@ - + $(DefineConstants);NETSTANDARD2_0 diff --git a/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test.csproj b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test.csproj index 5aea480a4..90192bcb2 100644 --- a/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test.csproj +++ b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test.csproj @@ -1,7 +1,7 @@  - netcoreapp2.0 + netcoreapp2.1 true Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test