<rsd version="1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns="http://archipelago.phrasewise.com/rsd">
  <service>
    <engineName>MyGet</engineName>
    <engineLink>http://www.myget.org/</engineLink>
    <dc:identifier>https://www.myget.org/F/mabiavalon-ci/</dc:identifier>
    <dc:owner>seeker1437</dc:owner>
    <dc:creator>seeker1437</dc:creator>
    <dc:title>Mabiavalon Software Solutions Limited public software nuget feed.</dc:title>
    <dc:description># DockNC
Docking Library for Avalonia

**This project is still a Work In Progress. More informatio will be added as more of the project becomes complete.**

[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/DockNC/Lobby?utm_source=badge&amp;utm_medium=badge)

| NuGet | MyGet |
| :---: | :---: |
| Unavailable | [![MyGet](https://img.shields.io/myget/mabiavalon-ci/vpre/Mabiavalon.DockNC.svg)](https://www.myget.org/gallery/mabiavalon-ci)

| Windows | OSX/Linux |
| :---: |  :---: |
| [![Build status](https://ci.appveyor.com/api/projects/status/35okrh54qkpi8cal/branch/master?svg=true)](https://ci.appveyor.com/project/DarnellWilliams/docknc/branch/master) | [![Build Status](https://travis-ci.org/Mabiavalon/DockNC.svg?branch=master)](https://travis-ci.org/Mabiavalon/DockNC) | 

**Mabiavalon.DockNC** is a control docking library written for [Avalonia](https://github.com/AvaloniaUI/Avalonia).

[![Example GIF Animation](https://puu.sh/rt18X/883f739741.gif)](https://puu.sh/rt18X/883f739741.gif)

### Build using IDE

* [Visual Studio Community 2015](https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx) for `Windows` builds.
* [MonoDevelop](http://www.monodevelop.com/) for `Linux` and `OSX` builds.

Open `Mabiavalon.DockNC.sln` in selected IDE and run `Build` command.

### Build on Windows using script

Open up a Powershell prompt and execute the bootstrapper script:
```PowerShell
PS&gt; .\build.ps1 -Target "Default" -Platform "Any CPU" -Configuration "Release"
```

### Build on Linux/OSX using script

Open up a terminal prompt and execute the bootstrapper script:
```Bash
$ ./build.sh --target "Default" --platform "Any CPU" --configuration "Release"
```

## NuGet

Mabiavalon.DockNC is delivered as a NuGet package.

Using the nightly build feed:
* Add `https://www.myget.org/F/mabiavalon-ci/api/v2` to your package sources
* Update your package using `Mabiavalon.DockNC` feed

You can install the package like this:

`Install-Package Mabiavalon.DockNC -Pre`

### Package Dependencies

* [Avalonia](https://github.com/AvaloniaUI/Avalonia)

### Package Sources

* https://api.nuget.org/v3/index.json
* https://www.myget.org/F/avalonia-ci/api/v2</dc:description>
    <homePageLink>https://www.myget.org/Feed/Details/mabiavalon-ci/</homePageLink>
    <apis>
      <api name="nuget-v3-packages" blogID="" preferred="false" apiLink="https://www.myget.org/F/mabiavalon-ci/api/v3/index.json" />
      <api name="nuget-v2-packages" blogID="" preferred="true" apiLink="https://www.myget.org/F/mabiavalon-ci/api/v2/" />
      <api name="nuget-v1-packages" blogID="" preferred="false" apiLink="https://www.myget.org/F/mabiavalon-ci/api/v1/" />
    </apis>
  </service>
</rsd>