/Gibraltar.Packager

Gibraltar Loupe Packager (moved to Gibraltar.Agent)

Primary LanguageC#Apache License 2.0Apache-2.0

Loupe Packager (Moved to Gibraltar.Agent)

This repository has been merged with the Gibraltar.Agent Repository and is now maintained there.

This executable packages local Loupe log files and then can send them on to a Loupe Server or email or just write them to a Loupe Package File. If you don't need to modify the source code just download the latest Loupe Packager.

Implementation Notes

Since Loupe supports .NET 2.0 and later and the WebForms capabilities are available in .NET 2.0 this agent targets .NET 2.0 as well. Due to the built-in compatibility handling in the .NET runtime it can be used by any subsequent version of .NET so there's no need for a .NET 4.0 or later version unless modifying to support something only available in .NET 4.0 or later.

Building the Packager

This project is designed for use with Visual Studio 2012 with NuGet package restore enabled. When you build it the first time it will retrieve dependencies from NuGet.

Contributing

Feel free to branch this project and contribute a pull request to the development branch. If your changes are incorporated into the master version they'll be published out to NuGet for everyone to use!