https://github.com/haamond/alamut.abstractions
Abstract Classes, Contracts and data-structure for Alamut Tool-set
https://github.com/haamond/alamut.abstractions
csharp dotnet
Last synced: 11 months ago
JSON representation
Abstract Classes, Contracts and data-structure for Alamut Tool-set
- Host: GitHub
- URL: https://github.com/haamond/alamut.abstractions
- Owner: haamond
- License: mit
- Created: 2019-08-19T05:16:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-16T11:21:33.000Z (over 6 years ago)
- Last Synced: 2025-07-11T02:15:56.023Z (12 months ago)
- Topics: csharp, dotnet
- Language: C#
- Homepage:
- Size: 57.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alamut.Abstractions
### This library provides Abstract Classes, Contracts and data-structure for Alamut Tool-set.
Further Details in [Wiki](https://github.com/SorenZ/Alamut.Abstractions/wiki)
### Installing Alamut.Abstractions
You should install [Alamut.Abstractions with NuGet](https://www.nuget.org/packages/Alamut.Abstractions):
Install-Package Alamut.Abstractions
Or via the .NET Core command line interface:
dotnet add package Alamut.Abstractions