AcChosen / VR-Stage-Lighting

A collection of HLSL shaders, UdonSharp scripts, 3D models, prefabs, and assets designed to emulate the real control, quality, and complexity of professional stage lighting into VRChat in as many ways as possible.
MIT License
338 stars 23 forks source link

SemVer compatible values are required in packages.json (3 digit versioning) #22

Closed Lhun closed 1 year ago

Lhun commented 1 year ago

Really simple fix, add a digit to packages.json line 4.

{
  "name": "com.acchosen.vr-stage-lighting",
  "displayName": "VR Stage Lighting",
  "version": "2.4.0",
  "description": "A collection of HLSL shaders, UdonSharp scripts, 3D models, prefabs, and assets designed to emulate the real control, quality, and complexity of professional stage lighting into VRChat in as many ways as possible.",
  "gitDependencies": {},
  "vpmDependencies": {},
  "legacyFolders": {},
  "legacyFiles": {},
  "localPath": "I:\\VRSL2022\\Packages\\com.acchosen.vr-stage-lighting",
  "dependencies": {
    "com.llealloo.audiolink": "0.3.1"
  }
}
towneh commented 1 year ago

This was fixed last night in https://github.com/AcChosen/VR-Stage-Lighting/pull/21

Additionally a new VPM community repo is being set up https://github.com/AcChosen/vrsl-vpm

towneh commented 1 year ago

https://github.com/AcChosen/VR-Stage-Lighting/blob/main/Packages/com.acchosen.vr-stage-lighting/package.json now in the desired state, VPM community now setup at https://vpm.vrsl.dev/ to deploy releases via GitHub Actions