Skip to content

Commit 3897381

Browse files
committed
Add README to NuGet packages
1 parent 7e629e3 commit 3897381

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

NHibernate.Spatial.props

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@
1414
<FileVersion>$(VersionPrefix).0</FileVersion>
1515

1616
<Product>NHibernate.Spatial</Product>
17-
<Description>NHibernate.Spatial is a library of spatial extensions for NHibernate, and allows you to connect NHibernate to a spatially enabled database and manipulate geometries in HQL or in .NET code using NetTopologySuite, providing you with a fully integrated GIS programming experience.</Description>
17+
<Description>NHibernate.Spatial is a library of spatial extensions for NHibernate, and allows you to connect NHibernate to a spatially-enabled database and manipulate geometries in .NET code using NetTopologySuite, providing you with a fully integrated GIS programming experience.</Description>
1818
<Company>NHibernate.Spatial Community</Company>
1919
<Copyright>Licensed under LGPL.</Copyright>
2020
<Authors>NHibernate.Spatial Community</Authors>
2121

2222
<PackageProjectUrl>https://github.com/nhibernate/NHibernate.Spatial</PackageProjectUrl>
2323
<PackageIconUrl>https://raw.githubusercontent.com/nhibernate/NHibernate.Spatial/master/Logo/NHibernate.Spatial.png</PackageIconUrl>
2424
<PackageIcon>NHibernate.Spatial.png</PackageIcon>
25+
<PackageReadmeFile>README.md</PackageReadmeFile>
2526
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
2627
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>
2728
<PackageReleaseNotes>https://github.com/nhibernate/NHibernate.Spatial/blob/v$(VersionPrefix)/CHANGELOG.txt</PackageReleaseNotes>
@@ -32,5 +33,6 @@
3233

3334
<ItemGroup>
3435
<None Include="..\Logo\NHibernate.Spatial.png" Pack="true" PackagePath="\" />
36+
<None Include="..\README.md" Pack="true" PackagePath="\" />
3537
</ItemGroup>
3638
</Project>

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# NHibernate.Spatial [![Build status](https://github.com/nhibernate/NHibernate.Spatial/actions/workflows/ci.yml/badge.svg)](https://github.com/nhibernate/NHibernate.Spatial/actions/workflows/ci.yml)
22

3-
This is a fork of the final commit to NHibernate.Spatial at [NHibernate Contrib][NHContrib] site
4-
made in december 2011. The code has been updated to compile with the latest NTS, GeoAPI and
5-
NHibernate binaries.
3+
NHibernate.Spatial is a library of spatial extensions for NHibernate, and allows you to connect
4+
NHibernate to a spatially-enabled database and manipulate geometries in .NET code using
5+
NetTopologySuite, providing you with a fully integrated GIS programming experience.
66

77
## NuGet Packages
88

@@ -77,4 +77,3 @@ the success of NHibernate.Spatial (in no particular order):
7777
[NHibernate]: https://github.com/nhibernate/nhibernate-core
7878
[NHWiki]: http://nhforge.org/wikis
7979
[NH]: http://nhibernate.info/doc/nh/en/index.html
80-
[NHContrib]: http://sourceforge.net/projects/nhcontrib/

0 commit comments

Comments
 (0)