Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Lhun opened this issue Jul 6, 2023 · 2 comments
Closed

Comments

@Lhun
Copy link

Lhun commented Jul 6, 2023

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
Copy link
Collaborator

towneh commented Jul 6, 2023

This was fixed last night in #21

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

@towneh
Copy link
Collaborator

towneh commented Jul 6, 2023

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

@towneh towneh closed this as completed Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants