KTCommon 2.2.0

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

// Install KTCommon as a Cake Tool
#tool nuget:?package=KTCommon&version=2.2.0

KTCommon

KTCommon is .NET common library usefully for myself!

Include some classes, like: KtTimer, FileLog ...

Install

must higher than .NET 4.0

Install-Package KTCommon

more infomation KTCommon Package of Nuget

Components

  • IniFile

  • FileLog

  • SimpleFileLog

  • BaseCsvReader

  • CryptographyHelper

  • KTAppEventBus

  • KtMmfEventBus

  • KtSingleEventBus

  • KtTimer

  • TaskManager

  • TaskManagerByThreadingTimer

Getting Started

N/A

Source code

Download the newest zip file:

zip

or clone this project

Powershell script:

git clone git@github.com:DevTainan/KTCommon.git

Support

If you have any questions, you can use issue

Contributing

Welcome any feedback by mail

Contributors

N/A

Authors

DevTainan

Acknowledgements

My parents and friends let me have a good life, and all the people whe use this libery.

License

KTCommon is Open Source software and it is released under the MIT license. Both of these licenses allow the use of KTCommon in free and commercial applications and libraries without restrictions.

for more infomation LICENSE.md

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

    • No dependencies.
  • .NETFramework 4.5

    • 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
2.2.0 431 6/10/2022
2.0.0 583 10/11/2020
1.0.5 1,057 11/1/2017
1.0.4 955 5/6/2017
1.0.3 974 4/30/2017
1.0.2 955 4/8/2017
1.0.1 959 4/8/2017
1.0.0 1,482 4/8/2017

Add functions, bug fixes and performance improvements.