TG.INI
1.1.5
See the version list below for details.
dotnet add package TG.INI --version 1.1.5
NuGet\Install-Package TG.INI -Version 1.1.5
<PackageReference Include="TG.INI" Version="1.1.5" />
paket add TG.INI --version 1.1.5
#r "nuget: TG.INI, 1.1.5"
// Install TG.INI as a Cake Addin #addin nuget:?package=TG.INI&version=1.1.5 // Install TG.INI as a Cake Tool #tool nuget:?package=TG.INI&version=1.1.5
Reads and writes INI files and make navigating them easy. Can be used with .NET 2.0 or higher.
Also includes a built in editor. Just call IniDocument.ShowEditor().
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 was computed. net403 was computed. net45 was computed. 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. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on TG.INI:
Repository | Stars |
---|---|
X-Lucifer/AI-Lossless-Zoomer
AI无损放大工具
|
Version | Downloads | Last updated |
---|---|---|
1.3.3 | 914 | 1/23/2022 |
1.3.2 | 398 | 11/15/2021 |
1.3.1 | 1,356 | 5/22/2020 |
1.3.0 | 871 | 9/15/2019 |
1.2.6 | 1,050 | 8/17/2018 |
1.2.5 | 843 | 8/2/2018 |
1.2.4 | 991 | 7/5/2018 |
1.2.3 | 1,060 | 7/2/2018 |
1.2.2 | 994 | 4/25/2018 |
1.2.1 | 994 | 4/24/2018 |
1.2.0 | 950 | 4/23/2018 |
1.1.5 | 1,185 | 8/31/2017 |
1.1.4 | 892 | 8/29/2017 |
1.1.3 | 897 | 6/7/2017 |
1.1.2 | 1,536 | 2/17/2017 |
1.1.1 | 942 | 1/23/2017 |
1.0.0 | 1,196 | 11/11/2016 |
Added an IniEditor Form for modifying ini files.
Added the prefix "crypto:" to encrypted values. This makes it easier to determine if a value is encrypted.
Added IsEncrypted property.
When using a section indexer, with the key name, and the key does not exist; a new IniKeyValue entry is created and returned.