Skip to content

Commit

Permalink
b42 bump 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lamebrain committed Dec 10, 2020
1 parent 5a0e0a3 commit a895880
Show file tree
Hide file tree
Showing 16 changed files with 43 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<PackageIconUrl>https://github.com/WildernessLabs/Meadow.Foundation/blob/master/Source/icon.png?raw=true</PackageIconUrl>
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.Foundation</RepositoryUrl>
<PackageTags>Meadow.Foundation, DataLoggers, Adafruit IO</PackageTags>
<Version>0.5.16</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>0.5.20</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Driver for the Adafruit IO data logging system</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Meadow.Foundation" Version="0.20.0" />
<ProjectReference Include="..\..\Meadow.Foundation.Libraries_and_Frameworks\DataLoggers\DataLoggers.csproj" />
<PackageReference Include="Meadow.Foundation.DataLoggers" Version="0.5.20" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AssemblyName>App</AssemblyName>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Meadow.Foundation.Libraries_and_Frameworks\Sensors.GPS.NMEA\Sensors.Location.Gnss.NmeaParsing.csproj" />
<PackageReference Include="Meadow.Foundation.Sensors.Location.Gnss.NmeaParsing" Version="0.1.19" />
<PackageReference Include="Meadow.Foundation" Version="0.20.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<AssemblyName>App</AssemblyName>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Meadow.Foundation.Libraries_and_Frameworks\Sensors.GPS.NMEA\Sensors.Location.Gnss.NmeaParsing.csproj" />
<PackageReference Include="Meadow.Foundation.Sensors.Location.Gnss.NmeaParsing" Version="0.1.19" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<PackageIconUrl>https://github.com/WildernessLabs/Meadow.Foundation/blob/master/Source/icon.png?raw=true</PackageIconUrl>
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.Foundation</RepositoryUrl>
<PackageTags>Meadow.Foundation, SevenSegment, Display</PackageTags>
<Version>0.1.9</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>0.1.13</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Driver for four digit seven segment displays</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Meadow.Foundation" Version="0.20.0" />
<ProjectReference Include="..\..\..\..\Meadow.Foundation.Peripherals\Displays.Led.SevenSegment\Driver\Displays.Led.SevenSegment\Displays.Led.SevenSegment.csproj" />
<PackageReference Include="Meadow.Foundation.Displays.Led.SevenSegment" Version="0.9.19" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<PackageIconUrl>https://github.com/WildernessLabs/Meadow.Foundation/blob/master/Source/icon.png?raw=true</PackageIconUrl>
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.Foundation</RepositoryUrl>
<PackageTags>Meadow, Meadow.Foundation, Displays, PCD8544, Nokia, 5110</PackageTags>
<Version>0.6.16</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>0.6.20</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Driver for PCD8544 display (Nokia 5110)</Description>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\Meadow.Foundation.Libraries_and_Frameworks\Displays.GraphicsLibrary\Displays.GraphicsLibrary.csproj" />
<PackageReference Include="Meadow.Foundation.Displays.GraphicsLibrary" Version="0.9.22" />
<PackageReference Include="Meadow.Foundation" Version="0.20.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<PackageIconUrl>https://github.com/WildernessLabs/Meadow.Foundation/blob/master/Source/icon.png?raw=true</PackageIconUrl>
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.Foundation</RepositoryUrl>
<PackageTags>Meadow, Meadow.Foundation, Displays, LCD, ST7565</PackageTags>
<Version>0.1.17</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>0.1.21</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Driver for ST7565 display</Description>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\Meadow.Foundation.Libraries_and_Frameworks\Displays.GraphicsLibrary\Displays.GraphicsLibrary.csproj" />
<PackageReference Include="Meadow.Foundation.Displays.GraphicsLibrary" Version="0.9.22" />
<PackageReference Include="Meadow.Foundation" Version="0.20.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<PackageIconUrl>https://github.com/WildernessLabs/Meadow.Foundation/blob/master/Source/icon.png?raw=true</PackageIconUrl>
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.Foundation</RepositoryUrl>
<PackageTags>Meadow, Meadow.Foundation, Displays, OLED</PackageTags>
<Version>0.12.15</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>0.12.19</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Driver for SSD1306 and SSD1309 OLED display</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Meadow.Foundation" Version="0.20.0" />
<ProjectReference Include="..\..\..\..\Meadow.Foundation.Libraries_and_Frameworks\Displays.GraphicsLibrary\Displays.GraphicsLibrary.csproj" />
<PackageReference Include="Meadow.Foundation.Displays.GraphicsLibrary" Version="0.9.22" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<PackageIconUrl>https://github.com/WildernessLabs/Meadow.Foundation/blob/master/Source/icon.png?raw=true</PackageIconUrl>
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.Foundation</RepositoryUrl>
<PackageTags>Meadow, Meadow.Foundation, Displays, OLED</PackageTags>
<Version>0.1.0</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>0.1.4</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Driver for SSD1327 OLED display</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Meadow.Foundation" Version="0.20.0" />
<ProjectReference Include="..\..\..\..\Meadow.Foundation.Libraries_and_Frameworks\Displays.GraphicsLibrary\Displays.GraphicsLibrary.csproj" />
<PackageReference Include="Meadow.Foundation.Displays.GraphicsLibrary" Version="0.9.22" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<PackageIconUrl>https://github.com/WildernessLabs/Meadow.Foundation/blob/master/Source/icon.png?raw=true</PackageIconUrl>
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.Foundation</RepositoryUrl>
<PackageTags>Meadow, Meadow.Foundation, Displays, LCD, St7687s</PackageTags>
<Version>0.1.17</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>0.1.21</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Driver for St7687s display</Description>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\Meadow.Foundation.Libraries_and_Frameworks\Displays.GraphicsLibrary\Displays.GraphicsLibrary.csproj" />
<PackageReference Include="Meadow.Foundation.Displays.GraphicsLibrary" Version="0.9.22" />
<PackageReference Include="Meadow.Foundation" Version="0.20.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<PackageIconUrl>https://github.com/WildernessLabs/Meadow.Foundation/blob/master/Source/icon.png?raw=true</PackageIconUrl>
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.Foundation</RepositoryUrl>
<PackageTags>Meadow,Meadow.Foundation,Display,TFT,ILI9163,ILI9341,S6D02A1,SSD1331,SSD1351,ST7735,ST7789</PackageTags>
<Version>0.7.18</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>0.7.22</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Drivers for SPI thin-film-transistor displays (Current version supports: ILI9163, ILI9341, S6D02A1, SSD1331, SSD1351, ST7735, ST7789)</Description>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\Meadow.Foundation.Libraries_and_Frameworks\Displays.GraphicsLibrary\Displays.GraphicsLibrary.csproj" />
<PackageReference Include="Meadow.Foundation.Displays.GraphicsLibrary" Version="0.9.22" />
<PackageReference Include="Meadow.Foundation" Version="0.20.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<PackageIconUrl>https://github.com/WildernessLabs/Meadow.Foundation/blob/master/Source/icon.png?raw=true</PackageIconUrl>
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.Foundation</RepositoryUrl>
<PackageTags>Meadow.Foundation, FeatherWing, CharlieWing, CharliePlex, IS31FL3731</PackageTags>
<Version>0.1.12</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>0.1.16</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Driver for AdaFruit CharlieWing Matrix LED Featherwing</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Meadow.Foundation" Version="0.20.0" />
<ProjectReference Include="..\..\..\ICs.IOExpanders.IS31FL3731\Driver\ICs.IOExpanders.IS31FL3731\ICs.IOExpanders.Is31fl3731.csproj" />
<PackageReference Include="Meadow.Foundation.ICs.IOExpanders.IS31FL3731" Version="0.1.16" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<PackageIconUrl>https://github.com/WildernessLabs/Meadow.Foundation/blob/master/Source/icon.png?raw=true</PackageIconUrl>
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.Foundation</RepositoryUrl>
<PackageTags>Meadow.Foundation, FeatherWing, Led, matrix, HT16K33</PackageTags>
<Version>0.1.12</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>0.1.16</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Driver for AdaFruit 8x16 Matrix LED Featherwing using the HT16K33 driver</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Meadow.Foundation" Version="0.20.0" />
<ProjectReference Include="..\..\..\..\Meadow.Foundation.Peripherals\ICs.IOExpanders.HT16K33\Driver\ICs.IOExpanders.HT16K33\ICs.IOExpanders.HT16K33.csproj" />
<PackageReference Include="Meadow.Foundation.ICs.IOExpanders.Ht16K33" Version="0.6.22" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<PackageIconUrl>https://github.com/WildernessLabs/Meadow.Foundation/blob/master/Source/icon.png?raw=true</PackageIconUrl>
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.Foundation</RepositoryUrl>
<PackageTags>Meadow.Foundation, FeatherWing, MotorWing, motor driver</PackageTags>
<Version>0.1.12</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>0.1.16</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Driver for AdaFruit MotorWing Featherwing</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Meadow.Foundation" Version="0.20.0" />
<ProjectReference Include="..\..\..\..\Meadow.Foundation.Peripherals\ICs.IOExpanders.PCA9685\Driver\ICs.IOExpanders.PCA9685\ICs.IOExpanders.PCA9685.csproj" />
<PackageReference Include="Meadow.Foundation.ICs.IOExpanders.PCA9685" Version="0.1.16" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Meadow.Foundation" Version="0.20.0" />
<ProjectReference Include="..\..\..\..\Meadow.Foundation.Libraries_and_Frameworks\Displays.GraphicsLibrary\Displays.GraphicsLibrary.csproj" />
<PackageReference Include="Meadow.Foundation.Displays.GraphicsLibrary" Version="0.9.22" />
<ProjectReference Include="..\..\..\..\Meadow.Foundation.Peripherals\Displays.Ssd1306\Driver\Displays.Ssd1306\Displays.Ssd1306.csproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<PackageIconUrl>https://github.com/WildernessLabs/Meadow.Foundation/blob/master/Source/icon.png?raw=true</PackageIconUrl>
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.Foundation</RepositoryUrl>
<PackageTags>Meadow.Foundation, FeatherWing, ServoWing, servo, servo motor</PackageTags>
<Version>0.1.12</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>0.1.16</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Driver for AdaFruit ServoWing Featherwing</Description>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\Meadow.Foundation.Peripherals\ICs.IOExpanders.PCA9685\Driver\ICs.IOExpanders.PCA9685\ICs.IOExpanders.PCA9685.csproj" />
<ProjectReference Include="..\..\..\..\Meadow.Foundation.Peripherals\Servos.Servo.Core\Driver\Servos.Servo.Core\Servos.Servo.Core.csproj" />
<PackageReference Include="Meadow.Foundation.ICs.IOExpanders.PCA9685" Version="0.1.16" />
<PackageReference Include="Meadow.Foundation.Servo" Version="0.8.22" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<PackageIconUrl>https://github.com/WildernessLabs/Meadow.Foundation/blob/master/Source/icon.png?raw=true</PackageIconUrl>
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.Foundation</RepositoryUrl>
<PackageTags>Meadow.Foundation, Mt3339, GPS, Adafruit Ultimate GPS, GNSS</PackageTags>
<Version>0.1.13</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>0.1.17</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Driver for MediaTek MT3339 GNSS chip. Also for AdaFruit Ultimate GPS breakouts.</Description>
<RootNamespace>Sensors.Location.MediaTek</RootNamespace>
</PropertyGroup>
Expand All @@ -19,6 +19,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Meadow.Foundation" Version="0.20.0" />
<ProjectReference Include="..\..\..\..\..\Meadow.Foundation.Libraries_and_Frameworks\Sensors.GPS.NMEA\Sensors.Location.Gnss.NmeaParsing.csproj" />
<PackageReference Include="Meadow.Foundation.Sensors.Location.Gnss.NmeaParsing" Version="0.1.19" />
</ItemGroup>
</Project>

0 comments on commit a895880

Please sign in to comment.