Crping.Auth.Models
4.9.5
dotnet add package Crping.Auth.Models --version 4.9.5
NuGet\Install-Package Crping.Auth.Models -Version 4.9.5
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.Models" Version="4.9.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Crping.Auth.Models --version 4.9.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Crping.Auth.Models, 4.9.5"
#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.Models as a Cake Addin #addin nuget:?package=Crping.Auth.Models&version=4.9.5 // Install Crping.Auth.Models as a Cake Tool #tool nuget:?package=Crping.Auth.Models&version=4.9.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Crping.Auth.Models
Crping.Auth
实体数据结构
版本更新说明
4.9.5
2023-07-04
- 修改用户注册、登录相关
Dto
的验证规则
4.9.4
2023-06-30
- 更新
Crping.EFCore.Common
4.9.3
2023-05-26
AdminLog
实现接口IToVo
4.9.2
2023-05-26
Member
删除接口ICreator<Admin, int>
4.9.1
2023-05-25
- 修改
Member
主键为int
类型,并修改相关代码,如MemberLog
Member
实现接口ICreator<Admin, int>
4.9.0
2023-05-20
- 相关组件全部重构,并对齐版本号,测试中
4.5.0
2023-02-10
- 开启
Nullable
- 将所有实体模型映射配置改为
Fluent API
方式,并转移到Crping.Auth.DAL
基类
4.0.0
2022-11-23
- 更新.net版本至:
7.0.0
历史版本:
- 3.2.0:修改部分索引,新增部分Dto
- 3.0.0:目标框架修改为.net6.0
- 1.4.0:添加UserDto,修改LoginModel
- 1.3.1:更新尝试解决版本问题
- 1.3.0:添加外键关联,添加导航属性,删除微信支付相关代码
- 1.2.0:添加微信支付返回参数
- 1.1.1:修改微信支付相关类
- 1.1.0:添加小程序配置属性,以支持微信支付
- 1.0.0:Crping.Auth 实体数据结构
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. 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.
-
net7.0
- Crping.EFCore.Common (>= 3.19.0)
- Mapster (>= 7.3.0)
- Microsoft.EntityFrameworkCore.Abstractions (>= 7.0.4)
- NETCore.Encrypt (>= 2.1.1)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Text.Json (>= 7.0.2)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Crping.Auth.Models:
Package | Downloads |
---|---|
Crping.Auth.BLL
Crping.Auth 的业务逻辑层 |
|
Crping.Auth.SqlServer.DAL
Crping.Auth.DAL 的 SQL Server 实现 |
|
Crping.Auth.DAL
Crping.Auth.DAL 基类 |
|
Crping.Auth.MySql.DAL
Crping.Auth.DAL 的 MySql 实现 |
|
Crping.Auth.Domain
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.9.5 | 220 | 7/4/2023 |
4.9.4 | 287 | 6/30/2023 |
4.9.3 | 215 | 6/23/2023 |
4.9.2 | 184 | 5/25/2023 |
4.9.1 | 279 | 5/25/2023 |
4.9.0 | 280 | 5/20/2023 |
4.5.0 | 482 | 2/13/2023 |
4.0.0 | 660 | 11/27/2022 |
3.2.0 | 1,157 | 5/26/2022 |
3.0.0 | 1,015 | 12/21/2021 |
1.4.0 | 613 | 9/14/2021 |
1.3.1 | 342 | 9/1/2021 |
1.3.0 | 1,893 | 8/16/2021 |
1.2.0 | 1,428 | 8/2/2021 |
1.1.1 | 576 | 7/23/2021 |
1.1.0 | 1,687 | 7/21/2021 |
1.0.0 | 1,870 | 7/13/2021 |
Crping.Auth 实体数据结构