GdNet.Common 1.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package GdNet.Common --version 1.5.0
                    
NuGet\Install-Package GdNet.Common -Version 1.5.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.Common" Version="1.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GdNet.Common" Version="1.5.0" />
                    
Directory.Packages.props
<PackageReference Include="GdNet.Common" />
                    
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.Common --version 1.5.0
                    
#r "nuget: GdNet.Common, 1.5.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.
#addin nuget:?package=GdNet.Common&version=1.5.0
                    
Install as a Cake Addin
#tool nuget:?package=GdNet.Common&version=1.5.0
                    
Install as a Cake Tool

GdNet.Common

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.

This package has no dependencies.

NuGet packages (5)

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

Package Downloads
GdNet.Domain

Base classes for domain entities

Messaging.SqlServer

An option to store mail messages in SQL server and a console application send unsent messages. This will help to move sending logic out of main business task. Github source: https://github.com/vndevpro/Messaging

SecurityUsers.SqlServer

Common objects / services to manage users of an application. Github source: https://github.com/vndevpro/SecurityUsers

SecurityUsers.Models

Github source: https://github.com/vndevpro/SecurityUsers

GdNet.Search

GdNet.Search

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.9.0 957 10/21/2020
2.8.1 695 10/10/2019
2.8.0 727 4/5/2019
2.7.0 722 3/27/2019
2.6.3 878 1/18/2019
2.6.2 780 1/18/2019
2.6.1 818 12/17/2018
2.6.0 795 12/13/2018
2.5.0 808 12/12/2018
2.4.0 810 12/5/2018
2.3.3 817 11/29/2018
2.3.2 829 11/29/2018
2.3.1 802 11/24/2018
2.3.0 855 11/22/2018
2.2.0 826 11/21/2018
2.1.0 937 9/19/2018
2.0.0 952 9/7/2018
1.10.0 935 9/7/2018
1.9.1 25,741 8/21/2018
1.9.0 1,289 4/18/2017
1.8.0 1,275 12/30/2016
1.7.0 1,356 3/16/2016
1.6.0 1,480 2/25/2016
1.5.1 1,589 2/25/2016
1.5.0 1,452 2/25/2016
1.4.0 1,484 2/24/2016
1.3.0 1,372 2/23/2016
1.2.0 1,246 2/23/2016
1.1.0 1,426 9/10/2015

Version 1.5.0
     - Add SupperShortIdGenerator implement that allows to choose a radix
     Version 1.4.0
     - Add ShortHexIdGenerator implement (shorter than the SlimHexIdGenerator)
     Version 1.3.0
     - Add SlimHexIdGenerator implement (shorter than the TimebaseHexIdGenerator)
     Version 1.2.0
     - Add IdGenerator interface with a TimebaseHexIdGenerator implement