Cake.Storm.Fluent
0.7.3
Install-Package Cake.Storm.Fluent -Version 0.7.3
dotnet add package Cake.Storm.Fluent --version 0.7.3
<PackageReference Include="Cake.Storm.Fluent" Version="0.7.3" />
paket add Cake.Storm.Fluent --version 0.7.3
#r "nuget: Cake.Storm.Fluent, 0.7.3"
// Install Cake.Storm.Fluent as a Cake Addin
#addin nuget:?package=Cake.Storm.Fluent&version=0.7.3
// Install Cake.Storm.Fluent as a Cake Tool
#tool nuget:?package=Cake.Storm.Fluent&version=0.7.3
Cake addin for fluent description of build tasks.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Cake.Common (>= 1.3.0)
- Cake.Core (>= 1.3.0)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on Cake.Storm.Fluent:
Package | Downloads |
---|---|
Cake.Storm.Fluent.iOS
Cake addin for fluent description for iOS relative tasks. |
|
Cake.Storm.Fluent.Transformations
Cake addin for fluent description to update file content before build (csproj & cs source file). |
|
Cake.Storm.Fluent.Android
Cake addin for fluent description for android relative tasks. |
|
Cake.Storm.Fluent.NuGet
Cake addin for fluent description for nuget release tasks. |
|
Cake.Storm.Fluent.DotNetCore
Cake addin for fluent description for dotnetcore tooling relative tasks. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.7.3 | 130 | 3/28/2022 |
0.7.2 | 85 | 3/28/2022 |
0.7.1 | 449 | 10/23/2021 |
0.7.0 | 382 | 10/22/2021 |
0.6.1 | 426 | 3/9/2021 |
0.6.0 | 457 | 3/9/2021 |
0.5.2 | 490 | 3/1/2021 |
0.5.1 | 772 | 8/5/2020 |
0.5.0 | 862 | 6/22/2020 |
0.4.3 | 935 | 1/7/2020 |
0.4.2 | 955 | 1/7/2020 |
0.4.1 | 928 | 11/3/2019 |
0.4.0 | 884 | 10/30/2019 |
0.3.4 | 1,001 | 3/27/2019 |
0.3.3 | 891 | 3/27/2019 |
0.3.2 | 2,266 | 10/21/2017 |
0.3.1 | 1,431 | 10/14/2017 |
0.3.0 | 3,085 | 9/30/2017 |
0.2.0 | 2,187 | 9/13/2017 |
0.1.0 | 1,884 | 8/20/2017 |
Version 0.6.0 :
- Cake dependency update to 1.1.0
Version 0.5.0 :
- Cake dependency update to 0.38.2
Version 0.3.3 :
- Add possibilities to handle multiple projects at the same time
Version 0.3.2 :
- Add value resolvers type to easily handle value coming from string, args or environment variables
Version 0.3.1 :
- Implement cache mechanism to avoid rerun unneeded step
- fix WithVersionFromArguments getting argument on parsing instead of execution
Version 0.3.0 :
- Implement configuration switch for more flexibility
- Fix bugs when target/platform was used but does not exists
- Fix help displaying 'release' instead of 'deploy'
- Add step to execute some C# code
- Review step mechanism to have steps that can be executed on multiple step (eg. prebuild, prerelease)
Version 0.2.0 :
- Update to Cake 0.22.0 dependencies
- Remove net45 framework support
Version 0.1.0 : Initial release with infrastructure to generate tasks for clean, build, release and deploy steps.
- Base configurations to use accross projects
- Include common steps (clean, nuget restore)