ModernRonin.PraeterArtem 1.3.1

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

// Install ModernRonin.PraeterArtem as a Cake Tool
#tool nuget:?package=ModernRonin.PraeterArtem&version=1.3.1

A set of extension methods adding to the BCL what is really missing there.
Featuring:
* extensions to IEnumerable<> and friends supporting a more functional coding style
* extensions to AppDomain to ease the pain of executing code or to instantiating types in a 2ndary AppDomain
* and extensions to Type, MemberInfo, string, DateTime
* a mini-framework for scheduling calls to rate-throttling services

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.

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.3.1 1,315 12/29/2015
1.3.0 1,568 2/18/2015
1.2.3 1,319 2/18/2015
1.2.2 1,342 2/18/2015
1.2.1 1,188 6/17/2014
1.2.0 1,064 5/23/2014
1.1.15 1,068 5/22/2014
1.1.14 1,055 5/22/2014
1.1.13 1,094 5/22/2014
1.1.12 1,077 5/22/2014
1.1.11 1,114 5/17/2014
1.1.10 1,079 5/15/2014
1.1.9 1,094 5/15/2014
1.1.8 1,034 5/15/2014
1.1.7 1,087 5/14/2014
1.1.6 1,075 5/14/2014
1.1.5 1,080 5/10/2014
1.1.4 1,053 5/7/2014
1.1.3 1,106 5/7/2014
1.1.2 1,097 4/28/2014

+ added more string extension methods
+ improved some XML comments
+ added Plugins
+ added LocalTimeGiver
+ added extension methods for string
+ added extension methods for DateTime
+ added Enumerable extension method S.plit()
+ added Enumerable extension method .ToStrings()
+ added CollectionExtensions.RemoveWhere()
+ added mini-framework for scheduling requests to rate-throttling services