PBDesk.Utils 2013.10.20

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

// Install PBDesk.Utils as a Cake Tool
#tool nuget:?package=PBDesk.Utils&version=2013.10.20

PBDesk.Utils C# Common Utility Library build for .Net 4/4.5/4.5.1

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  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. 
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 (1)

Showing the top 1 NuGet packages that depend on PBDesk.Utils:

Package Downloads
PBDesk.WebUtils

PBDesk.WebUtils for .Net 4.0

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2013.10.20 1,629 10/20/2013
2013.4.18.1 1,285 4/18/2013
2013.4.10.1 1,301 4/10/2013

2013.10.20.0
- Added utility for reading AppSettings from Config file as string extension method. [Usage: "SettingName".AppSetting();]