Skip to content

Commit

Permalink
Update MonkeyLoader / Resonite Integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Banane9 committed Aug 26, 2024
1 parent 0b59536 commit 3d0ccb7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions TypePicker/TypePicker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageId>TypePicker</PackageId>
<Title>Type Picker</Title>
<Authors>Banane9; TheJebForge</Authors>
<Version>3.0.0-beta</Version>
<Version>3.1.0-beta</Version>
<Description>This MonkeyLoader mod for Resonite adds a type picker into Component Selector / ProtoFlux Node Selector by utilizing Component Selector Additions.</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -30,14 +30,13 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ComponentSelectorAdditions" Version="0.3.1-beta" />
<PackageReference Include="MonkeyLoader" Version="0.19.1-beta" />
<PackageReference Include="MonkeyLoader.GamePacks.Resonite" Version="0.17.0-beta" />
<PackageReference Include="ComponentSelectorAdditions" Version="0.5.0-beta" />
<PackageReference Include="MonkeyLoader.GamePacks.Resonite" Version="0.19.2-beta" />
<PackageReference Include="PolySharp" Version="1.14.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Resonite.Elements.Core" Version="1.1.0" />
<PackageReference Include="Resonite.FrooxEngine" Version="2024.7.11.1293" />
<PackageReference Include="Resonite.Elements.Core" Version="1.2.1" />
<PackageReference Include="Resonite.FrooxEngine" Version="2024.8.6.1341" />
</ItemGroup>
</Project>

0 comments on commit 3d0ccb7

Please sign in to comment.