Can you please add version number in your TOC file?
ColliderGX opened this issue ยท 9 comments
Describe the problem
Version number not in toc file
What steps will reproduce the problem?
-
Version: 9.0.1 in toc file
What version of BigWigs are you using? (Stating 'latest' is not useful)
9.0.1
Do you have an error log of what happened?
no
Any additional information? (example: WoW language if not English) (Attach screenshots here if available, do not link externally)
It needs to be added so the version number will show up correctly in my addon manager.
It's there. Download it and see. I just grabbed the latest version off curseforge and it was in the file.
We do have a Version
field in our toc's. Just download any zip file from Curseforge and you'll see something like this:
## Version: v185.3
You can also find them as GitHub release: https://github.com/BigWigsMods/BigWigs/releases/tag/v185.3
This is the BigWigs version - not the targeted WoW version.
If your addon manager can not handle this, it's their fault, not ours.
BigWigs is fully updated, for which addon are you having this issue?
I understand BigWigs is fully updated. My addon manager shows the version as blank because the line "##Version: 9.0.1" is missing in the toc file and was wondering if you could please add it?
We never had a ## Version: 9.0.1 (unless you mean the addon version, that is in there) in our toc files and don't see why it needs to be added, if you want to check what game version the addon supports you should check: ## Interface: 90001
I believe I may have been in error. I am using WoWup, and it appears that items coming from WoWInterface were not able to glean a game version number. They have a ticket open on their own system to possibly fix that in the future. I am waiting on that. I just checked the new BigWigs version you released, and the issue remains. Most likely the WoWup team will need to resolve. Thanks everyone for all your help!