Skip to content

Commit 8393a3c

Browse files
committed
Move common package properties to NHibernate.props.
1 parent a18c2e5 commit 8393a3c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build-common/NHibernate.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
<Authors>NHibernate community, Hibernate community</Authors>
1616
<NeutralLanguage>en-US</NeutralLanguage>
1717

18+
<PackageProjectUrl>http://nhibernate.info</PackageProjectUrl>
19+
<PackageIconUrl>https://raw.githubusercontent.com/nhibernate/nhibernate-core/master/logo/NHibernate-NuGet.png</PackageIconUrl>
20+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
21+
<PackageLicenseUrl>https://raw.githubusercontent.com/nhibernate/nhibernate-core/master/LICENSE.txt</PackageLicenseUrl>
1822
<RepositoryUrl>https://github.com/nhibernate/nhibernate-core.git</RepositoryUrl>
1923
<RepositoryType>git</RepositoryType>
2024
</PropertyGroup>

src/NHibernate/NHibernate.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1212

1313
<PackageDescription>NHibernate is a mature, open source object-relational mapper for the .NET framework. It is actively developed, fully featured and used in thousands of successful projects.</PackageDescription>
14-
<PackageProjectUrl>http://nhibernate.info</PackageProjectUrl>
15-
<PackageIconUrl>https://raw.githubusercontent.com/nhibernate/nhibernate-core/master/logo/NHibernate-NuGet.png</PackageIconUrl>
16-
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
17-
<PackageLicenseUrl>https://raw.githubusercontent.com/nhibernate/nhibernate-core/master/LICENSE.txt</PackageLicenseUrl>
1814
<PackageTags>ORM; O/RM; DataBase; DAL; ObjectRelationalMapping; NHibernate; ADO.Net; Core</PackageTags>
1915
</PropertyGroup>
2016

0 commit comments

Comments
 (0)