t081as / Mjolnir.UI

Common library for .NET Windows Forms and Windows Presentation Foundation applications; mirror of the official repository https://gitlab.com/tobiaskoch/Mjolnir.UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mjolnir

ᛗᛁᚮᛚᚾᛁᚱ

One of the most fearsome and powerful tools in existence, capable of leveling mountains


This is a common library for .NET Windows Forms and Windows Presentation Foundation applications.

Installation

Option 0: NuGet

NuGet packages are available here.

Option 1: Source

Requirements

The following tools must be available:

Source code

Get the source code using the following command:

> git clone https://gitlab.com/tobiaskoch/Mjolnir.UI.git

Test

> ./build.ps1

The script will report if the tests succeeded; the coverage report will be located in the directory ./output/coverage/.

Build

> ./build.ps1 --configuration Release

The script will report if the build succeeded; the libraries will be located in the directories ./src/../bin/Release.

Generate packages

> ./build.ps1 --configuration Release --target Pack

The nuget packages will be located in the directory ./output if the build succeeds.

Contributing

see CONTRIBUTING.md

Contributors

see AUTHORS.txt

Donating

Thanks for your interest in this project. You can show your appreciation and support further development by donating.

License

Mjolnir.UI © 2017-2020 Tobias Koch. Released under the MIT License.

About

Common library for .NET Windows Forms and Windows Presentation Foundation applications; mirror of the official repository https://gitlab.com/tobiaskoch/Mjolnir.UI

License:MIT License


Languages

Language:C# 88.6%Language:PowerShell 6.3%Language:Shell 5.1%