CustomValidation 1.0.5-beta

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

// Install CustomValidation as a Cake Tool
#tool nuget:?package=CustomValidation&version=1.0.5-beta&prerelease

This package provides custom validation attributes like [DomainName], [HttpLink], [ADUserName], [ValidDateTime], [ValidFile], [ImageFile] and [EmailAddress].

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.5-beta 780 7/5/2018
1.0.4 1,212 8/28/2017
1.0.4-beta 717 8/21/2017
1.0.3 1,124 8/14/2017
1.0.3-beta 766 8/7/2017
1.0.2 907 8/3/2017
1.0.1-beta 767 8/2/2017
1.0.0 833 8/1/2017

Added allowed file extensions to [ValidFile] attribute for validating uploaded file's extension.