Crping.Auth.BLL 3.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Crping.Auth.BLL --version 3.2.0
NuGet\Install-Package Crping.Auth.BLL -Version 3.2.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.Auth.BLL" Version="3.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Crping.Auth.BLL --version 3.2.0
#r "nuget: Crping.Auth.BLL, 3.2.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.Auth.BLL as a Cake Addin
#addin nuget:?package=Crping.Auth.BLL&version=3.2.0

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

Crping.Auth 的业务逻辑层

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Crping.Auth.BLL:

Package Downloads
Crping.Auth.Domain

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.9.3 241 6/30/2023
4.9.2 174 6/23/2023
4.9.1 200 5/25/2023
4.9.0 182 5/20/2023
4.5.1 287 2/15/2023
4.5.0 290 2/13/2023
4.0.1 335 12/15/2022
4.0.0 355 11/27/2022
3.2.1 520 5/28/2022
3.2.0 478 5/26/2022
3.1.1 334 12/28/2021
3.1.0 347 12/21/2021
3.0.0 318 12/21/2021
2.1.0 426 9/14/2021
2.0.3 434 9/1/2021
2.0.2 425 8/31/2021
2.0.1 420 8/16/2021
2.0.0 625 8/16/2021
1.5.1 421 8/10/2021
1.5.0 463 8/6/2021
1.4.1 456 8/2/2021
1.4.0 426 8/2/2021
1.3.3 406 7/23/2021
1.3.2 421 7/22/2021
1.3.1 452 7/22/2021
1.3.0 397 7/21/2021
1.2.0 502 7/21/2021
1.1.1 444 7/20/2021
1.1.0 453 7/16/2021
1.0.1 478 7/13/2021
1.0.0 488 7/13/2021

3.2.0:新增修改部分方法,更新Crping.EFCore版本
3.1.1:更新对Crping.EFCore的引用
3.1.0:重要:使用泛型,清除对 DbContext 的依赖
3.0.0:目标框架修改为.net6.0
2.1.0:新增LoginAsync(string userName, string password),并修改相关方法
2.0.3:同步更新相关组件
2.0.2:同步对Crping.EFCore的新版本引用
2.0.1:修复 GetPermissionsAsync dal未初始化的问题
2.0.0:与 Crping.EFCore 2.0 版本号对齐,删除微信支付(EFCore 重大改版!!!)
1.5.1:升级对Crping.EFCore的版本引用
1.5.0:升级对Crping.EFCore的版本匹配
1.4.1:更新依赖版本
1.4.0:修改微信支付逻辑,添加更多返回参数
1.3.3:修改微信支付
1.3.2:修改方法 UnifiedOrder 为 UnifiedOrderAsync
1.3.1:适配 Crping.Common.Base 的修改
1.3.0:适配Crping.EFCore的大改动
1.2.0:新增对微信小程序支付的支持
1.1.1:修改微信小程序登录方法名
1.1.0:同步与Crping.EFCore的相关修改
1.0.1:修正包引用错误,此版为 Sql Server 版本
1.0.0:Crping.Auth 的业务逻辑层