This repository was archived by the owner on Jul 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed
Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.0.2] - 2023-08-01
9+
10+ - update support link & username in readme & logs
11+
812## [ 2.0.1] - 2023-06-30
913
1014- update to support a21 b324 (stable)
Original file line number Diff line number Diff line change 44 <DisplayName value =" Quantum Elevators" />
55 <!-- REMINDER: this mod's DLL version will be logged on GameAwake and should reflect the same version listed here! -->
66 <!-- If troubleshooting an issue, search "Quantum Elevators DLL" in logs to confirm these two values match. -->
7- <Version value =" 2.0.1 " />
7+ <Version value =" 2.0.2 " />
88 <Description value =" Add infinite distance, vertical-warp elevator panels." />
99 <Author value =" Jonathan Robertson (Kanaverum)" />
1010 <Website value =" https://github.com/jonathan-robertson/quantum-elevators" />
Original file line number Diff line number Diff line change 2929
3030### Support
3131
32- 🗪 If you would like support for this mod, please feel free to reach out via [ Discord] ( https://discord.gg/tRJHSB9Uk7 ) .
32+ 🗪 If you would like support for this mod, please feel free to reach out via [ Discord] ( https://discord.gg/hYa2sNHXya ) .
3333
3434## Features
3535
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ public class ModApi : IModApi
88 {
99 private static readonly ModLog < ModApi > _log = new ModLog < ModApi > ( ) ;
1010
11- private static readonly string ModMaintainer = "Kanaverum#8183 " ;
12- private static readonly string SupportLink = "https://discord.gg/tRJHSB9Uk7 " ;
11+ private static readonly string ModMaintainer = "@kanaverum " ;
12+ private static readonly string SupportLink = "https://discord.gg/hYa2sNHXya " ;
1313
1414 public static bool DebugMode { get ; set ; } = false ;
1515 public static bool IsServer { get ; private set ; } = false ;
You can’t perform that action at this time.
0 commit comments