stella3d / OscCore

A performance-oriented OSC library for Unity
MIT License
160 stars 29 forks source link

Merge package.json back to master branch #7

Closed favoyang closed 2 years ago

favoyang commented 4 years ago

Hi @stella3d,

Thanks for making this awesome UPM package. I'm the creator of the OpenUPM platform, an open-source UPM registry, and continuous build service based on Git tags. It's hosting more than 200+ open-source UPM packages at the time of writing.

A folk submitted your packages to the platform which brings me here. https://openupm.com/packages/com.stella3d.osccore/

It looks good, but OpenUPM still needs a valid Git Tag to work with. You already have GitHub releases (which created Git tags) based on the master branch. However, the upm branch is ahead of the master branch. So our build pipelines failed to locate the package.json from existing Git tags.

Could you please merge the changes back to the master branch, then re-tag the latest release (or bump the version to create a new GitHub release). Then our build pipelines will catch up.