Skip to content

Version 2.2.3 has dll's with lower file version #4090

@smoeller-liveid

Description

@smoeller-liveid

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions