Sannel.Helpers 2.0.0

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

EXTENSION METHODS

STRING
Extensions to convert to numbers
Extensions to convert to DateTime
Extensions to convert to Guid
Extensions to Remove all except alpha numeric characters

ASSEMBLY
Extensions to get Assembly Attributes
Extensions to get the Title of the Assembly
Extensions to get the Version of the Assembly

RANDOM
Extensions to get a Random String

CLASSES
NotifyPropertyChangedBase Based on Microsofts NotifyProperyChangedBase provided in WinRT projects. Implements INotifyPropertyChanged allowing developers to just call SetProperty(ref v, value, "PropertyName") when one of the classes properties change.

Matrix a wrapper around .NET's multi-dimensional array

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  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.

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
2.0.0 1,530 6/3/2015
1.4.0 1,424 9/10/2013
1.3.0 1,596 7/3/2013
1.1.0 1,447 4/3/2013

Removed XElement and XDocument extensions. Consolidated projet to .NET 4.0 and .NET 4.5 and PCL(Seperate package).