An open API service indexing awesome lists of open source software.

https://github.com/terradue/dotnetportalcore


https://github.com/terradue/dotnetportalcore

jenkinsfile

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# DotNetPortalCore - Terradue.Portal Core library for .Net

Terradue.Portal is a low level library that provides with the core entities and interfaces for a CMS

## Supported Platforms

* .NET 4.0 (Desktop / Server)
* Xamarin.iOS / Xamarin.Android / Xamarin.Mac
* Mono 2.10+

## Getting Started

Terradue.Portal is available as NuGet package in releases.

```
Install-Package Terradue.Portal
```

## Build

Terradue.Portal is a single assembly designed to be easily deployed anywhere.

To compile it yourself, you’ll need:

* Visual Studio 2012 or later, or Xamarin Studio

To clone it locally click the "Clone in Desktop" button above or run the
following git commands.

```
git clone https://github.com/Terradue/DotNetPortalCore.git Terradue.Portal
```

## Copyright and License

Copyright (c) 2014 Terradue

Licensed under the [GPL v3 License](https://github.com/Terradue/DotNetPortalCore/blob/master/LICENSE)