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
<PackageReference Include="Pixi-DotNet-ClassLibrary" Version="1.1.0.37415" />
paket add Pixi-DotNet-ClassLibrary --version 1.1.0.37415
#r "nuget: Pixi-DotNet-ClassLibrary, 1.1.0.37415"
// 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 | Versions 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. |
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,934 | 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