JP.MVC.Helpers 0.9.5-alpha

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

// Install JP.MVC.Helpers as a Cake Tool
#tool nuget:?package=JP.MVC.Helpers&version=0.9.5-alpha&prerelease

Latest change in 0.9.5-alpha:

Added new CookieManager class that should be more "production-ready" than the previous CookieHelper class. Kept previous CookieHelper for continuity and so that you can slowly cut over to the new version, if it works better. CookieManager also includes SameSite configuration options for projects running .NET 4.7.2 and later.

Updated CACHelper with proper getter/setter for class property "isLocal". This property is used to determine whether or not to use a mock certificate. Default is determined by whether or not "localhost" is within the current Url.

Added a "mockSubjectLine" property that can be set for localhost testing. It must be in the standard certificate format: "C = US, O = Developer, OU = Dev, OU = PKI, OU = USA, CN = Developer.Test.J.1234567890". If not set manually prior to calling GetCACInfo(), it will use the example format provided.

Fixed issue with parsing of subject string in certificate.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.6-alpha 206 10/18/2021
0.9.5-alpha 148 10/14/2021
0.9.4-alpha 150 10/14/2021