Skip to content
This repository was archived by the owner on Jul 5, 2025. It is now read-only.

Commit fb3d107

Browse files
Merge pull request #56 from jonathan-robertson/b326
Update References for 7 Days to Die 1.0 (b326)
2 parents 12556d6 + 3bac1f5 commit fb3d107

6 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.0.2] - 2024-07-20
9+
10+
- update references for 7dtd-1.0-b326
11+
812
## [3.0.1] - 2024-07-12
913

1014
- update references for 7dtd-1.0-b316

ModInfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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="3.0.1" />
7+
<Version value="3.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" />

QuantumElevators.dll

0 Bytes
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Quantum Elevators
22

3-
[![🧪 Tested On](https://img.shields.io/badge/🧪%20Tested%20On-1.0%20b316-blue.svg)](https://7daystodie.com/) [![📦 Automated Release](https://github.com/jonathan-robertson/quantum-elevators/actions/workflows/release.yml/badge.svg)](https://github.com/jonathan-robertson/quantum-elevators/actions/workflows/release.yml)
3+
[![🧪 Tested On](https://img.shields.io/badge/🧪%20Tested%20On-1.0%20b326-blue.svg)](https://7daystodie.com/) [![📦 Automated Release](https://github.com/jonathan-robertson/quantum-elevators/actions/workflows/release.yml/badge.svg)](https://github.com/jonathan-robertson/quantum-elevators/actions/workflows/release.yml)
44

55
![quantum-elevators social image](https://raw.githubusercontent.com/jonathan-robertson/quantum-elevators/media/quantum-elevators-logo-social.jpg)
66

references/Assembly-CSharp.dll

24.5 KB
Binary file not shown.

src/ModAPI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public void InitMod(Mod _modInstance)
2626
ModEvents.GameStartDone.RegisterHandler(OnGameStartDone);
2727
}
2828

29-
private const string DLL_VERSION = "3.0.1"; // TODO: always update this before each release
29+
private const string DLL_VERSION = "3.0.2"; // TODO: always update this before each release
3030
private void OnGameAwake()
3131
{
3232
try

0 commit comments

Comments
 (0)