Crping.Authorize.BLL 2.9.0

dotnet add package Crping.Authorize.BLL --version 2.9.0
NuGet\Install-Package Crping.Authorize.BLL -Version 2.9.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Crping.Authorize.BLL" Version="2.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Crping.Authorize.BLL --version 2.9.0
#r "nuget: Crping.Authorize.BLL, 2.9.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Crping.Authorize.BLL as a Cake Addin
#addin nuget:?package=Crping.Authorize.BLL&version=2.9.0

// Install Crping.Authorize.BLL as a Cake Tool
#tool nuget:?package=Crping.Authorize.BLL&version=2.9.0

Package Description

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 557 5/26/2021
2.8.1 594 5/18/2021
2.8.0 330 5/14/2021
2.7.0 419 5/7/2021
2.6.0 360 4/16/2021
2.5.3 614 4/15/2021
2.5.2 416 4/13/2021
2.5.1 408 3/29/2021
2.5.0 378 3/29/2021
2.4.0 396 3/26/2021
2.3.3 408 2/7/2021
2.3.2 405 1/16/2021
2.3.1 455 1/11/2021
2.3.0 412 1/11/2021
2.2.1 489 1/6/2021
2.2.0 437 1/6/2021
2.1.1 426 1/5/2021
2.1.0 460 1/5/2021
1.0.0 506 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等方法
           2.7.0:针对小程序登录的官方变更,新增LoginWeixinMpV2Async方法
           2.8.0:修改用户获取权限的方法,修复AppInfo中的方法BUG
           2.8.1:修复因修改AppID默认值引发的逻辑BUG
           2.9.0:所有构造方法参数对ILogger,IDistributedCache的注入