Skip to content

Commit 8b5bd0f

Browse files
authored
Add MyGet gallery link to readme (#2376)
Closes #2251
1 parent 80af768 commit 8b5bd0f

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ including [howtos][A1], [blogs][A2] and [reference documentation][A3].
1111
[A2]: http://nhibernate.info/blog/
1212
[A3]: http://nhibernate.info/doc/nh/en/index.html
1313

14-
Latest Version
14+
Latest Release Version
1515
--------------
1616

1717
The quickest way to get the latest release of NHibernate is to add it to your project using
@@ -22,6 +22,24 @@ Alternatively binaries are available from SourceForge at <http://sourceforge.net
2222
You are encouraged to review the release notes ([releasenotes.txt](releasenotes.txt)), particularly when upgrading to a
2323
later version. The release notes will generally document any breaking changes.
2424

25+
Nightly Development Builds
26+
--------------------------
27+
28+
The quickest way to get the latest development build of NHibernate is to add it to your project using
29+
NuGet from MyGet feed (<https://www.myget.org/gallery/nhibernate>).
30+
31+
In order to make life a little bit easier you can register the package source in the NuGet.Config
32+
file in the top folder of your project, similar to the following.
33+
34+
```xml
35+
<?xml version="1.0" encoding="utf-8"?>
36+
<configuration>
37+
<packageSources>
38+
<add key="NHibernateDevBuilds" value="https://www.myget.org/F/nhibernate/api/v3/index.json" />
39+
</packageSources>
40+
</configuration>
41+
```
42+
2543
Community Forums
2644
----------------
2745

0 commit comments

Comments
 (0)