File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Nightly Development Builds
2626--------------------------
2727
2828The 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/ > ).
3030
3131In order to make life a little bit easier you can register the package source in the NuGet.Config
3232file 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.
3535<?xml version =" 1.0" encoding =" utf-8" ?>
3636<configuration >
3737 <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" />
3939 </packageSources >
4040</configuration >
4141```
4242
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+
4350Community Forums
4451----------------
4552
You can’t perform that action at this time.
0 commit comments