Use semantic versioning for all plugin.json

CURA-3712
This commit is contained in:
Lipu Fei 2017-06-22 08:57:20 +02:00
parent 73f598ff9f
commit 4ea8cc448a
20 changed files with 20 additions and 20 deletions

View file

@ -1,7 +1,7 @@
{
"name": "Cura Profile Reader",
"author": "Ultimaker",
"version": "1.0",
"version": "1.0.0",
"description": "Provides support for importing Cura profiles.",
"api": 4,
"i18n-catalog": "cura"

View file

@ -1,7 +1,7 @@
{
"name": "Cura Profile Writer",
"author": "Ultimaker",
"version": "1.0",
"version": "1.0.0",
"description": "Provides support for exporting Cura profiles.",
"api": 4,
"i18n-catalog":"cura"

View file

@ -1,7 +1,7 @@
{
"name": "G-code Reader",
"author": "Victor Larchenko",
"version": "1.0",
"version": "1.0.0",
"description": "Allows loading and displaying G-code files.",
"api": 4,
"i18n-catalog": "cura"

View file

@ -1,7 +1,7 @@
{
"name": "GCode Writer",
"author": "Ultimaker",
"version": "1.0",
"version": "1.0.0",
"description": "Writes GCode to a file.",
"api": 4,
"i18n-catalog": "cura"

View file

@ -1,7 +1,7 @@
{
"name": "Image Reader",
"author": "Ultimaker",
"version": "1.0",
"version": "1.0.0",
"description": "Enables ability to generate printable geometry from 2D image files.",
"api": 4,
"i18n-catalog": "cura"

View file

@ -1,7 +1,7 @@
{
"name": "Layer View",
"author": "Ultimaker",
"version": "1.0",
"version": "1.0.0",
"description": "Provides the Layer view.",
"api": 4,
"i18n-catalog": "cura"

View file

@ -1,7 +1,7 @@
{
"name": "Legacy Cura Profile Reader",
"author": "Ultimaker",
"version": "1.0",
"version": "1.0.0",
"description": "Provides support for importing profiles from legacy Cura versions.",
"api": 4,
"i18n-catalog": "cura"

View file

@ -1,7 +1,7 @@
{
"name": "Per Model Settings Tool",
"author": "Ultimaker",
"version": "1.0",
"version": "1.0.0",
"description": "Provides the Per Model Settings.",
"api": 4,
"i18n-catalog": "cura"

View file

@ -2,7 +2,7 @@
"name": "Removable Drive Output Device Plugin",
"author": "Ultimaker B.V.",
"description": "Provides removable drive hotplugging and writing support.",
"version": "1.0",
"version": "1.0.0",
"api": 4,
"i18n-catalog": "cura"
}

View file

@ -1,7 +1,7 @@
{
"name": "Slice info",
"author": "Ultimaker",
"version": "1.0",
"version": "1.0.0",
"description": "Submits anonymous slice info. Can be disabled through preferences.",
"api": 4,
"i18n-catalog": "cura"

View file

@ -1,7 +1,7 @@
{
"name": "Solid View",
"author": "Ultimaker",
"version": "1.0",
"version": "1.0.0",
"description": "Provides a normal solid mesh view.",
"api": 4,
"i18n-catalog": "cura"

View file

@ -2,7 +2,7 @@
"name": "UM3 Network Connection",
"author": "Ultimaker",
"description": "Manages network connections to Ultimaker 3 printers",
"version": "1.0",
"version": "1.0.0",
"api": 4,
"i18n-catalog": "cura"
}

View file

@ -1,7 +1,7 @@
{
"name": "USB printing",
"author": "Ultimaker",
"version": "1.0",
"version": "1.0.0",
"api": 4,
"description": "Accepts G-Code and sends them to a printer. Plugin can also update firmware.",
"i18n-catalog": "cura"

View file

@ -1,7 +1,7 @@
{
"name": "Ultimaker machine actions",
"author": "Ultimaker",
"version": "1.0",
"version": "1.0.0",
"description": "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc)",
"api": 4,
"i18n-catalog": "cura"

View file

@ -1,7 +1,7 @@
{
"name": "Version Upgrade 2.1 to 2.2",
"author": "Ultimaker",
"version": "1.0",
"version": "1.0.0",
"description": "Upgrades configurations from Cura 2.1 to Cura 2.2.",
"api": 4,
"i18n-catalog": "cura"

View file

@ -1,7 +1,7 @@
{
"name": "Version Upgrade 2.2 to 2.4",
"author": "Ultimaker",
"version": "1.0",
"version": "1.0.0",
"description": "Upgrades configurations from Cura 2.2 to Cura 2.4.",
"api": 4,
"i18n-catalog": "cura"

View file

@ -1,7 +1,7 @@
{
"name": "Version Upgrade 2.5 to 2.6",
"author": "Ultimaker",
"version": "1.0",
"version": "1.0.0",
"description": "Upgrades configurations from Cura 2.5 to Cura 2.6.",
"api": 4,
"i18n-catalog": "cura"

View file

@ -1,7 +1,7 @@
{
"name": "X3D Reader",
"author": "Seva Alekseyev",
"version": "0.5",
"version": "0.5.0",
"description": "Provides support for reading X3D files.",
"api": 4,
"i18n-catalog": "cura"

View file

@ -1,7 +1,7 @@
{
"name": "X-Ray View",
"author": "Ultimaker",
"version": "1.0",
"version": "1.0.0",
"description": "Provides the X-Ray view.",
"api": 4,
"i18n-catalog": "cura"

View file

@ -1,7 +1,7 @@
{
"name": "Material Profiles",
"author": "Ultimaker",
"version": "1.0",
"version": "1.0.0",
"description": "Provides capabilities to read and write XML-based material profiles.",
"api": 4,
"i18n-catalog": "cura"