Releases: AshleighAdams/Verlite
Releases · AshleighAdams/Verlite
v2.0.0-alpha.1
- 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
.
- Removed
- Added
--remote
/VerliteRemote
to specify from where commits and tags are fetched. (#47)
v1.2.0
v1.2.0-rc.1
- Deprecated
IRepoInspector.GetParent()
in favor ofGetParents()
. - Deprecated
IRepoInspector.FetchTag(tag, remote)
in favor ofFetchTag(tag)
.
v1.1.2
- Fixed build meta being included in the next prerelease version if present.
v1.1.1
v1.1.1-rc.1
- Allow Verlite.CLI to be build with other target frameworks. (#37)
v1.1.0
- 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
- Fixed MinimumVersion typo in Verlite.Core.
Obsoleted the old property, and redirects to the new.
v1.1.0-rc.1
v1.1.0-beta.2
- Drop MsBuild to .NET Standard 2.0. (#26)