File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Nightly Development Builds
26
26
--------------------------
27
27
28
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 > ).
29
+ NuGet from Cloudsmith feed (< https://cloudsmith.io/~nhibernate/repos/ nhibernate-core/packages/ > ).
30
30
31
31
In order to make life a little bit easier you can register the package source in the NuGet.Config
32
32
file in the top folder of your project, similar to the following.
@@ -35,11 +35,18 @@ file in the top folder of your project, similar to the following.
35
35
<?xml version =" 1.0" encoding =" utf-8" ?>
36
36
<configuration >
37
37
<packageSources >
38
- <add key =" NHibernateDevBuilds" value =" https://www.myget.org/F/ nhibernate/api /v3/index.json" />
38
+ <add key =" NHibernateDevBuilds" value =" https://nuget.cloudsmith.io/ nhibernate/nhibernate-core /v3/index.json" />
39
39
</packageSources >
40
40
</configuration >
41
41
```
42
42
43
+ Package repository hosting is graciously provided by [ Cloudsmith] ( https://cloudsmith.com ) .
44
+ Cloudsmith is the only fully hosted, cloud-native, universal package management solution, that
45
+ enables your organization to create, store and share packages in any format, to any place, with total
46
+ confidence.
47
+
48
+ [ ![ Hosted By: Cloudsmith] ( https://img.shields.io/badge/OSS%20hosting%20by-cloudsmith-blue?logo=cloudsmith&style=flat-square )] ( https://cloudsmith.com )
49
+
43
50
Community Forums
44
51
----------------
45
52
You can’t perform that action at this time.
0 commit comments