Skip to content

Commit

Permalink
Merge pull request #57 from WildernessLabs/v1.12.8
Browse files Browse the repository at this point in the history
Release 1.12.8
  • Loading branch information
jorgedevs authored Jul 12, 2024
2 parents 928acab + f5d510f commit cd46484
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/develop-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
workflow_dispatch:
pull_request:
branches: [ develop ]
push:
branches: [ develop ]

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Main Build
on:
workflow_dispatch:
pull_request:
branches: [ main ]
push:
branches: [ main ]

Expand Down
3 changes: 3 additions & 0 deletions Source/Juego.sln
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
Expand Down Expand Up @@ -26,6 +27,8 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CB582CC6-C626-484E-9742-43FD65FE8158}
EndGlobalSection
Expand Down
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.0" />
<PackageReference Include="Meadow.Foundation.Audio.MicroAudio" Version="1.12.0" />
<PackageReference Include="Meadow.Foundation.Displays.TftSpi" Version="1.12.0" />
<PackageReference Include="Meadow.Foundation.ICs.IOExpanders.Mcp23xxx" Version="1.12.0" />
<PackageReference Include="Meadow.Foundation.Sensors.Motion.Bmi270" Version="1.12.0" />
<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" />
</ItemGroup>
</Project>

0 comments on commit cd46484

Please sign in to comment.