You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Code/src/Synnotech.Migrations.Core/Synnotech.Migrations.Core.csproj
+5-10Lines changed: 5 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -4,22 +4,17 @@
4
4
<PropertyGroup>
5
5
<Description>Core implementation of a generic migration engine that can be adapted to any target system.</Description>
6
6
<PackageReleaseNotes>
7
-
Synntech.Migrations.Core 0.9.0
7
+
Synntech.Migrations.Core 0.10.1
8
8
--------------------------------
9
9
10
-
- added support for Synnotech.DatabaseAbstractions 3.0.0
11
-
- added Int64 timestamp versions as an alternative to text versions
12
-
- added possibility to apply all non-applied migrations, even if their version is lower than your currently highest version
10
+
- Fixed bug in Linq2Db where the latest migration info was not determined correctly by LinqToDbGetLatestMigrationInfoSession for TextVersions (Issue-7)
13
11
- you can find the docs at https://github.com/Synnotech-AG/Synnotech.Migrations
0 commit comments