Skip to content

Commit 7e629e3

Browse files
committed
Update version number and release notes
1 parent ba4840a commit 7e629e3

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Build 8.0.0
2+
========================
3+
Add SpatiaLite dialect (see #56)
4+
Add PostGIS 3 dialect (see #132)
5+
Add MySQL 8 dialect (see #93)
6+
Remove obsolete MySQL and MsSql2008 dialects
7+
8+
Implement missing spatial criteria: EqualsExact, IsWithinDistance, Relate (see #61)
9+
10+
Update Microsoft.Data.SqlClient to 5.1.3 (see #133)
11+
Fix failing MySQL 5.7 tests (see #87)
12+
Move CI build from AppVeyor to GitHub Actions
13+
Use docker compose for local unit testing
14+
115
Build 7.0.0
216
========================
317
Add support for Npgsql 4+ (see #130)

NHibernate.Spatial.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<!-- Specify version info -->
44
<!-- https://andrewlock.net/version-vs-versionsuffix-vs-packageversion-what-do-they-all-mean/ -->
5-
<VersionMajor Condition="'$(VersionMajor)' == ''">7</VersionMajor>
5+
<VersionMajor Condition="'$(VersionMajor)' == ''">8</VersionMajor>
66
<VersionMinor Condition="'$(VersionMinor)' == ''">0</VersionMinor>
77
<VersionPatch Condition="'$(VersionPatch)' == ''">0</VersionPatch>
88
<!-- NOTE: Set to "preXYZ" for pre-releases and leave blank for full releases -->
@@ -33,4 +33,4 @@
3333
<ItemGroup>
3434
<None Include="..\Logo\NHibernate.Spatial.png" Pack="true" PackagePath="\" />
3535
</ItemGroup>
36-
</Project>
36+
</Project>

0 commit comments

Comments
 (0)