Switch to a new versioning strategy

This commit is contained in:
Tyrrrz 2023-11-23 17:51:37 +02:00
parent e6f9a364e1
commit daa6f1e696
8 changed files with 13 additions and 655 deletions

View file

@ -17,9 +17,9 @@ public partial class App
public static string ProjectUrl { get; } = "https://github.com/Tyrrrz/DiscordChatExporter";
public static string ChangelogUrl { get; } = ProjectUrl + "/blob/master/Changelog.md";
public static string LatestReleaseUrl { get; } = ProjectUrl + "/releases/latest";
public static string DocumentationUrl { get; } = ProjectUrl + "/blob/master/.docs";
public static string DocumentationUrl { get; } = ProjectUrl + "/tree/master/.docs";
}
public partial class App