Skip to content

Commit

Permalink
Updates NetworkTables and HAL
Browse files Browse the repository at this point in the history
This should be the last HAL and NetworkTables update before the season
starts.
  • Loading branch information
ThadHouse committed Jan 5, 2016
1 parent 46aac5c commit 2ee83a4
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
Binary file modified HAL/AthenaHAL/Native/libHALAthena.so
Binary file not shown.
4 changes: 2 additions & 2 deletions WPILib.Extras/WPILib.Extras.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<NoWarn>1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="NetworkTables, Version=2016.0.0.146, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FRC.NetworkTables.2016.0.0.146\lib\net45\NetworkTables.dll</HintPath>
<Reference Include="NetworkTables, Version=2016.0.0.148, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FRC.NetworkTables.2016.0.0.148\lib\net45\NetworkTables.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion WPILib.Extras/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FRC.NetworkTables" version="2016.0.0.146" targetFramework="net45" />
<package id="FRC.NetworkTables" version="2016.0.0.148" targetFramework="net45" />
</packages>
4 changes: 2 additions & 2 deletions WPILib.IntegrationTests/WPILib.IntegrationTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="NetworkTables, Version=2016.0.0.146, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FRC.NetworkTables.2016.0.0.146\lib\net45\NetworkTables.dll</HintPath>
<Reference Include="NetworkTables, Version=2016.0.0.148, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FRC.NetworkTables.2016.0.0.148\lib\net45\NetworkTables.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion WPILib.IntegrationTests/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FRC.NetworkTables" version="2016.0.0.146" targetFramework="net45" />
<package id="FRC.NetworkTables" version="2016.0.0.148" targetFramework="net45" />
<package id="NUnit" version="2.6.4" targetFramework="net45" />
</packages>
4 changes: 2 additions & 2 deletions WPILib.Tests/WPILib.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="NetworkTables, Version=2016.0.0.146, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FRC.NetworkTables.2016.0.0.146\lib\net45\NetworkTables.dll</HintPath>
<Reference Include="NetworkTables, Version=2016.0.0.148, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FRC.NetworkTables.2016.0.0.148\lib\net45\NetworkTables.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion WPILib.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FRC.NetworkTables" version="2016.0.0.146" targetFramework="net45" />
<package id="FRC.NetworkTables" version="2016.0.0.148" targetFramework="net45" />
<package id="Microsoft.CodeAnalysis.Analyzers" version="1.0.0" targetFramework="net45" />
<package id="Microsoft.CodeAnalysis.Common" version="1.0.0" targetFramework="net45" />
<package id="Microsoft.CodeAnalysis.CSharp" version="1.0.0" targetFramework="net45" />
Expand Down
4 changes: 2 additions & 2 deletions WPILib/WPILib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<NoWarn>1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="NetworkTables, Version=2016.0.0.146, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FRC.NetworkTables.2016.0.0.146\lib\net45\NetworkTables.dll</HintPath>
<Reference Include="NetworkTables, Version=2016.0.0.148, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FRC.NetworkTables.2016.0.0.148\lib\net45\NetworkTables.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion WPILib/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FRC.NetworkTables" version="2016.0.0.146" targetFramework="net45" />
<package id="FRC.NetworkTables" version="2016.0.0.148" targetFramework="net45" />
</packages>

0 comments on commit 2ee83a4

Please sign in to comment.