OpenRealEstate / OpenRealEstate.NET

OBSOLETE REPO - PLEASE DO NOT USE. Use https://github.com/OpenRealEstate instead
MIT License
10 stars 10 forks source link

Place package on Nuget.org #1

Open ctolkien opened 9 years ago

ctolkien commented 9 years ago

Dewit @PureKrome

PureKrome commented 9 years ago

Update on this: there's a few release candidates avail on NuGet.

RC-7 is the current one.

(note: this is a pre- release, obviously)

PureKrome commented 9 years ago

A side note: MyGet has been receiving developer packages as the dev branch is commited and AV passes.

eg. https://www.myget.org/F/openrealestate/api/v2

NOTE: the are all preview releases on MyGet. so use the -pre argument.

PureKrome commented 9 years ago
NuGet.config

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <add key="myget" value="https://www.myget.org/F/openrealestate/api/v2" />
  </packageSources>
</configuration>