MvcTrialer 4.5.3.3

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

// Install MvcTrialer as a Cake Tool
#tool nuget:?package=MvcTrialer&version=4.5.3.3

A simple class for .NET 4.5 MVC to redirect pages if users exceeded a trial period date. The class can display a countdown timer, supports UTC and time zone, and has a customizable redirect action.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
4.5.3.3 1,418 5/15/2014
4.5.3.2 1,110 5/13/2014
4.5.3.1 1,056 5/9/2014
4.5.3 1,101 5/8/2014
4.5.2 1,050 5/8/2014
4.5.1 1,065 5/6/2014

4.5.3.3 (20140515)
> Bug Fix: Missing suffix CSS class on M format drill down.
> DisplayTrialTime can now be used more than once in a page.
> Client side (JavaScript) DateDiff.
> New SuffixDivTag property.
> New UtcDates property.
> New TimeZone property.

4.5.3.2 (20140514)
> Bug Fix: JavaScript error when using Request on M/S format.
> Bug Fix: Optional htmlAttributes parameter not merging.
> Minified JavaScript rendering.
> Display suffixes now enclosed in span/div tags.
> New RemoveZero property.
> New DrillDown property.
> New formats: ShortColon, ShortUpper, ShortUpperColon.

4.5.3.1 (20140509)
> Bug Fix: EndDate not converted to Utc when calculating time interval.
> Bug Fix: Counter not working in Firefox and Safari.
> New HttpRequestBase optional parameter for DisplayTrialTime.

4.5.3 (20140509)
> New Action delegates
> Additional property settings

4.5.2 (20140508)
> Major updates to class
> New HtmlHelper extension

4.5.1 (20140506)
> Initial working release

4.5.0 (20140506)
> Funky release