From b75faf356f0d52b2c5463e9f847d81ebad4dee66 Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Mon, 22 Aug 2022 22:54:48 +1200 Subject: [PATCH 1/2] Fix adding package info to NuGet package --- build-common/NHibernate.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-common/NHibernate.props b/build-common/NHibernate.props index c2c43ee0284..a066e30b1da 100644 --- a/build-common/NHibernate.props +++ b/build-common/NHibernate.props @@ -33,7 +33,7 @@ True - + https://nhibernate.info https://raw.githubusercontent.com/nhibernate/nhibernate-core/master/logo/NHibernate-NuGet.png NHibernate-NuGet.png From 672eaa2ded614461b261c1857ae458ea7c4eb021 Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Mon, 22 Aug 2022 23:11:30 +1200 Subject: [PATCH 2/2] Remove condition --- build-common/NHibernate.props | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-common/NHibernate.props b/build-common/NHibernate.props index a066e30b1da..7a9dbcdfec8 100644 --- a/build-common/NHibernate.props +++ b/build-common/NHibernate.props @@ -32,8 +32,7 @@ True - - + https://nhibernate.info https://raw.githubusercontent.com/nhibernate/nhibernate-core/master/logo/NHibernate-NuGet.png NHibernate-NuGet.png