TsadriuUtilities 1.0.11

There is a newer version of this package available.
See the version list below for details.
dotnet add package TsadriuUtilities --version 1.0.11                
NuGet\Install-Package TsadriuUtilities -Version 1.0.11                
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="TsadriuUtilities" Version="1.0.11" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TsadriuUtilities --version 1.0.11                
#r "nuget: TsadriuUtilities, 1.0.11"                
#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 TsadriuUtilities as a Cake Addin
#addin nuget:?package=TsadriuUtilities&version=1.0.11

// Install TsadriuUtilities as a Cake Tool
#tool nuget:?package=TsadriuUtilities&version=1.0.11                

A small package with utilities to save a little bit of time in coding.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net5.0

    • No dependencies.
  • net6.0

    • 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
1.13.1 498 6/14/2023
1.13.0 156 6/12/2023
1.12.6 324 3/27/2023
1.12.5 211 3/27/2023
1.12.4 326 3/14/2023
1.12.3 915 2/9/2023
1.12.2 264 2/9/2023
1.12.1 307 1/27/2023
1.12.0 1,007 1/20/2023
1.11.0 352 1/12/2023
1.10.0 1,588 10/13/2022
1.9.0 471 9/28/2022
1.8.1 492 9/12/2022
1.8.0 430 9/12/2022
1.7.0 417 9/9/2022
1.6.0 528 8/29/2022
1.5.2 891 6/30/2022
1.5.1 443 6/28/2022
1.4.0 449 6/22/2022
1.3.2 463 6/15/2022
1.3.1 478 6/15/2022
1.3.0 517 6/13/2022
1.2.0 468 6/2/2022
1.1.1 460 5/30/2022
1.1.0 462 5/25/2022
1.0.15 449 5/13/2022
1.0.14 448 5/4/2022
1.0.13 461 5/3/2022
1.0.12 454 4/28/2022
1.0.11 480 3/4/2022
1.0.8 474 2/23/2022
1.0.7 467 2/23/2022
1.0.6 502 2/18/2022 1.0.6 is deprecated because it is no longer maintained.
1.0.5 519 2/10/2022 1.0.5 is deprecated because it is no longer maintained.
1.0.4 526 1/31/2022 1.0.4 is deprecated because it is no longer maintained.
1.0.3 527 1/27/2022 1.0.3 is deprecated because it is no longer maintained.
1.0.2 580 11/9/2021 1.0.2 is deprecated because it is no longer maintained.
1.0.1 563 11/9/2021 1.0.1 is deprecated because it is no longer maintained.

Added DateTimeHelper to provide assistance to parsing dates from a string to a DateTime object.

MultiHelper:
- Has a new method 'ArrayToString' that parses an array and converts it into a single line of string.

NumberHelper:
- Has a new method 'ExponentialToDouble'.