cmdwtf.Toolkit 1.0.0

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

// Install cmdwtf.Toolkit as a Cake Tool
#tool nuget:?package=cmdwtf.Toolkit&version=1.0.0

Toolkit

A small collection of utility functions and tools created over the years, bundled up in a single package for easy inclusion and management.

📝 License

cmdwtf.Toolkit is licensed under the Zero-Clause BSD License (SPDX-License-Identifier: 0BSD). If you're interested in cmdwtf.Toolkit under other terms, please contact the authors. cmdwtf.Toolkit makes use of several open source packages. Those packages are each covered by their own copyrights and licenses, which are available via the tooling you use to restore the packages when building. As well, some portions of code are distributed under terms of other licenses, which are designated in comments. See copyright for more details.

Copyright © 2020-2023 Chris March Dailey

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

There are no supported framework assets in this 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.0.0 316 1/18/2023
0.31.0 549 10/9/2021
0.30.0 356 10/9/2021
0.29.0 285 9/29/2021
0.28.0 299 9/28/2021
0.27.0 364 9/26/2021
0.26.0 416 9/26/2021
0.25.0 363 9/25/2021
0.24.0 358 9/24/2021
0.23.0 340 9/24/2021
0.22.0 306 9/24/2021
0.21.0 309 9/23/2021
0.20.0 304 9/22/2021
0.19.0 349 9/16/2021
0.18.0 294 9/16/2021
0.17.0 334 9/16/2021
0.16.1 322 9/14/2021
0.16.0 318 8/8/2021
0.15.0 371 8/8/2021
0.14.0 366 5/17/2021
0.13.0 314 5/17/2021
0.12.0 324 3/16/2021
0.11.1 322 3/16/2021
0.11.0 346 3/15/2021
0.10.1 292 3/15/2021
0.10.0 317 3/15/2021
0.9.0 347 3/13/2021

Added support .NET 6, .NET 7, .NET Framework 4.8.1. Dropped support for .NET 5. Switched to using nullable reference types.