SSh.CommonUtilities 0.4.8

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

Utilities that are required most often.
Contains:
* extension methods for Arrays, String, Char, IEnumerable, IList, IDictionary
* Logger
* Comparator of text files
* Binary tree helper

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.

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
0.4.8 1,306 5/19/2017
0.3.7 1,262 5/14/2017
0.2.3 1,201 5/13/2017
0.1.8 1,674 5/11/2017

Added Tree helper;
some Array extension methods