Crping.Auth.Models 3.0.0

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

// Install Crping.Auth.Models as a Cake Tool
#tool nuget:?package=Crping.Auth.Models&version=3.0.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 (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 231 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 572 11/27/2022
3.2.0 1,088 5/26/2022
3.0.0 895 12/21/2021
1.4.0 572 9/14/2021
1.3.1 318 9/1/2021
1.3.0 1,813 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

【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 实体数据结构