Pixi-DotNet-ClassLibrary 1.1.0.37415

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

// Install Pixi-DotNet-ClassLibrary as a Cake Tool
#tool nuget:?package=Pixi-DotNet-ClassLibrary&version=1.1.0.37415

A .NET class library with simple helper classes for .NET development.

Currently only one class:
PixiSimpleConfigurationXml.

Source can be found on GitHub https://github.com/JockHartvig/Pixi-DotNet-ClassLibrary.

Description is in writing on GitHub Wiki:
https://github.com/JockHartvig/Pixi-DotNet-ClassLibrary/wiki

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  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.

This package has 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
1.1.0.37415 1,896 11/14/2015

Ver 1.1.0
- Changed return of GetItemValue from Object to string.
- Fixed bug in ReadConfigFile allways returning space.
- Added Sample application 1