LjundCommon 0.4.0

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

The Ljund Common Library includes many useful development aids such as:
- Task Queue; The ability to set multiple tasks running in a queue-like system with configurable options of what to do in certain situations
- Cryptography Helpers; Assymmetric, Symmetric and Hash functions
- Win32 Helpers; Win32 API functions imported
- IPC Helpers; Ability to generate dynamic proxy classes for your classes that will work across your client, providing IntelliSense also. See documentation
- Shared Configuration; Create a Shared Configuration file that works across multiple applications without issues
- Extensibility Helpers; For both extending your application via plugins and discovering these plugins in the first place
- More; See the documentation!

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.4.0 172 6/12/2013