ConfigTextFile 1.12.0

Suggested Alternatives

SectionConfig

Additional Details

This is no longer maintained. The alternative, SectionConfig, aims to provide a simpler interface and has higher unit test code coverage.

dotnet add package ConfigTextFile --version 1.12.0
                    
NuGet\Install-Package ConfigTextFile -Version 1.12.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="ConfigTextFile" Version="1.12.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ConfigTextFile" Version="1.12.0" />
                    
Directory.Packages.props
<PackageReference Include="ConfigTextFile" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ConfigTextFile --version 1.12.0
                    
#r "nuget: ConfigTextFile, 1.12.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.
#addin nuget:?package=ConfigTextFile&version=1.12.0
                    
Install ConfigTextFile as a Cake Addin
#tool nuget:?package=ConfigTextFile&version=1.12.0
                    
Install ConfigTextFile as a Cake Tool

A .NET library which allows you to read and write plain-text minimal syntax configuration files

Product 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. 
.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 is compatible. 
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.
  • .NETStandard 2.1

    • No dependencies.
  • net5.0

    • No dependencies.
  • net6.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ConfigTextFile:

Package Downloads
ConfigTextFile.ConfigurationSource

A ConfigTextFile configuration provider for Microsoft.Extensions.Configuration

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.12.0 893 11/15/2021 1.12.0 is deprecated because it is no longer maintained.
1.11.4 751 3/23/2021
1.11.3 508 3/17/2021
1.11.2 562 3/9/2021
1.11.1 539 1/9/2021
1.11.0 579 1/8/2021
1.10.0 593 12/22/2020
1.9.1 647 12/6/2020
1.9.0 433 12/2/2020
1.8.3 646 11/18/2020
1.8.2 487 11/9/2020
1.8.1 585 11/9/2020 1.8.1 is deprecated because it has critical bugs.
1.8.0 444 11/5/2020
1.7.1 480 10/3/2020
1.7.0 474 10/1/2020
1.6.2 477 8/27/2020
1.6.1 488 8/26/2020
1.6.0 551 7/29/2020
1.5.0 568 7/28/2020
1.4.0 480 6/26/2020
1.3.0 539 6/6/2020
1.2.0 507 5/21/2020
1.1.0 555 5/4/2020
1.0.0 505 4/21/2020

- Added net6.0 as a target