Crping.Authorize.BLL
2.6.0
See the version list below for details.
dotnet add package Crping.Authorize.BLL --version 2.6.0
NuGet\Install-Package Crping.Authorize.BLL -Version 2.6.0
<PackageReference Include="Crping.Authorize.BLL" Version="2.6.0" />
paket add Crping.Authorize.BLL --version 2.6.0
#r "nuget: Crping.Authorize.BLL, 2.6.0"
// Install Crping.Authorize.BLL as a Cake Addin #addin nuget:?package=Crping.Authorize.BLL&version=2.6.0 // Install Crping.Authorize.BLL as a Cake Tool #tool nuget:?package=Crping.Authorize.BLL&version=2.6.0
Package Description
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Crping.Authorize.DAL (>= 1.2.0)
- Crping.Authorize.JWT (>= 2.2.2)
- Crping.Authorize.Models (>= 1.2.2)
- Crping.Common (>= 1.4.0)
- Crping.EntityFramework (>= 5.8.1)
- Crping.EntityFramework.Common (>= 5.4.1)
- Microsoft.Extensions.Http (>= 5.0.0)
- NETCore.Encrypt (>= 2.0.9)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.9.0 | 585 | 5/26/2021 |
2.8.1 | 632 | 5/18/2021 |
2.8.0 | 353 | 5/14/2021 |
2.7.0 | 446 | 5/7/2021 |
2.6.0 | 383 | 4/16/2021 |
2.5.3 | 627 | 4/15/2021 |
2.5.2 | 441 | 4/13/2021 |
2.5.1 | 436 | 3/29/2021 |
2.5.0 | 401 | 3/29/2021 |
2.4.0 | 422 | 3/26/2021 |
2.3.3 | 443 | 2/7/2021 |
2.3.2 | 429 | 1/16/2021 |
2.3.1 | 480 | 1/11/2021 |
2.3.0 | 435 | 1/11/2021 |
2.2.1 | 521 | 1/6/2021 |
2.2.0 | 461 | 1/6/2021 |
2.1.1 | 438 | 1/5/2021 |
2.1.0 | 486 | 1/5/2021 |
1.0.0 | 535 | 1/4/2021 |
1.0.0:第一次发布
2.1.0:修改接口,版本与Crping.Authorize.JWT对齐
2.1.1:添加AddAuthorizeDbAndBLL注入方法
2.2.0:添加对AppID的支持
2.2.1:修复由AppID引发的Bug,登录信息添加角色名列表
2.3.0:微信小程序注册登录。
2.3.1:可独立配置微信小程序注册登录。
2.3.2:LoginWeixinMpAsync() 增加参数,并修改处理逻辑
2.3.3:LoginWeixinMpAsync() 添加对AppID的支持
2.4.0:添加Migrate方法,初始化数据库
2.5.0:添加EnsureCreated方法,角色初始化方法InitializeRoles
2.5.1:修复Bug。
2.5.2:修改微信小程序注册时UserName使用随机名
2.5.3:控制Role删除
2.6.0:添加表AppInfo的业务逻辑,为Module,AppInfo添加Kvps等方法