未验证 提交 26b557fc 编写于 作者: R Roman Artiukhin 提交者: GitHub

Migrate dev nuget packages to Cloudsmith (#3275)

上级 03550fda
...@@ -26,7 +26,7 @@ Nightly Development Builds ...@@ -26,7 +26,7 @@ Nightly Development Builds
-------------------------- --------------------------
The quickest way to get the latest development build of NHibernate is to add it to your project using The quickest way to get the latest development build of NHibernate is to add it to your project using
NuGet from MyGet feed (<https://www.myget.org/gallery/nhibernate>). NuGet from Cloudsmith feed (<https://cloudsmith.io/~nhibernate/repos/nhibernate-core/packages/>).
In order to make life a little bit easier you can register the package source in the NuGet.Config In order to make life a little bit easier you can register the package source in the NuGet.Config
file in the top folder of your project, similar to the following. 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,11 +35,18 @@ file in the top folder of your project, similar to the following.
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<configuration> <configuration>
<packageSources> <packageSources>
<add key="NHibernateDevBuilds" value="https://www.myget.org/F/nhibernate/api/v3/index.json" /> <add key="NHibernateDevBuilds" value="https://nuget.cloudsmith.io/nhibernate/nhibernate-core/v3/index.json" />
</packageSources> </packageSources>
</configuration> </configuration>
``` ```
Package repository hosting is graciously provided by [Cloudsmith](https://cloudsmith.com).
Cloudsmith is the only fully hosted, cloud-native, universal package management solution, that
enables your organization to create, store and share packages in any format, to any place, with total
confidence.
[![Hosted By: Cloudsmith](https://img.shields.io/badge/OSS%20hosting%20by-cloudsmith-blue?logo=cloudsmith&style=flat-square)](https://cloudsmith.com)
Community Forums Community Forums
---------------- ----------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册