TsadriuUtilities 1.0.12
See the version list below for details.
dotnet add package TsadriuUtilities --version 1.0.12
NuGet\Install-Package TsadriuUtilities -Version 1.0.12
<PackageReference Include="TsadriuUtilities" Version="1.0.12" />
<PackageVersion Include="TsadriuUtilities" Version="1.0.12" />
<PackageReference Include="TsadriuUtilities" />
paket add TsadriuUtilities --version 1.0.12
#r "nuget: TsadriuUtilities, 1.0.12"
#:package TsadriuUtilities@1.0.12
#addin nuget:?package=TsadriuUtilities&version=1.0.12
#tool nuget:?package=TsadriuUtilities&version=1.0.12
A small package with utilities to save a little bit of time in coding.
Product | Versions 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. |
-
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 | 391 | 3/27/2023 | |
1.12.5 | 286 | 3/27/2023 | |
1.12.4 | 400 | 3/14/2023 | |
1.12.3 | 1,045 | 2/9/2023 | |
1.12.2 | 337 | 2/9/2023 | |
1.12.1 | 374 | 1/27/2023 | |
1.12.0 | 1,143 | 1/20/2023 | |
1.11.0 | 433 | 1/12/2023 | |
1.10.0 | 1,698 | 10/13/2022 | |
1.9.0 | 554 | 9/28/2022 | |
1.8.1 | 572 | 9/12/2022 | |
1.8.0 | 513 | 9/12/2022 | |
1.7.0 | 498 | 9/9/2022 | |
1.6.0 | 613 | 8/29/2022 | |
1.5.2 | 992 | 6/30/2022 | |
1.5.1 | 519 | 6/28/2022 | |
1.4.0 | 527 | 6/22/2022 | |
1.3.2 | 556 | 6/15/2022 | |
1.3.1 | 687 | 6/15/2022 | |
1.3.0 | 595 | 6/13/2022 | |
1.2.0 | 558 | 6/2/2022 | |
1.1.1 | 553 | 5/30/2022 | |
1.1.0 | 553 | 5/25/2022 | |
1.0.15 | 542 | 5/13/2022 | |
1.0.14 | 544 | 5/4/2022 | |
1.0.13 | 558 | 5/3/2022 | |
1.0.12 | 552 | 4/28/2022 | |
1.0.11 | 581 | 3/4/2022 | |
1.0.8 | 571 | 2/23/2022 | |
1.0.7 | 554 | 2/23/2022 | |
1.0.6 | 665 | 2/18/2022 | |
1.0.5 | 671 | 2/10/2022 | |
1.0.4 | 695 | 1/31/2022 | |
1.0.3 | 695 | 1/27/2022 | |
1.0.2 | 748 | 11/9/2021 | |
1.0.1 | 729 | 11/9/2021 |
StrHelper has been renamed to StringHelper, therefore, it's now deprecated.
StringHelper:
- Added method Remove.
- Added method CharCount.
ListHelper:
- Added method AddRange.
- Added method ToList (converts an array to a list).
- Added method OrderByAscending.
- Added method OrderByDescending.
- Added method ListToString.
DirectoryHelper:
- Added method Exist.
- Added method NotExist.
CharHelper:
- Added method StringToChar.
Table:
- Can be instantiated as an object and functions exactly like a table.
- Has the option to export the data into a .csv file with custom separator.