SInc 2.5.5847

dotnet add package SInc --version 2.5.5847
                    
NuGet\Install-Package SInc -Version 2.5.5847
                    
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="SInc" Version="2.5.5847" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SInc" Version="2.5.5847" />
                    
Directory.Packages.props
<PackageReference Include="SInc" />
                    
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 SInc --version 2.5.5847
                    
#r "nuget: SInc, 2.5.5847"
                    
#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.
#:package SInc@2.5.5847
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SInc&version=2.5.5847
                    
Install as a Cake Addin
#tool nuget:?package=SInc&version=2.5.5847
                    
Install as a Cake Tool

The SInc Core Library for .NET provides concrete and abstract types for data entity models, caching, common design patterns, application health monitoring, diagnostic classes, and useful extensions and types typically needed or found in every software project that .NET does not provide.

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

NuGet packages (2)

Showing the top 2 NuGet packages that depend on SInc:

Package Downloads
SInc.Web.Mvc

Provides abstract and common programming types useful to .NET MVC web application developers.

SInc.Awe

The SInc Automated Workflow Engine Library for .NET provides minimal types to employ customized workflows, actions, states, and resources using claims-based authorization.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.5.5847 1,758 1/4/2016
2.5.5801.23144 2,710 11/19/2015
2.0.0.7 2,108 10/29/2013
2.0.0.1 2,157 9/25/2013

Build for .NET 4.61; Several updates, fixes, and changes since the release of 2.0, plus new caching, email wrapper, and a new mathematics namespace.