Libraries: version now compliant with semver. See http://semver.org/

This commit is contained in:
Federico Fissore 2015-03-27 15:01:49 +01:00
parent c21b8b7445
commit f7106ecc65
19 changed files with 19 additions and 18 deletions

View File

@ -1,5 +1,5 @@
name=Audio
version=1.0
version=1.0.0
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Allows playing audio files from an SD card. For Arduino DUE only.

View File

@ -1,5 +1,5 @@
name=Bridge
version=1.0
version=1.0.0
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Enables the communication between the Linux processor and the AVR. For Arduino Yún and TRE only.

View File

@ -1,5 +1,5 @@
name=Esplora
version=1.0
version=1.0.0
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Grants easy access to the various sensors and actuators of the Esplora. For Arduino Esplora only.

1
libraries/Ethernet/asd Normal file
View File

@ -0,0 +1 @@
1.0.0

View File

@ -1,5 +1,5 @@
name=Ethernet
version=1.0
version=1.0.0
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards.

View File

@ -1,5 +1,5 @@
name=GSM
version=1.0
version=1.0.0
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.

View File

@ -1,5 +1,5 @@
name=LiquidCrystal
version=1.0
version=1.0.0
author=Arduino, Adafruit
maintainer=Arduino <info@arduino.cc>
sentence=Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.

View File

@ -1,5 +1,5 @@
name=Robot IR Remote
version=1.0
version=1.0.0
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Allows controlling the Arduino Robot via an IR remote control. For Arduino Robot only.

View File

@ -1,5 +1,5 @@
name=Robot Control
version=1.0
version=1.0.0
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Enables easy access to the controls of the Arduino Robot Control board. For Arduino Robot only.

View File

@ -1,5 +1,5 @@
name=Robot Motor
version=1.0
version=1.0.0
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Enables easy access to the motors of the Arduino Robot Motor board. For Arduino Robot only.

View File

@ -1,5 +1,5 @@
name=SD
version=1.0
version=1.0.0
author=Arduino, SparkFun
maintainer=Arduino <info@arduino.cc>
sentence=Enables reading and writing on SD cards. For all Arduino boards.

View File

@ -1,5 +1,5 @@
name=Scheduler
version=0.4
version=0.4.0
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Allows multiple tasks to run at the same time, without interrupting each other. For Arduino DUE only.

View File

@ -1,5 +1,5 @@
name=Servo
version=1.0
version=1.0.0
author=Michael Margolis, Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Allows Arduino boards to control a variety of servo motors. For all Arduino boards.

View File

@ -6,6 +6,6 @@ paragraph=This library was developed to enable you to easily connect the Arduino
category=Communication
url=https://github.com/julioterra/yunSpacebrew
architectures=avr
version=1.0
version=1.0.0
dependencies=Bridge
core-dependencies=arduino (>=1.5.0)

View File

@ -1,5 +1,5 @@
name=Stepper
version=1.0
version=1.0.0
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Allows Arduino boards to control a variety of stepper motors. For all Arduino boards.

View File

@ -1,5 +1,5 @@
name=TFT
version=1.0
version=1.0.0
author=Arduino, Adafruit
maintainer=Arduino <info@arduino.cc>
sentence=Allows drawing text, images, and shapes on the Arduino TFT graphical display. For all Arduino boards.

View File

@ -6,5 +6,5 @@ paragraph=Use this library to connect your Arduino board to Temboo, making it si
category=Communication
url=http://www.temboo.com/arduino
architectures=*
version=1.1
version=1.1.0
core-dependencies=arduino (>=1.5.0)

View File

@ -1,5 +1,5 @@
name=USBHost
version=1.0
version=1.0.0
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Allows the communication with USB peripherals like mice, keyboards, and thumbdrives. For Arduino DUE only.

View File

@ -1,5 +1,5 @@
name=WiFi
version=1.2
version=1.2.0
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Enables network connection (local and Internet) using the Arduino WiFi shield. For all Arduino boards.