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
#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

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 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.

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 189 7/4/2023
4.9.4 230 6/30/2023
4.9.3 183 6/23/2023
4.9.2 159 5/25/2023
4.9.1 228 5/25/2023
4.9.0 224 5/20/2023
4.5.0 418 2/13/2023
4.0.0 571 11/27/2022
3.2.0 1,087 5/26/2022
3.0.0 895 12/21/2021
1.4.0 571 9/14/2021
1.3.1 318 9/1/2021
1.3.0 1,812 8/16/2021
1.2.0 1,347 8/2/2021
1.1.1 530 7/23/2021
1.1.0 1,590 7/21/2021
1.0.0 1,761 7/13/2021

Crping.Auth 实体数据结构