DotNetUtils 1.0.1.1

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

Useful Utilities and Extensions for daily .Net programming

Product Compatible and additional computed target framework versions.
.NET Framework 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 (3)

Showing the top 3 NuGet packages that depend on DotNetUtils:

Package Downloads
CpsDbHelper.CodeGenerator.BuildTask

Msbuild task for auto generating CpsDBHelper's data-access code from a Sql dbproject (SSDT), it ONLY works with vs' dbproject

Templator

An advanced text based replacing-template engine designed for using simplified dictionary input

TemplatorSyntaxBuildTask

Msbuild task for Syntax checking against "Templator"'s text template

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1.1 3,191 2/5/2016
1.0.0.9 3,348 10/9/2015
1.0.0.6 2,009 9/24/2015
1.0.0.5 1,674 9/17/2015
1.0.0.4 1,356 8/17/2015
1.0.0.3 5,545 8/7/2015
1.0.0.2 1,852 8/7/2015
1.0.0.1 2,109 7/7/2015
1.0.0 2,665 7/6/2015

Add Chunk method for IEnumerable to chunk a list into multiple
       fix typos
       fix misplaced dependency