From 4e1e0bbfddfd33a16fc728b97e5c976ba75b91d1 Mon Sep 17 00:00:00 2001 From: Roman Artiukhin Date: Sat, 1 Apr 2023 10:01:49 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8da992df161..99879589584 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,10 @@ later version. The release notes will generally document any breaking changes. Nightly Development Builds -------------------------- +[![Hosted By: Cloudsmith](https://img.shields.io/badge/OSS%20hosting%20by-cloudsmith-blue?logo=cloudsmith&style=flat-square)](https://cloudsmith.com) The quickest way to get the latest development build of NHibernate is to add it to your project using -NuGet from MyGet feed (). +NuGet from Cloudsmith feed (). 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. @@ -35,7 +36,7 @@ file in the top folder of your project, similar to the following. - + ``` From 97c094ae6fd960faa070ba311ef4c4afc7ae2628 Mon Sep 17 00:00:00 2001 From: Roman Artiukhin Date: Sat, 1 Apr 2023 12:34:27 +0300 Subject: [PATCH 2/2] Update README.md Added snippet required for OSS hosting --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99879589584..6290ebbaa94 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ later version. The release notes will generally document any breaking changes. Nightly Development Builds -------------------------- -[![Hosted By: Cloudsmith](https://img.shields.io/badge/OSS%20hosting%20by-cloudsmith-blue?logo=cloudsmith&style=flat-square)](https://cloudsmith.com) The quickest way to get the latest development build of NHibernate is to add it to your project using NuGet from Cloudsmith feed (). @@ -41,6 +40,13 @@ file in the top folder of your project, similar to the following. ``` +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 ----------------