Skip to content

Commit

Permalink
Fixing Build
Browse files Browse the repository at this point in the history
The nuget files needed to have the version number in the name, so i had
to add that.
  • Loading branch information
ThadHouse committed Jun 6, 2015
1 parent d337bb1 commit 4fcad08
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions FRC Robot Templates/FRC Robot Templates.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 ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
Expand Down Expand Up @@ -64,10 +64,10 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="packages\NetworkTablesDotNet.nupkg">
<Content Include="packages\NetworkTablesDotNet.0.2.1.nupkg">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="packages\WPILib.nupkg">
<Content Include="packages\WPILib.0.5.2.nupkg">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="source.extension.vsixmanifest">
Expand Down Expand Up @@ -165,4 +165,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
File renamed without changes.
2 changes: 1 addition & 1 deletion FRC Robot Templates/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?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_Robot_Templates" Version="0.5.1.0" Language="en-US" Publisher="RobotDotNet" />
<Identity Id="FRC_Robot_Templates" Version="0.5.2.0" Language="en-US" Publisher="RobotDotNet" />
<DisplayName>FRC Robot Templates</DisplayName>
<Description xml:space="preserve">A package containing both C# and VB Templates for building FRC Robots.</Description>
</Metadata>
Expand Down
Binary file modified TemplatePatcher.exe
Binary file not shown.

0 comments on commit 4fcad08

Please sign in to comment.