Skip to content

Upgrading Blog Engine version #234

Closed
@jon241

Description

@jon241

I've had an issue upgrading my version 3.1.1.0 to 3.3.80 where it would say I can upgrade but then say I've already upgraded on the next page. I worked around this issue in the Updater.asmx file by commenting out this line:

private static string _upgradeReleases = BlogConfig.GalleryFeedUrl.Replace("nuget", "/Releases/");

in favour of the line below it:

private static string _upgradeReleases = "http://dnbe.net/v01/Releases/";

But what I think was really wrong is this line is referencing BlogConfig for the Url and not BlogSettings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions