Sini 1.1.1

dotnet add package Sini --version 1.1.1
                    
NuGet\Install-Package Sini -Version 1.1.1
                    
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="Sini" Version="1.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Sini" Version="1.1.1" />
                    
Directory.Packages.props
<PackageReference Include="Sini" />
                    
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 Sini --version 1.1.1
                    
#r "nuget: Sini, 1.1.1"
                    
#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=Sini&version=1.1.1
                    
Install Sini as a Cake Addin
#tool nuget:?package=Sini&version=1.1.1
                    
Install Sini as a Cake Tool

SINI (Simple INI) is an ini files wrapper lib with easy-to-use methods to parse C# primitives as well as enums and custom objects. It also provides an API to convert an ini file into an object instance, similar to how C# allow to read XMLs as objects.

SINI support comments and sections, and highly configurable.

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

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Sini:

Package Downloads
MonoSkelly

Skeleton-based 3d animations for MonoGame.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1 1,149 5/13/2023
1.1.0 337 3/11/2023
1.0.9 402 1/28/2023
1.0.8 323 1/24/2023
1.0.7 327 1/24/2023
1.0.6 474 10/15/2022
1.0.5 594 10/3/2021
1.0.4 391 9/8/2021
1.0.3 359 9/7/2021
1.0.2 561 11/1/2020
1.0.1 490 10/28/2020

Minor bugfix and upgrade to .net 7.