Skip to content

Commit

Permalink
AI/HS2 - Fix UniRx.Async missing from the UniRx package
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Feb 6, 2024
1 parent 28a1726 commit 5e2a96f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions packaging/AIGirl/UniRx.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
</metadata>
<files>
<file src="libraries\UniRx.dll" target="lib\net46" />
<file src="libraries\UniRx.Async.dll" target="lib\net46" />
<file src="..\install.ps1" target="tools" />
<file src="$id$.targets" target="build" />
</files>
Expand Down
1 change: 1 addition & 0 deletions packaging/HoneySelect2/UniRx.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
</metadata>
<files>
<file src="libraries\UniRx.dll" target="lib\net46" />
<file src="libraries\UniRx.Async.dll" target="lib\net46" />
<file src="..\install.ps1" target="tools" />
<file src="$id$.targets" target="build" />
</files>
Expand Down
4 changes: 2 additions & 2 deletions packaging/pack.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ function Pack {
}

# Game name, Game assembly version, Unity assembly version
Pack "AIGirl" "2020.05.29.4" "2018.2.21.4"
Pack "AIGirl" "2020.05.29.5" "2018.2.21.4"
Pack "AIShoujo" "2022.06.20.1" "2018.2.21.4"
Pack "EmotionCreators" "2019.6.6.4" "2017.4.24.4"
Pack "Koikatu" "2019.4.27.4" "5.6.2.4"
Pack "KoikatsuParty" "2021.03.25.0" "5.6.2.4"
Pack "PlayHome" "2018.3.11.4" "5.5.5.4"
Pack "VRKanojo" "2021.1.13.4" "5.4.5.4"
Pack "HoneySelect" "2017.6.30.2" "5.3.5.2"
Pack "HoneySelect2" "2020.05.29.4" "2018.4.11.4"
Pack "HoneySelect2" "2020.05.29.5" "2018.4.11.4"
Pack "HoneySelect2Libido" "2020.06.03.0" "2018.4.11.4"
Pack "KoikatsuSunshine" "2021.09.17.0" "2019.4.9.0"
Pack "KoikatsuSunshineVR" "2021.09.21.0" "2019.4.9.0"
Expand Down

0 comments on commit 5e2a96f

Please sign in to comment.