Skip to content

Commit 384abde

Browse files
committed
Reverts the extension back to 2016.0.0
Still going to be a few changes that need to be made.
1 parent b1e51f7 commit 384abde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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="2016.0.1" Language="en-US" Publisher="RobotDotNet" />
4+
<Identity Id="FRC_Extension" Version="2016.0.0" 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>

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 2016.0.1.{build}
1+
version: 2016.0.0.{build}
22
skip_tags: true
33
os: Visual Studio 2015
44
configuration: Release

0 commit comments

Comments
 (0)