v0.9.0
#631
Replies: 1 comment
-
Big-ups for .net 6.0 support! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v0.9.0
has been released todayYou can grab the packages here : https://www.nuget.org/packages?q=Dotmim.Sync
Upgrade to version v0.9.0
Do not forget to call the
UpgradeAsync
method to upgrade your current schema version the last version.UpgradeAsync
, since it's handled by default byDMS
RemoteOrchestrator
with the correctSyncSetup
and call theUpgradeAsync
methodWhen making the upgrade of your system (server / clients), be sure to remember that:
That being said, be sure to firstly upgrade your server to the last version, call the
UpgradeAsync
(as explained before), then upgrade your clients.Once upgraded your schema should be updated to the last version
.Net 6.0
This version brings the support of
.Net 6.0
!Breaking Changes
The version
v0.9.0
is just a rebranding of the versionv0.8.1
(except the.Net 6.0
support )You will find all the changes for this version on the #602 discussion
Beta Was this translation helpful? Give feedback.
All reactions