Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Banane9 committed Nov 26, 2024
1 parent e19943f commit e8e0004
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MonkeyLoader" Version="0.23.3-beta" />
<PackageReference Include="MonkeyLoader" Version="0.24.0-beta" />
<PackageReference Include="PolySharp" Version="1.15.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageId>MonkeyLoader.GamePacks.Resonite</PackageId>
<Title>Resonite Game Pack</Title>
<Authors>Banane9, Nytra</Authors>
<Version>0.20.0-beta</Version>
<Version>0.21.0-beta</Version>
<Description>
This Game Pack for MonkeyLoader provides basic hooks for modding the game Resonite,
which uses FrooxEngine. It provides hooks for the beginning of initialization,
Expand Down Expand Up @@ -53,7 +53,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MonkeyLoader" Version="0.23.3-beta" />
<PackageReference Include="MonkeyLoader" Version="0.24.0-beta" />
<PackageReference Include="PolySharp" Version="1.15.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageId>MonkeyLoader.GamePacks.Resonite.Unity</PackageId>
<Title>Resonite (Unity) Game Pack</Title>
<Authors>Banane9</Authors>
<Version>0.19.2-beta</Version>
<Version>0.21.0-beta</Version>
<Description>
This Game Pack for MonkeyLoader provides additional hooks for the
Unity version of Resonite (as opposed to the Headless server).
Expand All @@ -30,7 +30,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MonkeyLoader.GamePacks.Unity" Version="0.6.0-beta" />
<PackageReference Include="MonkeyLoader.GamePacks.Unity" Version="0.7.0-beta" />
<PackageReference Include="PolySharp" Version="1.15.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit e8e0004

Please sign in to comment.