Skip to content

Commit

Permalink
Nugetize for RC-2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgedevs committed Jan 3, 2023
1 parent 248bf0d commit 0f43a72
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions Source/Meadow.ProjectLab/Meadow.ProjectLab.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,22 @@
<PackageId>Meadow.ProjectLab</PackageId>
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.ProjectLab</RepositoryUrl>
<PackageTags>Meadow.ProjectLab, Meadow, ProjectLab</PackageTags>
<Version>0.2.0</Version>
<Version>0.92.6</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Base convenience library for the Meadow ProjLab board</Description>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<None Include="icon.png" Pack="true" PackagePath="" />

</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Meadow.Core\source\Meadow.F7\Meadow.F7.csproj" />
<ProjectReference Include="..\..\..\Meadow.Foundation\Source\Meadow.Foundation.Core\Meadow.Foundation.Core.csproj" />
<ProjectReference Include="..\..\..\Meadow.Foundation\Source\Meadow.Foundation.Peripherals\Displays.TftSpi\Driver\Displays.TftSpi.csproj" />
<ProjectReference Include="..\..\..\Meadow.Foundation\Source\Meadow.Foundation.Peripherals\ICs.IOExpanders.Mcp23xxx\Driver\ICs.IOExpanders.Mcp23xxx.csproj" />
<ProjectReference Include="..\..\..\Meadow.Foundation\Source\Meadow.Foundation.Peripherals\Sensors.Atmospheric.Bme68x\Driver\Sensors.Atmospheric.Bme68x.csproj" />
<ProjectReference Include="..\..\..\Meadow.Foundation\Source\Meadow.Foundation.Peripherals\Sensors.Light.Bh1750\Driver\Sensors.Light.Bh1750.csproj" />
<ProjectReference Include="..\..\..\Meadow.Foundation\Source\Meadow.Foundation.Peripherals\Sensors.Motion.Bmi270\Driver\Sensors.Motion.Bmi270.csproj" />
<ProjectReference Include="..\..\..\Meadow.Modbus\src\Meadow.Modbus\Meadow.Modbus.csproj" />
<PackageReference Include="Meadow.F7" Version="0.*" />
<PackageReference Include="Meadow.Foundation" Version="0.*" />
<PackageReference Include="Meadow.Foundation.Displays.TftSpi" Version="0.*" />
<PackageReference Include="Meadow.Foundation.ICs.IOExpanders.Mcp23xxx" Version="0.*" />
<PackageReference Include="Meadow.Foundation.Sensors.Atmospheric.Bme68x" Version="0.*" />
<PackageReference Include="Meadow.Foundation.Sensors.Light.Bh1750" Version="0.*" />
<PackageReference Include="Meadow.Foundation.Sensors.Motion.Bmi270" Version="0.*" />
<PackageReference Include="Meadow.Modbus" Version="0.*" />
</ItemGroup>
</Project>

0 comments on commit 0f43a72

Please sign in to comment.