https://github.com/terradue/dotnetportalcore
https://github.com/terradue/dotnetportalcore
jenkinsfile
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/terradue/dotnetportalcore
- Owner: Terradue
- License: agpl-3.0
- Created: 2017-06-29T12:08:41.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-15T14:07:32.000Z (over 1 year ago)
- Last Synced: 2024-04-16T11:14:31.851Z (over 1 year ago)
- Topics: jenkinsfile
- Language: C#
- Homepage:
- Size: 7.59 MB
- Stars: 1
- Watchers: 12
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)