SimpleSyndicate.Mvc
2.0.1
dotnet add package SimpleSyndicate.Mvc --version 2.0.1
NuGet\Install-Package SimpleSyndicate.Mvc -Version 2.0.1
<PackageReference Include="SimpleSyndicate.Mvc" Version="2.0.1" />
paket add SimpleSyndicate.Mvc --version 2.0.1
#r "nuget: SimpleSyndicate.Mvc, 2.0.1"
// Install SimpleSyndicate.Mvc as a Cake Addin #addin nuget:?package=SimpleSyndicate.Mvc&version=2.0.1 // Install SimpleSyndicate.Mvc as a Cake Tool #tool nuget:?package=SimpleSyndicate.Mvc&version=2.0.1
Common functionality for ASP.Net MVC applications - configuration, generic controller, generic repository, generic version history controller, access denied attribute, account management.
Product | Versions 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. |
-
- AutoMapper (>= 4.1.1)
- Microsoft.AspNet.Identity.Owin (>= 2.2.1)
- Microsoft.AspNet.Mvc (>= 5.2.3)
- Microsoft.AspNet.Web.Optimization (>= 1.1.3)
- Microsoft.Owin.Host.SystemWeb (>= 3.0.1)
- Microsoft.Owin.Security.Facebook (>= 3.0.1)
- Microsoft.Owin.Security.Google (>= 3.0.1)
- Microsoft.Owin.Security.MicrosoftAccount (>= 3.0.1)
- Microsoft.Owin.Security.Twitter (>= 3.0.1)
- MvcCodeRouting (>= 1.3.0)
- SimpleInjector.Integration.Web.Mvc (>= 3.1.2)
- SimpleSyndicate (>= 1.0.38)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on SimpleSyndicate.Mvc:
Package | Downloads |
---|---|
SimpleSyndicate.Testing.Mvc
Common unit testing functionality for ASP.Net MVC applications - test role store, test user store, test data helpers, better assertions, fluent assertions for controllers, view results and other MVC items. |
|
SimpleSyndicate.Mvc.VersionHistoryController
Version history controller and views for displaying the version history in an MVC application. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.1 | 2,104 | 1/6/2017 |
2.0.0 | 1,881 | 11/26/2015 |
1.0.12 | 1,791 | 2/16/2015 |
1.0.11 | 5,934 | 2/10/2015 |
1.0.10 | 1,542 | 1/24/2015 |
1.0.9 | 2,252 | 1/1/2015 |
1.0.8 | 2,856 | 9/29/2014 |
1.0.7 | 1,547 | 9/21/2014 |
1.0.6 | 1,699 | 9/19/2014 |
1.0.5 | 1,974 | 9/18/2014 |
1.0.4 | 1,518 | 9/15/2014 |
1.0.3 | 1,503 | 9/15/2014 |
1.0.2 | 1,620 | 9/15/2014 |
1.0.0 | 1,567 | 9/4/2014 |
Updated NuGet packages (AutoMapper 3.3.1, Microsoft.AspNet.Mvc 5.2.3, Microsoft.AspNet.Razor 3.2.3, Microsoft.AspNet.WebPages 3.2.3, SimpleInjector 2.7.1, SimpleInjector.Integration.Web 2.7.1, SimpleInjector.Integration.Web.Mvc 2.7.1, SimpleSyndicate 1.0.23, SimpleSyndicate.Testing 1.0.13); added ReSetup(IAppBuilder) and AnalyzeConfiguration to SimpleInjectorConfigurationBase; minor XML comment fixes.