Skip to content

Releases: AshleighAdams/Verlite

v2.0.0-alpha.1

30 Aug 23:38
ca13bd1
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release
  • Take into account all parents for version calculation. (#40)
  • Removed deprecated APIs. (#47)
    • Removed GitRepoInspector.FromPath() compatibility functions.
    • Removed IRepoInspector.FetchTag(tag, remote).
    • Removed IRepoInspector.GetParent(commit).
    • Removed VersionCalculationOptions.MinimiumVersion.
  • Added --remote/VerliteRemote to specify from where commits and tags are fetched. (#47)

v1.2.0

24 Aug 22:52
9b8f9c8
Compare
Choose a tag to compare
  • Deprecated IRepoInspector.GetParent() in favor of GetParents(). (#41)
  • Deprecated IRepoInspector.FetchTag(tag, remote) in favor of FetchTag(tag). (#41)

v1.2.0-rc.1

21 Aug 17:26
v1.2.0-rc.1
2e417b7
Compare
Choose a tag to compare
v1.2.0-rc.1 Pre-release
Pre-release
  • Deprecated IRepoInspector.GetParent() in favor of GetParents().
  • Deprecated IRepoInspector.FetchTag(tag, remote) in favor of FetchTag(tag).

v1.1.2

20 Aug 17:32
v1.1.2
befacd4
Compare
Choose a tag to compare
  • Fixed build meta being included in the next prerelease version if present.

v1.1.1

20 Aug 16:47
v1.1.1
2e526e1
Compare
Choose a tag to compare

Allow Verlite.CLI to be build with other target frameworks. (#37)

v1.1.1-rc.1

12 Aug 21:09
v1.1.1-rc.1
2e526e1
Compare
Choose a tag to compare
v1.1.1-rc.1 Pre-release
Pre-release
  • Allow Verlite.CLI to be build with other target frameworks. (#37)

v1.1.0

30 Mar 21:55
v1.1.0
d74dc8b
Compare
Choose a tag to compare
  • Gained ability to arbitrarily filter tags. (#6)
  • Verlite.MsBuild: Major internal reworking using MsBuild ITasks.
  • Verlite.CLI: Prefixes in stderr output removed as no longer needed.
  • Verlite.Core: Corrected the escaping of arguments. (#15)
  • Drop MsBuild from .NET Standard 2.1 to 2.0. (#26)
  • Fixed MinimumVersion typo in Verlite.Core.

v1.1.0-rc.2

29 Mar 22:03
v1.1.0-rc.2
d74dc8b
Compare
Choose a tag to compare
v1.1.0-rc.2 Pre-release
Pre-release
  • Fixed MinimumVersion typo in Verlite.Core.
    Obsoleted the old property, and redirects to the new.

v1.1.0-rc.1

29 Mar 00:52
v1.1.0-rc.1
80329c9
Compare
Choose a tag to compare
v1.1.0-rc.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)
  • Drop MsBuild from .NET Standard 2.1 to 2.0. (#26)

v1.1.0-beta.2

28 Mar 21:20
v1.1.0-beta.2
e073b02
Compare
Choose a tag to compare
v1.1.0-beta.2 Pre-release
Pre-release
  • Drop MsBuild to .NET Standard 2.0. (#26)