JP.MVC.Helpers
0.9.5-alpha
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
<PackageReference Include="JP.MVC.Helpers" Version="0.9.5-alpha" />
paket add JP.MVC.Helpers --version 0.9.5-alpha
#r "nuget: JP.MVC.Helpers, 0.9.5-alpha"
// 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 | Versions 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. |
-
.NETFramework 4.6.1
- System.DirectoryServices (>= 5.0.0)
- System.Net.Http (>= 4.3.4)
-
.NETFramework 4.7.2
- System.DirectoryServices (>= 5.0.0)
- System.Net.Http (>= 4.3.4)
-
.NETFramework 4.8
- System.DirectoryServices (>= 5.0.0)
- System.Net.Http (>= 4.3.4)
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 | 215 | 10/18/2021 |
0.9.5-alpha | 156 | 10/14/2021 |
0.9.4-alpha | 156 | 10/14/2021 |