Skip to content

Commit e9e4eb1

Browse files
committed
backport to Stardew Valley 1.5.4
The latest SMAPI 3.13 beta has improved compatibility rewriters which remove the need for separate beta versions for most mods.
1 parent 3057acf commit e9e4eb1

File tree

152 files changed

+198
-310
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+198
-310
lines changed

AnimalSocialMenu/AnimalSocialMenu.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<Import Project="..\SpaceShared\SpaceShared.projitems" Label="Shared" />
44

55
<PropertyGroup>
6-
<Version>1.0.4-beta.20210819</Version>
7-
<TargetFramework>net5.0</TargetFramework>
6+
<Version>1.0.3</Version>
7+
<TargetFramework>net452</TargetFramework>
88
</PropertyGroup>
99

1010
<ItemGroup>

AnimalSocialMenu/docs/release-notes.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
[← back to readme](README.md)
22

33
# Release notes
4-
## Upcoming release
5-
* Updated for Stardew Valley 1.5.5.
6-
74
## 1.0.3
85
Released 19 June 2021 for Stardew Valley 1.5. Updated by Pathoschild.
96

AnimalSocialMenu/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"Name": "Animal Social Menu",
33
"Author": "spacechase0",
4-
"Version": "1.0.4-beta.20210819",
5-
"MinimumApiVersion": "3.13.0-beta",
4+
"Version": "1.0.3",
5+
"MinimumApiVersion": "3.9.5",
66
"Description": "Adds a social menu for your animals. Check your animals' friendship values and if they need petting.",
77
"UniqueID": "spacechase0.AnimalSocialMenu",
88
"EntryDll": "AnimalSocialMenu.dll",

AnotherHungerMod/AnotherHungerMod.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<Import Project="..\SpaceShared\SpaceShared.projitems" Label="Shared" />
44

55
<PropertyGroup>
6-
<Version>1.2.3-beta.20210819</Version>
7-
<TargetFramework>net5.0</TargetFramework>
6+
<Version>1.2.2</Version>
7+
<TargetFramework>net452</TargetFramework>
88
</PropertyGroup>
99

1010
<ItemGroup>

AnotherHungerMod/docs/release-notes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
# Release notes
44
## Upcoming release
5-
* Updated for Stardew Valley 1.5.5.
65
* The hunger drain and starvation damage are now configurable per-minute instead of per-10-minutes.
76
* Added compatibility with Casual Life and other mods which change the clock at non-10-minute intervals.
87

AnotherHungerMod/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"Name": "Another Hunger Mod",
33
"Author": "spacechase0",
4-
"Version": "1.2.3-beta.20210819",
5-
"MinimumApiVersion": "3.13.0-beta",
4+
"Version": "1.2.2",
5+
"MinimumApiVersion": "3.9.5",
66
"Description": "Adds a hunger system to the game.",
77
"UniqueID": "spacechase0.AnotherHungerMod",
88
"EntryDll": "AnotherHungerMod.dll",

ArcadeRoom/ArcadeRoom.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<PropertyGroup>
66
<Version>1.0.0</Version>
7-
<TargetFramework>net5.0</TargetFramework>
7+
<TargetFramework>net452</TargetFramework>
88

99
<EnableModDeploy>false</EnableModDeploy>
1010
<EnableModZip>false</EnableModZip>

BetterMeteorites/BetterMeteorites.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="..\SpaceShared\SpaceShared.projitems" Label="Shared" />
44

55
<PropertyGroup>
6-
<Version>1.0.2-beta.20210819</Version>
7-
<TargetFramework>net5.0</TargetFramework>
6+
<Version>1.0.1</Version>
7+
<TargetFramework>net452</TargetFramework>
88
</PropertyGroup>
99
</Project>

BetterMeteorites/docs/release-notes.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
[← back to readme](README.md)
22

33
# Release notes
4-
## Upcoming release
5-
* Updated for Stardew Valley 1.5.5.
6-
74
## 1.0.1
85
Released 19 June 2021 for Stardew Valley 1.5. Updated by Pathoschild.
96

BetterMeteorites/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"Name": "Better Meteorites",
33
"Author": "spacechase0",
4-
"Version": "1.0.2-beta.20210819",
5-
"MinimumApiVersion": "3.13.0-beta",
4+
"Version": "1.0.1",
5+
"MinimumApiVersion": "3.9.5",
66
"Description": "Improves loot dropped by meteorites.",
77
"UniqueID": "spacechase0.BetterMeteorites",
88
"EntryDll": "BetterMeteorites.dll",

0 commit comments

Comments
 (0)