Verification 1.2.0

dotnet add package Verification --version 1.2.0
                    
NuGet\Install-Package Verification -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="Verification" Version="1.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Verification" Version="1.2.0" />
                    
Directory.Packages.props
<PackageReference Include="Verification" />
                    
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 Verification --version 1.2.0
                    
#r "nuget: Verification, 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 Verification@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=Verification&version=1.2.0
                    
Install as a Cake Addin
#tool nuget:?package=Verification&version=1.2.0
                    
Install as a Cake Tool

Verification by Verifee

Table of contents

  1. About Verifee
  2. How to use our Product
  3. Release Versions
  4. Supporting the creator

<a name="About-Verifee"></a>

About Verifee

I created this project after struggling to understand a lot of terms used in Regular Expressions which really halted my ability to progress with more advanced verification for common attributes used in user accounts like; Usernames, Passwords, Emails, Date of Births and eventually a lot more. Verifee includes a lot of different techniques to validate specific attributes, giving them their own unique security and ensuring that Enterprise (Hopefully:smile:) applications are reliable.


<a name="How-to-use-verifee"></a>

How to use Verifee

Adding Verifee to your product is extremely simple

1. Adding to your project using NuGet Package Manager

NuGet Package Manager Click 'update' if you already have it or 'install' if you are downloading for the first time.<br>

2. Verifying an attribute

Verifying an email example Initalise the object of whatever attribute you wish to verify, using the value as a parameter in the constructor, then call the respective method for the attribute you wish to specify 😄 <br>The screenshot above shows the verification of an email, firstly the email provider is confirmed and then finally, a confirmation code is sent to the users email to verify the account. (Confirmation is currently still in the process of being created!)


<a name="releases"></a>

Release versions

1.0.0 - The project was released, a few basic features of validation are included, password, email, username<br> 1.0.1 - Bug fixes<br> 1.1.0 - Date of birth validation is added<br> 1.1.1 - Project properties including icon updated<br>


<a name="Support-the-creator"></a>

About the creator

Hello 👋 My name is Andrew, I currently study HND Computing: Software Development in Glasgow Clyde College and enjoy making things easier for myself and hopefully for others - hence this project 😆. I am 18 years old and I am open to any feedback and advice users may have to make my project even better, don't worry - I handle critiscm well and enjoy improving so be harsh!<br> Contact me:<br> Discord: AndrewCrossan#5280 Discord Logo<br> Twitter: https://twitter.com/Andrewcrossan11 Twitter Logo


<a name="boring"></a>

The boring part (License)

Please feel free to make your own edits to the project but i'd rather still have credit in your final versions, thanks 😄 <br> This project is under the MIT License

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • 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.2.0 527 1/25/2022
1.1.3 453 1/25/2022
1.1.2 468 1/24/2022

Email confirmation code now sent and able to be verified by user.