https://github.com/terradue/dotnettep
Terradue.Tep Software Package provides with all the functionalities specific to the TEP.
https://github.com/terradue/dotnettep
jenkinsfile terradue
Last synced: 7 months ago
JSON representation
Terradue.Tep Software Package provides with all the functionalities specific to the TEP.
- Host: GitHub
- URL: https://github.com/terradue/dotnettep
- Owner: Terradue
- License: agpl-3.0
- Created: 2017-05-16T13:18:47.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-07-23T14:01:07.000Z (about 1 year ago)
- Last Synced: 2024-07-23T16:14:15.489Z (about 1 year ago)
- Topics: jenkinsfile, terradue
- Language: C#
- Homepage:
- Size: 4.58 MB
- Stars: 1
- Watchers: 13
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DotNetTep - Terradue.Tep library for .Net
Terradue.Tep Software Package provides with all the functionalities specific to the TEP.
## Supported Platforms
* .NET 4.0 (Desktop / Server)
* Xamarin.iOS / Xamarin.Android / Xamarin.Mac
* Mono 2.10+## Getting Started
Terradue.Tep is available as NuGet package in releases.
```
Install-Package Terradue.Tep
```## Build
Terradue.Tep 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/DotNetTep.git Terradue.Tep
```## Copyright and License
Copyright (c) 2014 Terradue
Licensed under the [GPL v3 License](https://github.com/Terradue/DotNetTep/blob/master/LICENSE)