Skip to content

Commit

Permalink
Merge pull request #59 from WildernessLabs/v2.0.1.2
Browse files Browse the repository at this point in the history
Release 2.0.1.2
  • Loading branch information
jorgedevs authored Jan 19, 2025
2 parents cd46484 + 00063cf commit 0112cb7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Source/Juego/Juego.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
<None Include="icon.png" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Meadow.F7" Version="1.12.8" />
<PackageReference Include="Meadow.Foundation.Audio.MicroAudio" Version="1.12.8" />
<PackageReference Include="Meadow.Foundation.Displays.TftSpi" Version="1.12.8" />
<PackageReference Include="Meadow.Foundation.ICs.IOExpanders.Mcp23xxx" Version="1.12.8" />
<PackageReference Include="Meadow.Foundation.Sensors.Motion.Bmi270" Version="1.12.8" />
<PackageReference Include="Meadow.F7" Version="2.0.1.2" />
<PackageReference Include="Meadow.Foundation.Audio.MicroAudio" Version="2.0.1.2" />
<PackageReference Include="Meadow.Foundation.Displays.TftSpi" Version="2.0.1.2" />
<PackageReference Include="Meadow.Foundation.ICs.IOExpanders.Mcp23xxx" Version="2.0.1.2" />
<PackageReference Include="Meadow.Foundation.Sensors.Motion.Bmi270" Version="2.0.1.2" />
</ItemGroup>
</Project>
8 changes: 8 additions & 0 deletions Source/Juego_Demo/Juego_Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,12 @@
<ItemGroup>
<ProjectReference Include="..\Juego\Juego.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="app.build.yaml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="app.config.yaml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
2 changes: 2 additions & 0 deletions Source/Juego_Demo/app.build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Deploy:
NoLink: [ Juego ]

0 comments on commit 0112cb7

Please sign in to comment.