Skip to content

Commit

Permalink
Merge pull request #185 from VaclavElias/chore-update-stride-packages…
Browse files Browse the repository at this point in the history
…-4.2.0.2232

chore: NuGet packages bumped
  • Loading branch information
VaclavElias authored Dec 15, 2024
2 parents 2327d45 + 4b4176e commit 000ace2
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Myra.Stride" Version="1.5.7" />
<PackageReference Include="Myra.Stride" Version="1.5.8" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Import Project="..\CommonSettings.props" />

<ItemGroup>
<PackageReference Include="Stride.BepuPhysics" Version="4.2.0.2267" />
<PackageReference Include="Stride.BepuPhysics" Version="4.2.0.2282" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pastel" Version="6.0.0" />
<PackageReference Include="Pastel" Version="6.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Hexa.NET.ImGui" Version="2.1.9" />
<PackageReference Include="Stride.Core.Assets.CompilerApp" Version="4.2.0.2267" PrivateAssets="contentfiles; analyzers" IncludeAssets="build; buildtransitive" />
<PackageReference Include="Stride.Core.Assets.CompilerApp" Version="4.2.0.2282" PrivateAssets="contentfiles; analyzers" IncludeAssets="build; buildtransitive" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Import Project="..\CommonSettings.props" />

<ItemGroup>
<PackageReference Include="Stride.Engine" Version="4.2.0.2267" />
<PackageReference Include="Stride.Engine" Version="4.2.0.2282" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<!-- This library requires a shader defined in the engine assemblies. Shaders are assets typically compiled by the asset compiler according to the Graphics API target, necessitating the inclusion of Stride.Core.Assets.CompilerApp. -->
<PackageReference Include="Stride.Core.Assets.CompilerApp" Version="4.2.0.2267" IncludeAssets="build;buildTransitive" />
<PackageReference Include="Stride.Core.Assets.CompilerApp" Version="4.2.0.2282" IncludeAssets="build;buildTransitive" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/Stride.CommunityToolkit/Module.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using System.Reflection;

namespace Stride.CommunityToolkit;

internal class Module
{
[ModuleInitializer]
Expand Down
8 changes: 4 additions & 4 deletions src/Stride.CommunityToolkit/Stride.CommunityToolkit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Stride.Engine" Version="4.2.0.2267" />
<PackageReference Include="Stride.Particles" Version="4.2.0.2267" />
<PackageReference Include="Stride.Physics" Version="4.2.0.2267" />
<PackageReference Include="Stride.UI" Version="4.2.0.2267" />
<PackageReference Include="Stride.Engine" Version="4.2.0.2282" />
<PackageReference Include="Stride.Particles" Version="4.2.0.2282" />
<PackageReference Include="Stride.Physics" Version="4.2.0.2282" />
<PackageReference Include="Stride.UI" Version="4.2.0.2282" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 000ace2

Please sign in to comment.