Augment 2.1.0-beta

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

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

.NET Object Extension Library

Product Compatible and additional computed target framework versions.
.NET Framework net451 is compatible.  net452 was computed.  net46 was computed.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Augment:

Package Downloads
Yapper

Yep Another Wrapper for Dapper. This wrapper provides a simple Unit of Work pattern for isolating transactional business rules, cache and crud layer.

Augment.SqlServer

Easy to Use SQL Server Script Management Library

Augment.Mailing

Easy to Use Mailing Library

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0 2,526 5/22/2018
2.1.0 1,129 3/15/2017
2.1.0-beta 859 3/15/2017
2.0.6180.18788 2,840 12/2/2016
1.5.5819.19079 1,325 12/7/2015

2.1 - Support .NET 461 and 451
2.0 - Bumped to .NET 4.6.1, Added StartsWithSameAs, EndsWithSameAs (added NotSame Extensions)
1.5 - Added Exception Extensions (and IsIn extension verfication)
1.4 - Added Try/Get to Single/Multi Key Collections
1.3 - Added Single Key Collection
1.2 - EnsureThat 3.2
1.1 - Added Reflection Helper for get/set properties
1.0 - Initial Release