Skip to content

Releases: AshleighAdams/Verlite

v1.1.0-beta.1

28 Mar 19:28
v1.1.0-beta.1
a657f9d
Compare
Choose a tag to compare
v1.1.0-beta.1 Pre-release
Pre-release
  • Gained ability to arbitrarily filter tags. (#6)
  • Verlite.MsBuild: Major internal reworking using MsBuild ITasks.
  • Verlite.CLI: Prefixes in stderr are no longer required.
  • Verlite.Core: Corrected the escaping of arguments. (#15)

v1.0.2

03 Mar 21:33
v1.0.2
127cee8
Compare
Choose a tag to compare
  • Fixed "Verlite:" being appended twice in verbose output.

v1.0.1

27 Feb 00:25
v1.0.1
a6a7608
Compare
Choose a tag to compare
  • Auto fetch fetches from the deepest commit, falling back if the server lacks support. (#14)
  • Added ICommandRunner, injected into GitRepoInspector for testing fallback fetch behavior. (#14)

v1.0.0

25 Feb 20:57
v1.0.0
9671a81
Compare
Choose a tag to compare

First production ready release.

v1.0.0-rc.1

25 Feb 20:32
v1.0.0-rc.1
9671a81
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

Documentation and meta changes.

v1.0.0-beta.1

10 Feb 00:03
v1.0.0-beta.1
fd8e65f
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release
v1.0.0-beta.1

v0.5.0

06 Feb 04:48
v0.5.0
7922d35
Compare
Choose a tag to compare
  • XmlDoc comments.
  • Breaking: removed -f short opt for --auto-fetch.
  • Added integration tests, which highlighted:
    • Fixed --version-override and VerliteVersionOverride.
    • Fixed Verlite.MsBuild with log output breaking.

v0.4.0

02 Feb 20:05
v0.4.0
7f4e9ab
Compare
Choose a tag to compare
  • Added support for setting the version part increment.
  • Implemented verbosity.
  • Added a package icon.
  • Breaking: Renamed auto fetch short opt from from -a to -f.

v0.3.0

01 Feb 17:39
v0.3.0
2f01d00
Compare
Choose a tag to compare
  • Fixed height calculation bug from relocated responsibility.
  • Internal refactoring.
  • Tests the CLI interface.

v0.2.0

31 Jan 23:55
v0.2.0
ad5b21d
Compare
Choose a tag to compare
  • Added equality checking for TaggedVersion.
  • Fixed crash when repo has no HEAD commit.
  • Fixed height calculation when the repo has no HEAD commit.
  • Fixed height calculation with no version tags returning 1 too shallow.
  • Fixed GitRepoInspector not waiting for git to complete on Linux.
  • Fixed possibility of FetchTag() shallowing repo to tag.
  • Internal refactoring to clean up.
  • Added tests covering all of the core components.