Latest EndGate version: 0.2.1

Downloading EndGate

TypeScript Declaration and JavaScript versions of EndGate are available. The JavaScript files include the uncompressed and compressed versions; the uncompressed JavaScript file should be used in debugging or development environments and the minified JavaScript file should be used in production environments to reduce size and increase performance. The provided TypeScript Declaration file should be included in other TypeScript files to provide typing to ease development.

From Nuget

All releases, including pre-releases are pushed to Nuget. For package information visit the EndGate package site.

Install the latest released package (0.2.1):

Install-Package EndGate

Install the latest pre-released package (TBD):

Install-Package EndGate -Prerelease

Download Latest

Previous Versions

0.2.0: [ , , ]

0.1.1: [ , , ]

0.1.0: [ , , ]

From Git

All source code is kept under Git source control.

Clone the repository:

git clone https://github.com/NTaylorMullen/EndGate.git

If you want to get specific version:

git clone https://github.com/NTaylorMullen/EndGate.git
git checkout 0.1.0

To build EndGate source see the repositories .