Fortis 3.5.5.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Fortis --version 3.5.5.2
NuGet\Install-Package Fortis -Version 3.5.5.2
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="Fortis" Version="3.5.5.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fortis --version 3.5.5.2
#r "nuget: Fortis, 3.5.5.2"
#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 Fortis as a Cake Addin
#addin nuget:?package=Fortis&version=3.5.5.2

// Install Fortis as a Cake Tool
#tool nuget:?package=Fortis&version=3.5.5.2

A framework for creating a strongly typed model of the Sitecore API

Requires: Sitecore 7.2+

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

This package has no dependencies.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Fortis:

Package Downloads
Fortis.Mvc-5

A framework for creating a strongly typed model of the Sitecore API. For Sitecore Mvc projects.

Fortis.Search.Lucene

Provides Lucene search functionality for the Fortis framework

Fortis.Search.Solr

Provides Solr search functionality for the Fortis framework

Fortis.Mvc

A framework for creating a strongly typed model of the Sitecore API. For Sitecore Mvc projects.

Fortis.Web

The web project config for the Fortis package

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.2.2 38,571 1/12/2017
4.2.1 3,131 9/6/2016
4.0.0-beta4 2,875 3/29/2016
4.0.0-beta3 881 3/28/2016
4.0.0-beta2 874 3/28/2016
4.0.0-beta1 921 3/28/2016
3.5.5.2 9,993 9/9/2015
3.5.5.1 1,837 7/28/2015
3.5.5 1,497 7/28/2015
3.5.4 1,519 5/12/2015
3.5.3.2 1,187 3/9/2015
3.5.3.1 1,201 1/27/2015
3.5.3 1,145 1/27/2015
3.5.2.1 2,877 12/8/2014
3.5.2 1,342 11/27/2014
3.5.1 1,395 11/23/2014
3.5.0.1 2,194 11/18/2014
3.0.2.7 1,186 10/8/2014
3.0.2.6 1,184 9/17/2014
3.0.2.5 1,182 9/16/2014
3.0.1 1,307 7/2/2014
3.0.0.1 1,348 6/24/2014
3.0.0 1,300 6/18/2014
2.2.0.3 1,473 4/25/2014
2.2.0.2 1,364 4/14/2014
2.2.0.1 1,293 2/25/2014
2.2.0 1,271 2/6/2014
2.1.0.3 1,268 1/21/2014
2.1.0 1,296 1/19/2014

* Fixed a bug with the Original property on wrapped items not attempting to retrieve the item when it's null.
* Changed search extensions to use Filter instead of Where