mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-06-02 23:59:50 -04:00
Switch to a new versioning strategy
This commit is contained in:
parent
e6f9a364e1
commit
daa6f1e696
8 changed files with 13 additions and 655 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue