Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion QueenCrest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<PackageReference Include="HarmonyX" Version="2.9.0" />
<PackageReference Include="Hamunii.BepInEx.AutoPlugin" Version="2.1.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.Unity.Analyzers" Version="1.26.0" PrivateAssets="all" />
<PackageReference Include="Needleforge" Version="0.8.0" />
<PackageReference Include="Needleforge" Version="0.8.1" />
<PackageReference Include="UnityEngine.Modules" Version="6000.0.50" IncludeAssets="compile" />
<PackageReference Include="Silksong.GameLibs" Version="1.1.0-silksong1.0.29315" PrivateAssets="all" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion QueenCrestPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace QueenCrest;

[BepInAutoPlugin(id: "io.github.kaycodes13.queencrest")]
[BepInDependency("org.silksong-modding.i18n")]
[BepInDependency("io.github.needleforge")]
[BepInDependency("io.github.needleforge", "0.8.1")]
public partial class QueenCrestPlugin : BaseUnityPlugin {

private Harmony Harmony { get; } = new(Id);
Expand Down
20 changes: 10 additions & 10 deletions packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
},
"Needleforge": {
"type": "Direct",
"requested": "[0.8.0, )",
"resolved": "0.8.0",
"contentHash": "Jp5DvPPtrW1OttfbG8+OvGrCyJUsX6HDvYB2CgxVmO4XfQZsdVa5nMoFe7jRFTfJKJRQjO/MrPm3Kqsxq17Fpw==",
"requested": "[0.8.1, )",
"resolved": "0.8.1",
"contentHash": "RNyard9RbPMOiOd2fB/4KFAcsC8QOhKUQKFrH0zYvkzPCBeYrMSPLh19oESMlN8qdtiqr8WdS+ICV97sVAcwog==",
"dependencies": {
"BepInEx.Core": "5.4.21",
"HarmonyX": "2.9.0",
"Silksong.FsmUtil": "0.3.3",
"Silksong.PrepatcherPlugin": "1.2.0",
"Silksong.FsmUtil": "0.3.13",
"Silksong.PrepatcherPlugin": "1.3.0",
"UnityEngine.Modules": "6000.0.50"
}
},
Expand Down Expand Up @@ -116,18 +116,18 @@
},
"Silksong.FsmUtil": {
"type": "Transitive",
"resolved": "0.3.3",
"contentHash": "i7kFbhx2hpGp4AMGvrpLrziMHh8TV12fU1Zs47L9ixZ4wqrhoMdQoQhqEDTwJQJ0UmcO3uew25oHKnWVPHr85A==",
"resolved": "0.3.13",
"contentHash": "CUZ7PKKUu3O7byEW4iEOkVOGcJPbHI28Z7D+Pn0LMxiSv/VjIjixG4JYH6GMgbE4uIbtpfF1Bon769cJt2w1RQ==",
"dependencies": {
"BepInEx.Core": "5.4.21",
"Silksong.GameLibs": "1.1.0-silksong1.0.28714",
"HarmonyX": "2.9.0",
"UnityEngine.Modules": "6000.0.50"
}
},
"Silksong.PrepatcherPlugin": {
"type": "Transitive",
"resolved": "1.2.0",
"contentHash": "51ASSX+kExYKZUl470fR7R7qPFXANKrl/RpiXtLhB2RJl49v1RI6/9+e03bjD1zyGj/BF4ypPMOWeDTyOR8e+Q==",
"resolved": "1.3.0",
"contentHash": "veKvjjFQZaHzOwe1YwiFxsjmPIpxOK1LFzPPZmqTlQAzss9MYPUyrsiV2+Ho9AtUukuT+6TLhFYCPXmQnIFfGg==",
"dependencies": {
"BepInEx.Core": "5.4.21",
"HarmonyX": "2.9.0",
Expand Down
2 changes: 1 addition & 1 deletion thunderstore/thunderstore.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ containsNsfwContent = false
[package.dependencies]
BepInEx-BepInExPack_Silksong = "5.4.2304"
silksong_modding-I18N = "1.0.2"
Voidlings-Needleforge = "0.8.0"
Voidlings-Needleforge = "0.8.1"


# in most cases you should not change this build block, or the first build.copy block; the dist and tmp directories are used
Expand Down