Skip to content

Commit b1ef96b

Browse files
committed
Release 1.1.9-hotfix
1 parent 4e18819 commit b1ef96b

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.1.9-hotfix] - 2025-12-25
8+
9+
### Changed
10+
11+
- Hotfix: rebuilt against Stardew Valley 1.6.15 assemblies so the mod loads on the stable game version.
12+
13+
---
14+
715
## [1.1.9] - 2025-12-24
816

917
### Changed

StarControl/StarControl.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<AssemblyName>StarControl</AssemblyName>
44
<RootNamespace>StarControl</RootNamespace>
5-
<Version>1.1.9</Version>
5+
<Version>1.1.9-hotfix</Version>
66
<AssemblyVersion>1.1.9.0</AssemblyVersion>
77
<FileVersion>1.1.9.0</FileVersion>
88
<ModFolderName>Star Control - CustomisationPlus</ModFolderName>

StarControl/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://smapi.io/schemas/manifest.json",
33
"Name": "Star Control - CustomisationPlus",
44
"Author": "nnnextra (forked from focustense)",
5-
"Version": "1.1.9",
5+
"Version": "1.1.9-hotfix",
66
"Description": "Radial menus for toolbar, designed to be used with controllers",
77
"UniqueID": "focustense.StarControl",
88
"EntryDll": "StarControl.dll",

0 commit comments

Comments
 (0)