Skip to content

Commit 7812ecb

Browse files
committed
Updates extenstion packages
Should be ready for release.
1 parent 3a883aa commit 7812ecb

17 files changed

+27
-27
lines changed

FRC-Extension/FRC-Extension.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,16 +216,16 @@
216216
<Content Include="packages\monogame.framework.windowsdx.3.4.0.459.nupkg">
217217
<IncludeInVSIX>true</IncludeInVSIX>
218218
</Content>
219-
<Content Include="packages\FRC.NetworkTables.2016.0.0.146.nupkg">
219+
<Content Include="packages\FRC.NetworkTables.2016.0.0.148.nupkg">
220220
<IncludeInVSIX>true</IncludeInVSIX>
221221
</Content>
222-
<Content Include="packages\FRC.Simulators.MonoGameSimulator.2016.0.0.4.nupkg">
222+
<Content Include="packages\FRC.Simulators.MonoGameSimulator.2016.0.0.5.nupkg">
223223
<IncludeInVSIX>true</IncludeInVSIX>
224224
</Content>
225-
<Content Include="packages\FRC.WPILib.2016.0.0.245.nupkg">
225+
<Content Include="packages\FRC.WPILib.2016.0.0.257.nupkg">
226226
<IncludeInVSIX>true</IncludeInVSIX>
227227
</Content>
228-
<Content Include="packages\FRC.WPILib.Extras.2016.0.0.245.nupkg">
228+
<Content Include="packages\FRC.WPILib.Extras.2016.0.0.257.nupkg">
229229
<IncludeInVSIX>true</IncludeInVSIX>
230230
</Content>
231231
<None Include="source.extension.vsixmanifest">
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Templates/CSharp/Project-Templates/AttributedCommandRobot/AttributedCommandRobot.vstemplate

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
<WizardData>
3131
<packages repository="extension"
3232
repositoryId="FRC_Extension">
33-
<package id="FRC.WPILib" version="2016.0.0.245"/>
34-
<package id="FRC.NetworkTables" version="2016.0.0.146"/>
35-
<package id="FRC.WPILib.Extras" version="2016.0.0.245"/>
33+
<package id="FRC.WPILib" version="2016.0.0.257"/>
34+
<package id="FRC.WPILib.Extras" version="2016.0.0.257"/>
35+
<package id="FRC.NetworkTables" version="2016.0.0.148"/>
3636
</packages>
3737
</WizardData>
3838
</VSTemplate>

0 commit comments

Comments
 (0)