GdNet.Domain 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package GdNet.Domain --version 1.2.0
                    
NuGet\Install-Package GdNet.Domain -Version 1.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="GdNet.Domain" Version="1.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GdNet.Domain" Version="1.2.0" />
                    
Directory.Packages.props
<PackageReference Include="GdNet.Domain" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add GdNet.Domain --version 1.2.0
                    
#r "nuget: GdNet.Domain, 1.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.
#:package GdNet.Domain@1.2.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=GdNet.Domain&version=1.2.0
                    
Install as a Cake Addin
#tool nuget:?package=GdNet.Domain&version=1.2.0
                    
Install as a Cake Tool

Base classes for domain entities

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on GdNet.Domain:

Package Downloads
GdNet.Data.EF

Repository base classes for EF

GdNet.DataReferences.Domain

DataReference domain.

GdNet.Domain.AppCommon

AppCommon

GdNet.Layers.AutoMapper

AutoMapper extensions

GdNet.Layers.Services

Service layer base

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.2.0 689 10/22/2020
2.1.0 1,506 12/25/2017
2.0.5 1,285 7/8/2017
2.0.4 1,282 2/22/2017
2.0.3 1,541 3/21/2016
2.0.2 1,288 3/19/2016
2.0.1 1,533 3/11/2016
2.0.0 1,488 3/10/2016
1.5.0 1,398 1/20/2016
1.4.0 1,215 1/19/2016
1.3.0 1,661 1/15/2016
1.2.0 1,268 12/26/2015
1.1.1 1,377 9/12/2015
1.1.0 1,341 9/10/2015
1.0.1 1,310 9/10/2015

Version 1.2.0
     - Save method on multiple entities will return a list of saved entities
     Version 1.1.1
     - Initialize default values for Id and CreatedAt