Hello,
I just updated from 2.2.2 to 2.2.3 via nuget. But while version 2.2.2 dll's have a file version 2.2.60504.1171, the new version 2.2.3 uses a file version 2.2.10306.1417.
This will break all MSI installs, because the limited MSI logic during an update first deletes the "old" version ("2.2.60504.1171"), and then refuses to install the "new" version ("2.2.10306.1417") because it is older than the (no longer) existing file.
So, unless someone fixes the MSI installer logic, it is mandatory that versions are strictly increasing.
The affected files are "Microsoft.AspNet.SignalR.Core.dll" and "Microsoft.AspNet.SignalR.SystemWeb.dll".
Sebastian
Hello,
I just updated from 2.2.2 to 2.2.3 via nuget. But while version 2.2.2 dll's have a file version 2.2.60504.1171, the new version 2.2.3 uses a file version 2.2.10306.1417.
This will break all MSI installs, because the limited MSI logic during an update first deletes the "old" version ("2.2.60504.1171"), and then refuses to install the "new" version ("2.2.10306.1417") because it is older than the (no longer) existing file.
So, unless someone fixes the MSI installer logic, it is mandatory that versions are strictly increasing.
The affected files are "Microsoft.AspNet.SignalR.Core.dll" and "Microsoft.AspNet.SignalR.SystemWeb.dll".
Sebastian