Fortis 4.0.0-beta3

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

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 41,888 1/12/2017
4.2.1 3,308 9/6/2016
4.0.0-beta4 3,630 3/29/2016
4.0.0-beta3 1,028 3/28/2016
4.0.0-beta2 994 3/28/2016
4.0.0-beta1 1,034 3/28/2016
3.5.5.2 12,985 9/9/2015
3.5.5.1 1,977 7/28/2015
3.5.5 1,632 7/28/2015
3.5.4 1,652 5/12/2015
3.5.3.2 1,321 3/9/2015
3.5.3.1 1,337 1/27/2015
3.5.3 1,281 1/27/2015
3.5.2.1 3,020 12/8/2014
3.5.2 1,473 11/27/2014
3.5.1 1,525 11/23/2014
3.5.0.1 2,519 11/18/2014
3.0.2.7 1,325 10/8/2014
3.0.2.6 1,326 9/17/2014
3.0.2.5 1,325 9/16/2014
3.0.1 1,446 7/2/2014
3.0.0.1 1,493 6/24/2014
3.0.0 1,444 6/18/2014
2.2.0.3 1,610 4/25/2014
2.2.0.2 1,519 4/14/2014
2.2.0.1 1,435 2/25/2014
2.2.0 1,414 2/6/2014
2.1.0.3 1,409 1/21/2014
2.1.0 1,444 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