Skip to content

Commit 0338e05

Browse files
committed
Updates nupkg files, and updates templates
All templates Tested and working, except for the MonoGame one.
1 parent 6a7fc69 commit 0338e05

25 files changed

+89
-50
lines changed

FRC-Extension/FRC-Extension.csproj

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,16 +213,19 @@
213213
<Content Include="LICENSE.txt">
214214
<IncludeInVSIX>true</IncludeInVSIX>
215215
</Content>
216-
<Content Include="packages\FRC.NetworkTables.2016.0.0.97.nupkg">
216+
<Content Include="packages\monogame.framework.windowsdx.3.4.0.459.nupkg">
217217
<IncludeInVSIX>true</IncludeInVSIX>
218218
</Content>
219-
<Content Include="packages\FRC.WPILib.2016.0.0.29.nupkg">
219+
<Content Include="packages\FRC.NetworkTables.2016.0.0.146.nupkg">
220220
<IncludeInVSIX>true</IncludeInVSIX>
221221
</Content>
222-
<Content Include="packages\FRC.WPILib.Extras.2016.0.0.29.nupkg">
222+
<Content Include="packages\FRC.Simulators.MonoGameSimulator.2016.0.0.4.nupkg">
223223
<IncludeInVSIX>true</IncludeInVSIX>
224224
</Content>
225-
<Content Include="packages\monogame.framework.windowsdx.3.4.0.459.nupkg">
225+
<Content Include="packages\FRC.WPILib.2016.0.0.245.nupkg">
226+
<IncludeInVSIX>true</IncludeInVSIX>
227+
</Content>
228+
<Content Include="packages\FRC.WPILib.Extras.2016.0.0.245.nupkg">
226229
<IncludeInVSIX>true</IncludeInVSIX>
227230
</Content>
228231
<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.

FRC-Extension/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="FRC_Extension" Version="2015.10.10" Language="en-US" Publisher="RobotDotNet" />
4+
<Identity Id="FRC_Extension" Version="2015.10.12" Language="en-US" Publisher="RobotDotNet" />
55
<DisplayName>FRC Extension</DisplayName>
66
<Description xml:space="preserve">A plugin for deploying DotNet code onto FRC Robots. Includes an Extension and Templates.</Description>
77
<License>LICENSE.txt</License>

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<ProjectItem ReplaceParameters="true" TargetFileName="Properties\AssemblyInfo.cs">AssemblyInfo.cs</ProjectItem>
1818
<ProjectItem ReplaceParameters="true" TargetFileName="$safeprojectname$.cs" OpenInEditor="true">Robot.cs</ProjectItem>
1919
<ProjectItem ReplaceParameters="true">Program.cs</ProjectItem>
20+
<ProjectItem ReplaceParameters="true">RobotMap.cs</ProjectItem>
2021
<ProjectItem ReplaceParameters="true">Commands/ExampleAutonomousCommand.cs</ProjectItem>
2122
<ProjectItem ReplaceParameters="true">Commands/ExampleCommand.cs</ProjectItem>
2223
<ProjectItem ReplaceParameters="true">Subsystems/ExampleSubsystem.cs</ProjectItem>
@@ -29,9 +30,9 @@
2930
<WizardData>
3031
<packages repository="extension"
3132
repositoryId="FRC_Extension">
32-
<package id="FRC.WPILib" version="2016.0.0.29"/>
33-
<package id="FRC.NetworkTables" version="2016.0.0.97"/>
34-
<package id="FRC.WPILib.Extras" version="2016.0.0.29"/>
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"/>
3536
</packages>
3637
</WizardData>
3738
</VSTemplate>

0 commit comments

Comments
 (0)