Mathijs-Bakker / Extenject

Dependency Injection Framework for Unity Game Engine
MIT License
509 stars 96 forks source link

Git tag (9.3.0) does not match package.json version (9.2.0) #44

Open krisrok opened 2 years ago

krisrok commented 2 years ago

Hard to keep track of the right version this way.

Also there are even more confusing some zombie files in this directory. Maybe they can be cleaned up? https://github.com/Mathijs-Bakker/Extenject/blob/master/UnityProject/Assets/Plugins/Zenject/

especially https://github.com/Mathijs-Bakker/Extenject/blob/master/UnityProject/Assets/Plugins/Zenject/Version.txt (saying 9.1.0) and another package.json: https://github.com/Mathijs-Bakker/Extenject/blob/master/UnityProject/Assets/Plugins/Zenject/package.json (saying 0.0.1)

loverainstm commented 2 years ago

another problem is the file name too long for compositestaller in test folder

tsgcpp commented 2 years ago

@loverainstm

another problem is the file name too long for compositestaller in test folder

Is it for a limit of 260 characters?

https://stackoverflow.com/questions/22575662/filename-too-long-in-git-for-windows

ImInfenix commented 1 year ago

This could be easily solved, but what should the version in package.json be ? Should it be 9.3.1 (current last release) or 9.3.2 as the HEAD of this repo is currently not resolved ? @Mathijs-Bakker Do you have any guideline to follow for this ? It is true that it's a bit confusing in the editor view.

image .

Mathijs-Bakker commented 1 year ago

Yes, it should be current release.

I think it would be best if the semver is automated. As it's easy to forget to do this manually.

Need to check if there's a Github workflow for writing the semver into the project file.