Skip to content

Commit

Permalink
Fixed extension to work with new nuget naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed Jun 17, 2015
1 parent 6b3f2dc commit f774c4f
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions FRC Extension/FRC Extension.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
<PropertyGroup>
<MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
Expand Down Expand Up @@ -161,10 +161,10 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Content Include="packages\NetworkTablesDotNet.0.2.5.nupkg">
<Content Include="packages\FRC.NetworkTables.2015.0.4.nupkg">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="packages\WPILib.0.5.5.nupkg">
<Content Include="packages\FRC.WPILib.2015.0.4.nupkg">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="packages.config" />
Expand Down Expand Up @@ -271,4 +271,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
Binary file not shown.
Binary file added FRC Extension/packages/FRC.WPILib.2015.0.4.nupkg
Binary file not shown.
Binary file not shown.
Binary file removed FRC Extension/packages/WPILib.0.5.5.nupkg
Binary file not shown.
4 changes: 2 additions & 2 deletions FRC Extension/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="FRC_Extension" Version="0.1" Language="en-US" Publisher="RobotDotNet" />
<Identity Id="FRC_Extension" Version="2015.0.4" Language="en-US" Publisher="RobotDotNet" />
<DisplayName>FRC Extension</DisplayName>
<Description xml:space="preserve">A plugin for deploying DotNet code onto FRC Robots. Includes an Extension and Templates.</Description>
</Metadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<WizardData>
<packages repository="extension"
repositoryId="FRC_Extension">
<package id="WPILib" version="0.5.5"/>
<package id="NetworkTablesDotNet" version="0.2.5"/>
<package id="FRC.WPILib" version="2015.0.4"/>
<package id="FRC.NetworkTables" version="2015.0.4"/>
</packages>
</WizardData>
</VSTemplate>
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<WizardData>
<packages repository="extension"
repositoryId="FRC_Extension">
<package id="WPILib" version="0.5.5"/>
<package id="NetworkTablesDotNet" version="0.2.5"/>
<package id="FRC.WPILib" version="2015.0.4"/>
<package id="FRC.NetworkTables" version="2015.0.4"/>
</packages>
</WizardData>
</VSTemplate>
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<WizardData>
<packages repository="extension"
repositoryId="FRC_Extension">
<package id="WPILib" version="0.5.5"/>
<package id="NetworkTablesDotNet" version="0.2.5"/>
<package id="FRC.WPILib" version="2015.0.4"/>
<package id="FRC.NetworkTables" version="2015.0.4"/>
</packages>
</WizardData>
</VSTemplate>

0 comments on commit f774c4f

Please # to comment.