Skip to content

Commit

Permalink
Measure once fix twice
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Dec 23, 2023
1 parent 70ef1b4 commit 21793ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packaging/HoneyCome/Assembly-CSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<dependencies>
<group targetFramework="net6.0" >
<dependency id="IllusionLibs.HoneyCome.UnityEngine" version="2021.3.14.2" />
<dependency id="IllusionLibs.HoneyCome.Il2Cppmscorlib" version="2023.99.12.15" />
<dependency id="IllusionLibs.HoneyCome.Il2Cppmscorlib" version="$gameVersion$" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion packaging/HoneyComeStudio/Assembly-CSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<dependencies>
<group targetFramework="net6.0" >
<dependency id="IllusionLibs.HoneyCome.UnityEngine" version="2021.3.14.2" />
<dependency id="IllusionLibs.HoneyCome.Il2Cppmscorlib" version="$gameVersion$" />
<dependency id="IllusionLibs.HoneyCome.Il2Cppmscorlib" version="2023.99.12.15" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion packaging/pack.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ Pack "KoikatsuSunshineVR" "2021.09.21.0" "2019.4.9.0"
Pack "SexyBeachPR" "2015.12.18.0" "4.6.7.0"
Pack "KoiKoiLB" "2023.05.27.2" "2021.3.18.2"
Pack "HoneyCome" "2023.99.12.15" "2021.3.14.3"
Pack "HoneyComeStudio" "2023.100.12.22" "2021.3.14.3"
Pack "HoneyComeStudio" "2023.101.12.22" "2021.3.14.3"
Pack "XUnity" "" ""
Pack "BepInEx" "" ""

0 comments on commit 21793ad

Please sign in to comment.