Skip to content

Commit 09faba4

Browse files
committed
updated package release notes for Linq2Db adapter for version 0.9.0
1 parent d30f7e0 commit 09faba4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Code/src/Synnotech.Migrations.Linq2Db/Synnotech.Migrations.Linq2Db.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<PropertyGroup>
33
<Description>Adapts the generic migration engine of Synnotech.Migrations.Core for Linq2Db.</Description>
44
<PackageReleaseNotes>
5-
Synntech.Migrations.Linq2Db 0.8.0
5+
Synntech.Migrations.Linq2Db 0.9.0
66
---------------------------------
77

8-
- adapted new implementation of Synnotech.Migrations.Core
9-
- added support for dependency injection as well as IAsyncDisposable and IDisposable for migrations
10-
- added support for Synnotech.DatabaseAbstractions 2.x
8+
- added support for Synnotech.Linq2Db 6.0.0
9+
- added Int64 timestamp versions as an alternative to text versions
10+
- added possibility to apply all non-applied migrations, even if their version is lower than your currently highest version
1111
- you can find the docs at https://github.com/Synnotech-AG/Synnotech.Migrations
1212
</PackageReleaseNotes>
1313
</PropertyGroup>

0 commit comments

Comments
 (0)