RepositoryController 1.0.1.1

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

// Install RepositoryController as a Cake Tool
#tool nuget:?package=RepositoryController&version=1.0.1.1

An ASP.NET Web API controller that provides automatic CRUD functionality to a generic Repository data store.

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

NuGet packages (1)

Showing the top 1 NuGet packages that depend on RepositoryController:

Package Downloads
RepositoryController.OAuth

An implementation of RepositoryController that requires OAuth authorization for API actions.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3 2,510 1/17/2013
1.0.2.10 1,275 1/13/2013
1.0.2.9 1,315 12/13/2012
1.0.2.8 1,435 12/11/2012
1.0.2.7 1,496 10/31/2012
1.0.2.6 1,413 10/31/2012
1.0.2.5 1,412 10/31/2012
1.0.2.4 1,445 10/31/2012
1.0.2.3 1,413 10/31/2012
1.0.2.2 1,367 10/30/2012
1.0.2.1 1,476 10/30/2012
1.0.2 1,441 10/8/2012
1.0.1.9 1,353 10/8/2012
1.0.1.8 1,344 10/8/2012
1.0.1.7 1,376 8/13/2012
1.0.1.6 1,379 8/13/2012
1.0.1.5 1,338 8/13/2012
1.0.1.4 1,359 8/7/2012
1.0.1.3 1,370 7/17/2012
1.0.1.2 1,295 7/14/2012
1.0.1.1 1,353 7/14/2012
1.0.1 1,357 7/13/2012
1.0.0.27 1,302 7/13/2012
1.0.0.26 1,363 7/13/2012
1.0.0.25 1,295 7/13/2012
1.0.0.24 1,306 7/13/2012
1.0.0.23 1,321 7/13/2012
1.0.0.22 1,324 7/13/2012
1.0.0.21 1,314 7/13/2012
1.0.0.20 1,340 7/13/2012
1.0.0.19 1,329 7/12/2012
1.0.0.18 1,316 7/12/2012
1.0.0.17 1,279 7/11/2012
1.0.0.16 1,313 7/11/2012
1.0.0.13 1,320 7/11/2012
1.0.0.12 1,330 7/11/2012
1.0.0.11 1,356 7/11/2012
1.0.0.10 1,444 5/20/2012
1.0.0.9 1,324 5/20/2012
1.0.0.8 1,318 5/20/2012
1.0.0.7 1,307 5/20/2012
1.0.0.6 1,371 5/20/2012
1.0.0.4 1,575 5/19/2012
1.0.0.3 1,366 4/18/2012
1.0.0.2 1,622 4/18/2012
1.0.0.1 1,396 4/18/2012
1.0.0 2,171 4/18/2012

Added authorization for all controller actions by default. Security is now opt-out instead of opt-in.