XRTK / com.xrtk.core

The Official Mixed Reality Framework for Unity
https://xrtk.io
MIT License
309 stars 34 forks source link

Latest release doesn't work with package seed #168

Closed StephenHodgson closed 5 years ago

StephenHodgson commented 5 years ago

XRTK - Mixed Reality Toolkit Bug Report

Describe the bug

Latest release version is incompatible with the release mechanisms we're using to get the latest tag.

Expected behavior

Package seed should download the latest tag no matter the number.

Actual behavior

Package seed is installing 0.1.9 instead of 0.1.10

Screenshots

If applicable, add screenshots to help explain your problem.

Your Setup (please complete the following information)

Target Platform (please complete the following information)

Additional Context

Seems like the sort we're doing shows it as: image

Ideally we want to sort by date not tag number alone.

StephenHodgson commented 5 years ago

Okay fixed now, and I updated the 0.1.10 release package with the fix.