forked from nhibernate/NHibernate.Spatial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNHibernate.Spatial.props
30 lines (27 loc) · 1.95 KB
/
NHibernate.Spatial.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<Project>
<PropertyGroup>
<!-- Specify version info -->
<VersionMajor Condition="'$(VersionMajor)' == ''">5</VersionMajor>
<VersionMinor Condition="'$(VersionMinor)' == ''">2</VersionMinor>
<VersionPatch Condition="'$(VersionPatch)' == ''">0</VersionPatch>
<!-- NOTE: Set to "preXYZ" for pre-releases and leave blank for full releases -->
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
<!-- NOTE: Generally shouldn't need to edit anything below this line -->
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
<AssemblyVersion>$(VersionMajor).$(VersionMinor).0.0</AssemblyVersion>
<FileVersion>$(VersionPrefix).0</FileVersion>
<Product>NHibernate.Spatial</Product>
<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>
<Company>NHibernate.Spatial Community</Company>
<Copyright>Licensed under LGPL.</Copyright>
<Authors>NHibernate.Spatial Community</Authors>
<PackageProjectUrl>https://github.com/nhibernate/NHibernate.Spatial</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/nhibernate/NHibernate.Spatial/master/Logo/NHibernate.Spatial.png</PackageIconUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>
<PackageReleaseNotes>https://github.com/nhibernate/NHibernate.Spatial/blob/v$(VersionPrefix)/releasenotes.txt</PackageReleaseNotes>
<PackageTags>NHibernate; NHibernate.Spatial; ORM; Database; DAL; GIS; GeoSpatial</PackageTags>
<RepositoryUrl>https://github.com/nhibernate/NHibernate.Spatial.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
</Project>