Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update remote URLs #202

Open
2 tasks
BinToss opened this issue Feb 20, 2021 · 1 comment
Open
2 tasks

fix: update remote URLs #202

BinToss opened this issue Feb 20, 2021 · 1 comment
Assignees
Labels
AREA_HXE Issue applies to HXE projects AREA_SPV3 Issue applies to SPV3 projects bug Something isn't working

Comments

@BinToss
Copy link
Member

BinToss commented Feb 20, 2021

Git Log Range | SPV3.Version.Changelog()

public void Changelog()
{
Process.Start(@"https://source.n2.network/spv3/log/?showmsg=1&qt=range&q=" +
$"build-{Assembly.Version:D4}..build-{Upstream.Version:D4}");
}

This contains a URL that no longer exists.

Unfortunately, there's no perfect replacement.

Header.txt | SPV3.Version.Upstream

private const string Header = "https://builds.n2.network/spv3/HEADER.txt";

Luckily, the file's format is easy to replicate.

{version}
{URL}

BannerBuildSource | HXE Resources

<value>https://source.n2.network/spv3/tag/?h=build-{0}</value>

///:: https://source.n2.network/spv3
///:: https://builds.n2.network/spv3

/// <summary>
/// Looks up a localized string similar to https://source.n2.network/spv3/tag/?h=build-{0}.
/// </summary>
internal static string BannerBuildSource {
get {
return ResourceManager.GetString("BannerBuildSource", resourceCulture);
}
}

@BinToss BinToss added the bug Something isn't working label Apr 7, 2021
@BinToss BinToss self-assigned this Apr 7, 2021
@BinToss BinToss changed the title Double-check Update.HXE; it's causing updates to be always available Update server URLs Apr 30, 2021
@BinToss BinToss added AREA_HXE Issue applies to HXE projects AREA_SPV3 Issue applies to SPV3 projects labels Jul 17, 2021
@BinToss BinToss changed the title Update server URLs fix: update remote URLs Nov 14, 2021
@MirisWisdom
Copy link

With regard to Git log range, GitHub supports it. For example:

yumiris/Gunloader@v0.7.4...v0.7.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AREA_HXE Issue applies to HXE projects AREA_SPV3 Issue applies to SPV3 projects bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants