Skip to content

Commit 805418d

Browse files
committed
Adds Patcher to easily update package versions.
Just place the nuget downloaded packages into the packages folder, and run the patcher. It will update everything else.
1 parent c884bbf commit 805418d

25 files changed

+28
-283
lines changed

ExtensionPatcher.exe

10 KB
Binary file not shown.

FRC-Extension/FRC-Extension.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
33
<PropertyGroup>
44
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
@@ -219,13 +219,13 @@
219219
<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.5.nupkg">
222+
<Content Include="packages\FRC.Simulators.MonoGameSimulator.2016.0.0.6.nupkg">
223223
<IncludeInVSIX>true</IncludeInVSIX>
224224
</Content>
225-
<Content Include="packages\FRC.WPILib.2016.0.0.257.nupkg">
225+
<Content Include="packages\FRC.WPILib.2016.0.0.258.nupkg">
226226
<IncludeInVSIX>true</IncludeInVSIX>
227227
</Content>
228-
<Content Include="packages\FRC.WPILib.Extras.2016.0.0.257.nupkg">
228+
<Content Include="packages\FRC.WPILib.Extras.2016.0.0.258.nupkg">
229229
<IncludeInVSIX>true</IncludeInVSIX>
230230
</Content>
231231
<None Include="source.extension.vsixmanifest">
@@ -372,4 +372,4 @@
372372
<Target Name="AfterBuild">
373373
</Target>
374374
-->
375-
</Project>
375+
</Project>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

TemplatePatcher.exe

-12 KB
Binary file not shown.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<VSTemplate Version="3.0.0" Type="Project" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" xmlns:sdk="http://schemas.microsoft.com/developer/vstemplate-sdkextension/2010">
33
<TemplateData>
44
<Name>Attributed Command Robot</Name>
@@ -30,9 +30,9 @@
3030
<WizardData>
3131
<packages repository="extension"
3232
repositoryId="FRC_Extension">
33-
<package id="FRC.WPILib" version="2016.0.0.257"/>
34-
<package id="FRC.WPILib.Extras" version="2016.0.0.257"/>
33+
<package id="FRC.WPILib" version="2016.0.0.258"/>
34+
<package id="FRC.WPILib.Extras" version="2016.0.0.258"/>
3535
<package id="FRC.NetworkTables" version="2016.0.0.148"/>
3636
</packages>
3737
</WizardData>
38-
</VSTemplate>
38+
</VSTemplate>

0 commit comments

Comments
 (0)