TsadriuUtilities 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package TsadriuUtilities --version 1.1.0
                    
NuGet\Install-Package TsadriuUtilities -Version 1.1.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="TsadriuUtilities" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TsadriuUtilities" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="TsadriuUtilities" />
                    
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 TsadriuUtilities --version 1.1.0
                    
#r "nuget: TsadriuUtilities, 1.1.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.
#:package TsadriuUtilities@1.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TsadriuUtilities&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=TsadriuUtilities&version=1.1.0
                    
Install as a Cake Tool

A small package of utilities to help dealing with strings, chars, lists and more to hopefully 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 583 6/14/2023
1.13.0 224 6/12/2023
1.12.6 390 3/27/2023
1.12.5 285 3/27/2023
1.12.4 399 3/14/2023
1.12.3 1,044 2/9/2023
1.12.2 336 2/9/2023
1.12.1 373 1/27/2023
1.12.0 1,142 1/20/2023
1.11.0 432 1/12/2023
1.10.0 1,697 10/13/2022
1.9.0 553 9/28/2022
1.8.1 571 9/12/2022
1.8.0 512 9/12/2022
1.7.0 497 9/9/2022
1.6.0 612 8/29/2022
1.5.2 991 6/30/2022
1.5.1 518 6/28/2022
1.4.0 526 6/22/2022
1.3.2 555 6/15/2022
1.3.1 684 6/15/2022
1.3.0 594 6/13/2022
1.2.0 557 6/2/2022
1.1.1 552 5/30/2022
1.1.0 552 5/25/2022
1.0.15 541 5/13/2022
1.0.14 543 5/4/2022
1.0.13 557 5/3/2022
1.0.12 551 4/28/2022
1.0.11 580 3/4/2022
1.0.8 570 2/23/2022
1.0.7 553 2/23/2022
1.0.6 663 2/18/2022 1.0.6 is deprecated because it is no longer maintained.
1.0.5 669 2/10/2022 1.0.5 is deprecated because it is no longer maintained.
1.0.4 693 1/31/2022 1.0.4 is deprecated because it is no longer maintained.
1.0.3 693 1/27/2022 1.0.3 is deprecated because it is no longer maintained.
1.0.2 746 11/9/2021 1.0.2 is deprecated because it is no longer maintained.
1.0.1 727 11/9/2021 1.0.1 is deprecated because it is no longer maintained.

CharHelper:
- Removed method 'StringToChar'.

ListHelper:
- Removed method 'AddRange(ref)'.

MultiHelper:
- Removed method 'ArrayToString'.
- Removed method 'ListToString'.

NumberHelper:
- Removed method 'ExponentialToDecimal'.
- Removed method 'ExponentialToDouble'.

ArrayHelper:
- Implemented method to fill up an array (int, short, byte) with random numbers.

StringHelper:
- Implemented method to remove tags from a string. Passing 'b' will remove all tags of 'b'.

DateTimeHelper:
- Remove method 'StringToDate'.
- Implemented method SetDay().
- Implemented method SetMonth().
- Implemented method SetYear().