Skip to content

Commit cb5d382

Browse files
committed
prepare for release
1 parent 012cb6b commit cb5d382

File tree

66 files changed

+141
-99
lines changed

Some content is hidden

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

66 files changed

+141
-99
lines changed

AnotherHungerMod/AnotherHungerMod.csproj

Lines changed: 1 addition & 1 deletion
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.1.1</Version>
6+
<Version>1.2.0</Version>
77
<TargetFramework>net452</TargetFramework>
88
</PropertyGroup>
99

AnotherHungerMod/docs/release-notes.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[← back to readme](README.md)
22

33
# Release notes
4-
## Upcoming release
5-
* Migrated player data into the `Farmer.modData` field to simplify synchronization and reduce edge cases.
4+
## 1.2.0
5+
Released 10 July 2021 for Stardew Valley 1.5. Updated by Pathoschild.
6+
7+
* Reworked how player data is stored to simplify multiplayer sync and reduce edge cases.
68

79
## 1.1.1
810
Released 19 June 2021 for Stardew Valley 1.5. Updated by Pathoschild.

AnotherHungerMod/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Name": "Another Hunger Mod",
33
"Author": "spacechase0",
4-
"Version": "1.1.1",
4+
"Version": "1.2.0",
55
"MinimumApiVersion": "3.9.5",
66
"Description": "Adds a hunger system to the game.",
77
"UniqueID": "spacechase0.AnotherHungerMod",
@@ -10,7 +10,7 @@
1010
"Dependencies": [
1111
{
1212
"UniqueID": "spacechase0.SpaceCore",
13-
"MinimumVersion": "1.5.7"
13+
"MinimumVersion": "1.5.8"
1414
}
1515
]
1616
}

BugNet/BugNet.csproj

Lines changed: 1 addition & 1 deletion
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.3.0</Version>
6+
<Version>1.3.1</Version>
77
<TargetFramework>net452</TargetFramework>
88
</PropertyGroup>
99

BugNet/docs/release-notes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[← back to readme](README.md)
22

33
# Release notes
4-
## Upcoming release
4+
## 1.3.1
5+
Released 10 July 2021 for Stardew Valley 1.5. Updated by Pathoschild.
6+
7+
* Updated for Json Assets 1.7.8.
58
* Updated translations. Thanks to martin66789 (updated Hungarian)!
69

710
## 1.3.0

BugNet/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Name": "Bug Net",
33
"Author": "spacechase0, ParadigmNomad, Keychain",
4-
"Version": "1.3.0",
4+
"Version": "1.3.1",
55
"MinimumApiVersion": "3.9.5",
66
"Description": "Catch bugs and stuff.",
77
"UniqueID": "spacechase0.BugNet",
@@ -10,7 +10,7 @@
1010
"Dependencies": [
1111
{
1212
"UniqueID": "spacechase0.JsonAssets",
13-
"MinimumVersion": "1.7.7"
13+
"MinimumVersion": "1.7.8"
1414
}
1515
]
1616
}

CapstoneProfessions/CapstoneProfessions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Import Project="..\SpaceSharedHarmony\SpaceSharedHarmony.projitems" Label="Shared" />
55

66
<PropertyGroup>
7-
<Version>1.0.2</Version>
7+
<Version>1.0.3</Version>
88
<TargetFramework>net452</TargetFramework>
99

1010
<EnableHarmony>true</EnableHarmony>

CapstoneProfessions/docs/release-notes.md

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

33
# Release notes
4-
## Upcoming release
4+
## 1.0.3
5+
Released 10 July 2021 for Stardew Valley 1.5. Updated by Pathoschild.
6+
57
* Updated translations. Thanks to martin66789 (added Hungarian)!
68

79
## 1.0.2

CapstoneProfessions/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"Name": "Capstone Professions",
33
"Author": "spacechase0",
4-
"Version": "1.0.2",
4+
"Version": "1.0.3",
55
"MinimumApiVersion": "3.9.5",
66
"Description": "Once you max out all your skills, a new profession choice arrives...",
77
"UniqueID": "spacechase0.CapstoneProfessions",
88
"EntryDll": "CapstoneProfessions.dll",
99
"Dependencies": [
1010
{
1111
"UniqueID": "spacechase0.SpaceCore",
12-
"MinimumVersion": "1.5.7"
12+
"MinimumVersion": "1.5.8"
1313
}
1414
],
1515
"UpdateKeys": [ "Nexus:7636" ]

ContentPatcherAnimations/ContentPatcherAnimations.csproj

Lines changed: 1 addition & 1 deletion
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.1.10</Version>
6+
<Version>1.1.11</Version>
77
<TargetFramework>net452</TargetFramework>
88
</PropertyGroup>
99

0 commit comments

Comments
 (0)