Bake 0.9.21-beta

This is a prerelease version of Bake.
There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global Bake --version 0.9.21-beta
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Bake --version 0.9.21-beta
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Bake&version=0.9.21-beta&prerelease
                    
nuke :add-package Bake --version 0.9.21-beta
                    

{
 SolutionName: Bake,
 BuildTime: 2022-02-16T20:56:21.5537502+00:00,
 Version: 0.9.21-beta,
 LegacyVersion: 0.9.21,
 BakeVersion: 1.0.0.0,
 ReleaseNotes: * New: If there is no `.dockerignore` file found when building a `Dockerfile`,\n  create one with some sensible defaults\n* New: By default, Docker builds will compress build context before sending\n  it to the Docker daemon\n* Fixed: Required `RepositoryUrl` parameter for NuGet packages is now\n  the correct URL for the repository... for real this time,
 GitSha: 5d711a63c852cb1e261d2cdb4182b230dea8ad01,
 GitHubRepositoryUrl: https://github.com/rasmus/Bake,
 GitHubOwner: rasmus,
 GitHubRepository: Bake
}

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.37.51 1,058 2/10/2025
0.36.50 903 1/23/2025
0.35.48-beta 253 1/11/2025
0.34.47-beta 193 1/10/2025
0.33.46-beta 172 1/8/2025
0.32.45-beta 172 1/7/2025
0.31.44-beta 273 12/31/2024
0.30.43-beta 945 11/14/2024
0.29.42-beta 201 10/22/2024
0.28.41-beta 167 10/22/2024
0.27.40-beta 259 9/24/2024
0.26.39-beta 203 9/5/2024
0.25.38-beta 436 6/30/2024
0.24.37-beta 193 4/4/2024
0.23.36-beta 766 2/8/2024
0.22.35-beta 236 1/11/2024
0.21.34-beta 1,269 6/13/2023
0.20.33-beta 312 3/10/2023
0.19.32-beta 805 12/11/2022
0.18.31-beta 284 11/21/2022
0.17.29-beta 809 10/7/2022
0.16.28-beta 467 8/2/2022
0.15.27-beta 480 5/15/2022
0.14.26-beta 436 5/14/2022
0.13.25-beta 323 5/14/2022
0.12.24-beta 867 2/24/2022
0.10.22-beta 384 2/23/2022
0.9.21-beta 376 2/16/2022
0.7.19-beta 392 1/19/2022
0.6.18-beta 423 1/15/2022
0.5.17-beta 553 12/13/2021
0.4.16-beta 1,100 12/1/2021
0.3.15-beta 392 11/30/2021
0.2.14-beta 1,074 11/29/2021
0.1.13-alpha 1,482 11/20/2021

* New: If there is no `.dockerignore` file found when building a `Dockerfile`,
 create one with some sensible defaults
* New: By default, Docker builds will compress build context before sending
 it to the Docker daemon
* Fixed: Required `RepositoryUrl` parameter for NuGet packages is now
 the correct URL for the repository... for real this time