Cythral.CloudFormation.BuildTasks 0.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Cythral.CloudFormation.BuildTasks --version 0.1.1                
NuGet\Install-Package Cythral.CloudFormation.BuildTasks -Version 0.1.1                
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="Cythral.CloudFormation.BuildTasks" Version="0.1.1">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cythral.CloudFormation.BuildTasks --version 0.1.1                
#r "nuget: Cythral.CloudFormation.BuildTasks, 0.1.1"                
#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 Cythral.CloudFormation.BuildTasks as a Cake Addin
#addin nuget:?package=Cythral.CloudFormation.BuildTasks&version=0.1.1

// Install Cythral.CloudFormation.BuildTasks as a Cake Tool
#tool nuget:?package=Cythral.CloudFormation.BuildTasks&version=0.1.1                

Package Description

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has 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.5.4 6,777 12/9/2021
0.5.3 356 12/9/2021
0.5.2 1,541 8/12/2021
0.5.1 2,362 5/10/2021
0.5.0 1,964 2/24/2021
0.4.2 1,530 12/30/2020
0.4.1 397 12/30/2020
0.4.0 441 12/7/2020
0.3.2 769 12/3/2020
0.3.1 829 11/26/2020
0.3.0 396 11/26/2020
0.2.3 2,661 10/14/2020
0.2.2 634 9/25/2020
0.2.1 476 9/24/2020
0.2.0 533 9/24/2020
0.1.1 1,272 8/31/2020
0.1.0 579 8/30/2020

- Fixed an issue where unix permissions were not being added to packaged zip files in the PackageTemplate task.
- Fixed an issue where if capabilities were not specified, deployments would fail
- Added the ability to pass an IAM role ARN to the create/update stack request.