File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ including [howtos][A1], [blogs][A2] and [reference documentation][A3].
11
11
[ A2 ] : http://nhibernate.info/blog/
12
12
[ A3 ] : http://nhibernate.info/doc/nh/en/index.html
13
13
14
- Latest Version
14
+ Latest Release Version
15
15
--------------
16
16
17
17
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
22
22
You are encouraged to review the release notes ([ releasenotes.txt] ( releasenotes.txt ) ), particularly when upgrading to a
23
23
later version. The release notes will generally document any breaking changes.
24
24
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
+
25
43
Community Forums
26
44
----------------
27
45
You can’t perform that action at this time.
0 commit comments