File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
15
Build 7.0.0
2
16
========================
3
17
Add support for Npgsql 4+ (see #130)
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<!-- Specify version info -->
4
4
<!-- 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 >
6
6
<VersionMinor Condition =" '$(VersionMinor)' == ''" >0</VersionMinor >
7
7
<VersionPatch Condition =" '$(VersionPatch)' == ''" >0</VersionPatch >
8
8
<!-- NOTE: Set to "preXYZ" for pre-releases and leave blank for full releases -->
33
33
<ItemGroup >
34
34
<None Include =" ..\Logo\NHibernate.Spatial.png" Pack =" true" PackagePath =" \" />
35
35
</ItemGroup >
36
- </Project >
36
+ </Project >
You can’t perform that action at this time.
0 commit comments