GdNet.Common 2.9.0

dotnet add package GdNet.Common --version 2.9.0
NuGet\Install-Package GdNet.Common -Version 2.9.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="2.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GdNet.Common --version 2.9.0
#r "nuget: GdNet.Common, 2.9.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 GdNet.Common as a Cake Addin
#addin nuget:?package=GdNet.Common&version=2.9.0

// Install GdNet.Common as a Cake Tool
#tool nuget:?package=GdNet.Common&version=2.9.0

Base classes for general usage in any application.
     Github source: https://github.com/vndevpro/architecture-common

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.0 is compatible.  netstandard1.1 was computed.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 was computed.  wp81 was computed.  wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.5

    • No dependencies.
  • .NETStandard 1.0

  • .NETStandard 2.0

    • 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

SecurityUsers.SqlServer

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

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.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 819 10/21/2020
2.8.1 592 10/10/2019
2.8.0 619 4/5/2019
2.7.0 618 3/27/2019
2.6.3 770 1/18/2019
2.6.2 671 1/18/2019
2.6.1 710 12/17/2018
2.6.0 692 12/13/2018
2.5.0 694 12/12/2018
2.4.0 681 12/5/2018
2.3.3 703 11/29/2018
2.3.2 714 11/29/2018
2.3.1 691 11/24/2018
2.3.0 743 11/22/2018
2.2.0 714 11/21/2018
2.1.0 797 9/19/2018
2.0.0 815 9/7/2018
1.10.0 804 9/7/2018
1.9.1 25,603 8/21/2018
1.9.0 1,072 4/18/2017
1.8.0 1,078 12/30/2016
1.7.0 1,134 3/16/2016
1.6.0 1,264 2/25/2016
1.5.1 1,384 2/25/2016
1.5.0 1,245 2/25/2016
1.4.0 1,275 2/24/2016
1.3.0 1,156 2/23/2016
1.2.0 1,035 2/23/2016
1.1.0 1,208 9/10/2015

Version 2.9.0: Support NetStandard also
 Version 2.8.1: Add Time extension methods
 Version 2.8.0: Add Repository interface
 Version 2.7.0: Add RandomString class
     Version 2.6.0: Add Base64SafeEncoder
     Version 2.5.0: Add StringEncryptor
     Version 2.4.0
     - Add EmailMasker
     Version 2.3.2
     - File name now also ignores #, ?, "and" character
     Version 2.3.1
     - File name now also ignores # character because it will not work if the name will be used in URL
     Version 2.2.0
     - Add IFileService
     Version 2.1.0
     - Add ObjectExtensions and new methods to DynPropertyEntityBase
     Version 1.9.1
     - Add ToXmlIgnoreNullOrEmpty on XmlExtensions
     Version 1.9.0
     - Add XmlExtensions, FileSizeExtensions
     Version 1.6.0
     - Separate IdGenerators to other package Rabbit.Uniquators
     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