Skip to content

Commit

Permalink
versioning for Thunderstore release once done poking at Bloodcraft
Browse files Browse the repository at this point in the history
  • Loading branch information
mfoltz committed Sep 19, 2024
1 parent 68f3695 commit 08901c9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
`1.0.0`
- versioning for Thunderstore

`0.2.1`
- fixed loop update if more than 3 bonus stats were chosen
- added quest icons for crafting and gathering

`0.2.0`
- added icons for quests based on normal/vblood target
Expand Down
2 changes: 1 addition & 1 deletion Eclipse.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<AssemblyName>Eclipse</AssemblyName>
<Version>0.2.1</Version>
<Version>1.0.0</Version>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<RestoreSources>
https://api.nuget.org/v3/index.json;
Expand Down
3 changes: 0 additions & 3 deletions Services/DataService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,5 @@ public static void ParsePlayerData(List<string> playerData)
CanvasService.WeeklyGoal = weeklyQuestData.Goal;
CanvasService.WeeklyTarget = weeklyQuestData.Target;
CanvasService.WeeklyVBlood = weeklyQuestData.IsVBlood;

//Core.Log.LogInfo(string.Join(",", playerData));
//Core.Log.LogInfo($"{dailyQuestData.TargetType}/{dailyQuestData.IsVBlood} | {weeklyQuestData.TargetType}/{weeklyQuestData.IsVBlood}");
}
}
2 changes: 1 addition & 1 deletion thunderstore.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ v-rising = ["1-0-update", "mods", "client"]
[package]
namespace = "zfolmt"
name = "Eclipse"
versionNumber = "0.2.1"
versionNumber = "1.0.0"
description = "Client companion mod for Bloodcraft!"
websiteUrl = "https://github.com/mfoltz/Eclipse"
containsNsfwContent = false

0 comments on commit 08901c9

Please sign in to comment.