Koubot.Tool
1.0.2
See the version list below for details.
dotnet add package Koubot.Tool --version 1.0.2
NuGet\Install-Package Koubot.Tool -Version 1.0.2
<PackageReference Include="Koubot.Tool" Version="1.0.2" />
<PackageVersion Include="Koubot.Tool" Version="1.0.2" />
<PackageReference Include="Koubot.Tool" />
paket add Koubot.Tool --version 1.0.2
#r "nuget: Koubot.Tool, 1.0.2"
#:package Koubot.Tool@1.0.2
#addin nuget:?package=Koubot.Tool&version=1.0.2
#tool nuget:?package=Koubot.Tool&version=1.0.2
There are some tools for helping to develop projects of Koubot related, but it also can be used to develop other project because it contains a host of useful and frequently-used tools such as System related expand methods, helper of web, file, etc. Actually it can be regarded as my self-use library of tools.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Koubot.Tool:
Package | Downloads |
---|---|
Koubot.SDK
SDK for building Koubot plugins or adapters. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
2.0.5-alpha | 136 | 4/1/2024 |
2.0.3-alpha | 293 | 6/20/2023 |
2.0.2-alpha | 237 | 12/8/2022 |
2.0.1-alpha | 281 | 6/29/2022 |
2.0.0-alpha | 253 | 6/6/2022 |
1.0.5 | 583 | 3/28/2021 |
1.0.4 | 472 | 3/15/2021 |
1.0.3 | 459 | 2/9/2021 |
1.0.2 | 443 | 1/27/2021 |
1.0.1 | 596 | 8/14/2020 |
1.0.0 | 620 | 8/14/2020 |
优化部分代码,增加更多功能
【String】新增能够根据如“明天上午十点30分”之类的描述获取距离当前时间间隔的功能;快速正则替换、获取匹配的命名捕获组的功能;自动合并字符串实现优化
【Attribute】新增关于CustomAttribute的拓展方法
【int】保留小数、限制范围的扩展方法
【Dictionary】TryGetValueOrDefault,拓展自带的TryGetValue,支持null且支持设定Default
【Enum】增加按位枚举相关拓展
【Another】补充、优化部分说明