Cake.Warp 0.4.0

dotnet add package Cake.Warp --version 0.4.0
NuGet\Install-Package Cake.Warp -Version 0.4.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Cake.Warp" Version="0.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cake.Warp --version 0.4.0
#r "nuget: Cake.Warp, 0.4.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Cake.Warp as a Cake Addin
#addin nuget:?package=Cake.Warp&version=0.4.0

// Install Cake.Warp as a Cake Tool
#tool nuget:?package=Cake.Warp&version=0.4.0

Cake addin for creating self-contained single binary applications using  warp (https://github.com/fintermobilityas/warp)

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6.1

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.
  • net5.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.4.0 604,635 2/15/2021
0.3.0 1,891 10/7/2020
0.2.0 261,679 5/13/2019
0.1.0 801 5/13/2019

0.4.0 (2021-02-15)
==================
BREAKING CHANGES
----------------
This release is to make Cake.Warp compatible with 1.0.0 of Cake.
This means dropping all support for previous versions of Cake.
Please see the [Upgrade instructions](https://cakebuild.net/docs/getting-started/upgrade#cake-0.38.x-to-cake-1.0) for how to upgrade cake.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Dependencies
------------
- (deps): bump JetBrains.Annotations from 2020.1.0 to 2020.3.0 (#81)
- (deps): bump Fody from 6.2.1 to 6.3.0 (#78)
- (deps): bump Cake.Core from 0.33.0 to 1.0.0 (#89)
Feature
-------
- add support for .NET 5.0
Improvement
-----------
- update warp binary to lastest 0.4.4 version