Sitefinity 10.0 Hotfix 2 Released
Fixed issue with license activation introduced in Hotfix 1, build 10.0.6400.1. The hotfix contains only assembly version changes (Assembly File contents have not changed)
The hotfix doesn’t include fixes released in internal builds.
Where is Feather 6410? No way of upgrading if I use NuGet
Hey, I'm confused by the Feather versioning:
Is 10.0.6403 the latest Feather version? Did the versioning syntax get broken and it should be like 1.9.820.0 ?
Well..... that didn't work, trying to install Feather 10.0.6430 into Sitefinity 10.0.6410...
Think I'll have to use 1.9.810 Feather then?
:( That didn't work.... Running upgrade:
Unable to upgrade database schema metadataSource provided by 'Telerik.Sitefinity.Frontend.FilesMonitoring.Data.OpenAccessFileMonitorDataProvider': The provider 'Telerik.Sitefinity.Frontend.FilesMonitoring.Data.OpenAccessFileMonitorDataProvider' database schema version (6403) is higher than the currently running version (810). Downgrade is not allowed.
What I did was to in this sequence:
1: Install Feather 1.9.810
2: Install Sitefinity 6410
3: Install Feather 6403 by using nuget
Update-Package Telerik.Sitefinity.Feather.Core -Version 10.0.6403 -IgnoreDependencies
Update-Package Telerik.Sitefinity.Feather -Version 10.0.6403 -IgnoreDependencies
Ahhh... IgnoreDependencies! Thanks, I'll give it a shot :)
This is very confusing, Sitefinity!