This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* fix to resolve #300, properly sorts the tag versions returned by Git based on a 3 digit version code. Select the actual latest version based on: x.x.x version number Previously, last was determined by the double value parsed value, which is incorrectly sorted by .NET. Now sorts by each individual version identifier to locate the latest. * Restored missing variable
- Loading branch information