Psns.Common.Mvc.Skin 1.1.0.5

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

// Install Psns.Common.Mvc.Skin as a Cake Tool
#tool nuget:?package=Psns.Common.Mvc.Skin&version=1.1.0.5

The base UI theme for PSNS Mvc Applications

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0.5 81 4/13/2015
1.1.0.4 39 4/7/2015
1.1.0.3 63 2/26/2015
1.1.0.2 40 2/26/2015

## 1.1.0.5
     ### Features
     * Requiring Crudified version 2.2.0.2.

     ## 1.1.0.4
     ### Features
     * Adding more details instructions via readme.txt.

     ## 1.1.0.3
     ### Bug Fix
     * Updating PsnsThemeActivator code file template so that it will compile.

     ## 1.1.0.0
     ### Features
     * Moving View Models into Mvc.ViewBuilding module.

     ## 1.0.7.5
     ### Features
     * Adding .NET 4.5 support

     ## 1.0.7.4
     ### Bug Fixes
     * Fixed z-index of Global Context

     ## 1.0.7.3
     ### Features
     * Added Global Context area to display content in upper most section of header

     ## 1.0.7.2
     ### Features
     * Made IContextMenu MenuItems more generic

     ## 1.0.7.1
     ### Features
     * Update main container css padding

     ## 1.0.7.0
     ### Features
     * Renamed Template to Skin

     ## 1.0.6.3
     ### Features
     * Fix pure-button and pure-paginator styling in psns skin

     ## 1.0.6.2
     ### Features
     * Added validation error styling to css theme

     ## 1.0.6.1
     ### Features
     * Added additional button classes for secondary, warning, and error in css theme

     ## 1.0.6.0
     ### Features
     * Improved vertical alignment of Context area items

     ## 1.0.5
     ### Features
     * Extracted out some components to make updates easier