Our.Shield.BackofficeAccess
1.1.0
See the version list below for details.
dotnet add package Our.Shield.BackofficeAccess --version 1.1.0
NuGet\Install-Package Our.Shield.BackofficeAccess -Version 1.1.0
<PackageReference Include="Our.Shield.BackofficeAccess" Version="1.1.0" />
paket add Our.Shield.BackofficeAccess --version 1.1.0
#r "nuget: Our.Shield.BackofficeAccess, 1.1.0"
// Install Our.Shield.BackofficeAccess as a Cake Addin #addin nuget:?package=Our.Shield.BackofficeAccess&version=1.1.0 // Install Our.Shield.BackofficeAccess as a Cake Tool #tool nuget:?package=Our.Shield.BackofficeAccess&version=1.1.0
An app plugin to Our.Shield.Core Umbraco Cms package to handle restricting access to the backoffice via a white-list of IP address(es)
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. |
-
- Our.Shield.Core (= 1.1.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Our.Shield.BackofficeAccess:
Package | Downloads |
---|---|
Our.Shield.FrontendAccess
An app plugin to Our.Shield.Core Umbraco Cms package to handle restricting access to the frontend |
GitHub repositories
This package is not used by any popular GitHub repositories.
- Lowered the target umbraco version. Now can be installed against 7.3.0+ (previously 7.5.4+).
- Fixed issue with the Backoffice always being accessible & stopped the hard resetter file being created on every request when no configuration changes have been made.
- Updated to use new TransferTypes added to Shield.Core