Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

Latest commit

 

History

History
71 lines (38 loc) · 2.87 KB

File metadata and controls

71 lines (38 loc) · 2.87 KB

Changelog

All notable changes to Buildvana.Cake will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased changes

New features

Changes to existing features

Bugs fixed in this release

Known problems introduced by this release

1.0.36-preview (2025-08-17)

New features

  • New property GitService.Origin holds the name of the origin remote.

Changes to existing features

  • The value for property GitService.MainBranch is now looked for among branch names for the origin remote (property GitService.Origin). Previously it was looked for among local branch names.
  • Property GitService.MainBranch will now be an empty string if a suitable "main" branch is not found on the origin remote. Previously the constructor of GitService would throw if no valid value was found for MainBranch.

1.0.33-preview (2025-08-17)

Bugs fixed in this release

  • Script setup might fail if the configured remote was not "origin".

1.0.29-preview (2025-08-17)

Bugs fixed in this release

  • A compilation error in Release.cake due to an unfinished change was fixed.

1.0.23-preview (2025-08-15) (DEPRECATED)

Changes to existing features

  • When a version specification change is applied by the Release task, the old version spec is now logged together with the new one.

1.0.16-preview (2024-05-10)

Bugs fixed in this release

  • Dependency Docfx.App has been downgraded from version 2.76.0 to version 2.75.3, in order to avoid Roslyn version conflicts with Cake.
  • Service ChangelogService was not registered for Dependency Injection.

1.0.11-preview (2024-05-10)

New features

  • Work has begun to support CI systems other than GitHub, although GitHub is the only one actually supported for now.

Changes to existing features

  • Scripts have been completely reorganized and massively refactored.
  • Tasks CleanAll and LocalCleanAll have been replaced by Prepare.

Bugs fixed in this release

  • Buildvana.Cake's NuGet package now declares no dependencies. Previously it was "dependent" on the target platform for which it was "built", which makes little sense as it contains no compiled code.

1.0.4-preview (2024-04-20)

Initial release, based on scripts already in use at Tenacom.