Browse Source

Add authorUrl, update VCV modules

pull/379/merge
Andrew Belt 6 years ago
parent
commit
4be69215ce
8 changed files with 25 additions and 7 deletions
  1. +2
    -1
      README.md
  2. +3
    -1
      manifests/AudibleInstruments.json
  3. +3
    -1
      manifests/Befaco.json
  4. +3
    -1
      manifests/Fundamental.json
  5. +5
    -2
      manifests/Grayscale.json
  6. +3
    -0
      manifests/VCV-Console.json
  7. +3
    -1
      manifests/VCV-PulseMatrix.json
  8. +3
    -0
      manifests/VCV-Router.json

+ 2
- 1
README.md View File

@@ -40,7 +40,8 @@ All properties are optional.
- **author**: Your name, company, alias, or GitHub username.
- **license**: The license type of your plugin. Use "proprietary" if all rights are reserved. If your license is in the [SPDX license list](https://spdx.org/licenses/), use its abbreviation in the "Identifier" column.
- **contactEmail**: Your email address for support inquiries.
- **websiteUrl**: The homepage page of your plugin. Omit if redundant with the source URL.
- **websiteUrl**: Homepage featuring the plugin itself.
- **authorUrl**: Homepage of the author.
- **manualUrl**: The manual of your plugin. HTML, PDF, or GitHub readme/wiki are fine.
- **sourceUrl**: The source code homepage. E.g. GitHub repo.
- **donateUrl**: Link to donation page for users who wish to donate. E.g. PayPal URL.


+ 3
- 1
manifests/AudibleInstruments.json View File

@@ -2,7 +2,9 @@
"name": "Audible Instruments",
"author": "VCV",
"license": "BSD-3-Clause",
"manualUrl": "https://vcvrack.com/manual/AudibleInstruments.html",
"homepageUrl": "https://vcvrack.com/manual/AudibleInstruments.html",
"authorUrl": "https://vcvrack.com/",
"manualUrl": "https://vcvrack.com/manual/AudibleInstruments.html#manual",
"sourceUrl": "https://github.com/VCVRack/AudibleInstruments",
"latestVersion": "0.6.0",
"status": "available"

+ 3
- 1
manifests/Befaco.json View File

@@ -2,7 +2,9 @@
"name": "Befaco",
"author": "VCV",
"license": "BSD-3-Clause",
"manualUrl": "https://vcvrack.com/manual/Befaco.html",
"homepageUrl": "https://vcvrack.com/manual/Befaco.html",
"authorUrl": "https://vcvrack.com/",
"manualUrl": "https://vcvrack.com/manual/Befaco.html#manual",
"sourceUrl": "https://github.com/VCVRack/Befaco",
"latestVersion": "0.6.0",
"status": "available"

+ 3
- 1
manifests/Fundamental.json View File

@@ -2,7 +2,9 @@
"name": "Fundamental",
"author": "VCV",
"license": "BSD-3-Clause",
"manualUrl": "https://vcvrack.com/manual/Fundamental.html",
"homepageUrl": "https://vcvrack.com/manual/Fundamental.html",
"authorUrl": "https://vcvrack.com/",
"manualUrl": "https://vcvrack.com/manual/Fundamental.html#manual",
"sourceUrl": "https://github.com/VCVRack/Fundamental",
"latestVersion": "0.6.0",
"status": "available"

+ 5
- 2
manifests/Grayscale.json View File

@@ -2,6 +2,9 @@
"name": "Grayscale",
"author": "VCV",
"license": "proprietary",
"manualUrl": "https://vcvrack.com/manual/Grayscale.html",
"latestVersion": "0.5.0"
"homepageUrl": "https://vcvrack.com/manual/Grayscale.html",
"authorUrl": "https://vcvrack.com/",
"manualUrl": "https://vcvrack.com/manual/Grayscale.html#manual",
"latestVersion": "0.5.0",
"status": "available"
}

+ 3
- 0
manifests/VCV-Console.json View File

@@ -2,6 +2,9 @@
"name": "Console",
"author": "VCV",
"license": "proprietary",
"homepageUrl": "https://vcvrack.com/manual/Console.html",
"authorUrl": "https://vcvrack.com/",
"manualUrl": "https://vcvrack.com/manual/Console.html#manual",
"latestVersion": "0.5.0",
"productId": "521624682539"
}

+ 3
- 1
manifests/VCV-PulseMatrix.json View File

@@ -2,7 +2,9 @@
"name": "Pulse Matrix",
"author": "VCV",
"license": "proprietary",
"manualUrl": "https://vcvrack.com/plugins/PulseMatrix.html",
"homepageUrl": "https://vcvrack.com/manual/PulseMatrix.html",
"authorUrl": "https://vcvrack.com/",
"manualUrl": "https://vcvrack.com/manual/PulseMatrix.html#manual",
"latestVersion": "0.5.1",
"productId": "449821147179"
}

+ 3
- 0
manifests/VCV-Router.json View File

@@ -2,6 +2,9 @@
"name": "Router",
"author": "VCV",
"license": "proprietary",
"homepageUrl": "https://vcvrack.com/manual/Router.html",
"authorUrl": "https://vcvrack.com/",
"manualUrl": "https://vcvrack.com/manual/Router.html#manual",
"latestVersion": "0.5.0",
"productId": "1054185160747"
}

Loading…
Cancel
Save