Skip to content

Commit 26b557f

Browse files
authored
Migrate dev nuget packages to Cloudsmith (nhibernate#3275)
1 parent 03550fd commit 26b557f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Nightly Development Builds
2626
--------------------------
2727

2828
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/>).
3030

3131
In order to make life a little bit easier you can register the package source in the NuGet.Config
3232
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.
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+
4350
Community Forums
4451
----------------
4552

0 commit comments

Comments
 (0)