NWebsec.Core 3.0.1

dotnet add package NWebsec.Core --version 3.0.1
NuGet\Install-Package NWebsec.Core -Version 3.0.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="NWebsec.Core" Version="3.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NWebsec.Core --version 3.0.1
#r "nuget: NWebsec.Core, 3.0.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 NWebsec.Core as a Cake Addin
#addin nuget:?package=NWebsec.Core&version=3.0.1

// Install NWebsec.Core as a Cake Tool
#tool nuget:?package=NWebsec.Core&version=3.0.1

This library provides shared functionality for the NWebsec ASP.NET security libraries.

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.
  • .NETFramework 4.5

    • No dependencies.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on NWebsec.Core:

Package Downloads
NWebsec

NWebsec is an easy to use security library for ASP.NET applications. With a few lines of config it lets you set important security headers, detect potentially dangerous redirects, control cache headers, and remove version headers. See project website for documentation.

NWebsec.Mvc

NWebsec attributes for ASP.NET MVC 5 applications. NWebsec helps you set important security headers, detect potentially dangerous redirects, control cache headers, and remove version headers. See project website for documentation.

NWebsec.Owin

NWebsec middleware for OWIN applications. NWebsec helps you set important security headers and detect potentially dangerous redirects. See project website for documentation.

Bit.Server.Owin

Bit.Server.Owin

Bit.Owin

Bit.Owin

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.1 584,324 2/12/2020
3.0.0 424,061 1/13/2020
3.0.0-188.rc 393 1/12/2020
2.1.0 801,554 3/25/2018
2.0.0 4,125 3/13/2018
1.6.0 594,242 12/7/2016
1.5.0 340,418 10/25/2015
1.4.1 42,078 6/17/2015
1.4.0 2,586 6/13/2015
1.3.0 18,351 2/16/2015
1.2.0 49,595 10/13/2014
1.1.0 3,172 10/7/2014
1.0.0 19,816 4/18/2014

This release fixes a bug that caused a validation exception on some valid CSP scheme sources containing the characters '+.-'.