XOS.MVC.Framework 3.1.1

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

// Install XOS.MVC.Framework as a Cake Tool
#tool nuget:?package=XOS.MVC.Framework&version=3.1.1

ASP.NET MVC Application Framework contains helper classes, extensions, and scripts that assist with building web applications.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
3.1.1 1,061 1/7/2018
3.1.0 959 12/18/2017
3.0.1 962 12/15/2017
3.0.0 1,238 12/15/2017
2.0.1 1,367 5/21/2014
2.0.0 1,114 5/14/2014

v3.1.1
###############################################################################################################################################

### New
- Added formal documentation notes.
- Added BaseRepository and IBaseRepository. A repository pattern that works with generics, such that the application context can be passed in.


### Fixed
- CSS error loading open-type font for @font-face FontAwesome and Arsenal font faces.
- Removed invalid open-type font Trebuchet due to limited support for .eot font types by browsers.


### Changed
- Added EF6 and EF Core Timestamp property on base models.
- Removed the String.prototype.trim javascript extension as it is redundant with the ES implementation.
- Removed the String.prototype.trimRight() and String.prototype.trimLeft() functions.
  These are non-standard features supported by both Edge and Chrome.

### Developer


### Unresolved