NaiLib 2.3.13
dotnet add package NaiLib --version 2.3.13
NuGet\Install-Package NaiLib -Version 2.3.13
<PackageReference Include="NaiLib" Version="2.3.13" />
paket add NaiLib --version 2.3.13
#r "nuget: NaiLib, 2.3.13"
// Install NaiLib as a Cake Addin
#addin nuget:?package=NaiLib&version=2.3.13
// Install NaiLib as a Cake Tool
#tool nuget:?package=NaiLib&version=2.3.13
NaiLib 是一组自用的类库,便于较为快速地进行程序开发。
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.1
- Serilog (>= 2.9.0)
- Serilog.Enrichers.Thread (>= 3.1.0)
- Serilog.Sinks.File (>= 4.1.0)
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.3.13 | 136 | 6/1/2023 |
2.3.12 | 197 | 3/8/2023 |
2.3.7 | 200 | 2/7/2023 |
2.3.6 | 250 | 1/25/2023 |
2.3.5 | 248 | 1/12/2023 |
2.3.0 | 227 | 1/11/2023 |
2.2.2 | 227 | 1/10/2023 |
2.2.1 | 247 | 1/6/2023 |
2.2.0 | 253 | 1/2/2023 |
2.1.0 | 281 | 12/12/2022 |
2.0.0 | 306 | 11/4/2022 |
1.5.5 | 320 | 10/31/2022 |
1.5.4 | 325 | 10/25/2022 |
1.5.2 | 379 | 9/24/2022 |
1.5.1 | 395 | 9/15/2022 |
1.4.0 | 382 | 9/15/2022 |
1.3.5 | 380 | 6/30/2022 |
1.3.3 | 382 | 6/10/2022 |
1.3.1 | 369 | 6/2/2022 |
1.3.0 | 369 | 5/19/2022 |
1.2.0 | 363 | 5/12/2022 |
1.1.8 | 381 | 4/14/2022 |
1.1.7 | 382 | 2/25/2022 |
1.1.6 | 388 | 2/17/2022 |
1.1.5 | 448 | 1/21/2022 |
1.1.4 | 385 | 1/21/2022 |
1.1.3 | 380 | 1/18/2022 |
1.1.1 | 218 | 1/8/2022 |
1.0.1 | 2,461 | 11/25/2021 |
1.0.0 | 217 | 11/23/2021 |
v2.3.13
Nai.Utils:
* add NaiUpdateService, change interface of NaiUpdateInfoModel
v2.3.12
Nai.Utils:
* add NaiAssemblyResolver
* add new interface and impl for default serializer (v2.3.9 internal)
Nai.Controls:
* lock livebit alive property (v2.3.11 internal)
* try to delete older logs in loop of logging box (v2.3.8 internal)
v2.3.7
Nai.Controls: add custom attributes for parameters view; add new public members for livebit.
Nai.Logger: add `TryClearLogs` method.
v2.3.6
Nai.Controls: add method ActivateWindowFromProcessName, mark windows photo viewer as obsolete
v2.3.5
Nai.Controls: fix logging box using too much CPU time problem
v2.3.4
Nai.Controls: small changes to ParameterGridView, add new ParameterGridViewV2 (view only)
v2.3.0
Nai.Controls: add process management utils (call, kill, alive); add windows photo viewer
v2.2.2
Nai.Controls: use NaiFileLogger instead of static global logger in logging box
v2.2.1
Nai.Controls: use TableLayoutPanel to re-layout NaiPager
v2.2.0
Nai.Utils: add MultiEdgesDetector
v2.1.0
Nai.Controls: add NaiLiveBit user control
Nai.Logger: add thread enricher
v2.0.0
Remove Nai.SimpleAuthorization
v1.5.5
Nai.Controls: add ConsoleModelSetter for quick edit mode
v1.5.4
Nai.Utils: add new constructor for EdgeDetector
v1.5.2
Nai.Utils: add class EdgeDetector
v1.5.1
Nai.Logger: implements a simple file logger
v1.4.0
Nai.Controls: add new ParameterGridView
Nai.Utils: add class that ensures app single instance
v1.3.5
SimpleConfigManager: (re)add default XML serializer
v1.3.3
Add SimpleConfigManager
v1.3.1
Use table layout panel in NaiLoggingBox
v1.3.0
Add SimpleAuthorization
v1.2.0
Add english culture info for NaiLoggingBox
v1.1.8
Add LogOnException for Nai.Utils
v1.1.7
Add InvokeHelper
Fix NaiPager crossing threads invoke error
v1.1.6
NaiInternetChecker: implemented INotifyPropertyChanged
v1.1.5
Add auto start method to Nai.Controls
v1.1.4
Add winform expcetion helper to Nai.Controls
v1.1.3
Add internet checker, add new LogAndExitOnException method
Replace Poll with ScheduleJob in work shift class
v1.1.2
Add methods for Nai.Utils.dll
v1.1.1
Fix two line feeds bug in logging control
v1.1.0
Use queue to replace lock in logging control
v1.0.1
Use correct license
v1.0.0
First release