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.
<PackageVersion Include="Cythral.CloudFormation.BuildTasks" Version="0.1.1" />
                    
Directory.Packages.props
<PackageReference Include="Cythral.CloudFormation.BuildTasks">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=Cythral.CloudFormation.BuildTasks&version=0.1.1
                    
Install Cythral.CloudFormation.BuildTasks as a Cake Addin
#tool nuget:?package=Cythral.CloudFormation.BuildTasks&version=0.1.1
                    
Install Cythral.CloudFormation.BuildTasks as a Cake Tool

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,829 12/9/2021
0.5.3 375 12/9/2021
0.5.2 1,561 8/12/2021
0.5.1 2,380 5/10/2021
0.5.0 1,991 2/24/2021
0.4.2 1,558 12/30/2020
0.4.1 424 12/30/2020
0.4.0 468 12/7/2020
0.3.2 794 12/3/2020
0.3.1 854 11/26/2020
0.3.0 421 11/26/2020
0.2.3 2,688 10/14/2020
0.2.2 659 9/25/2020
0.2.1 502 9/24/2020
0.2.0 558 9/24/2020
0.1.1 1,299 8/31/2020
0.1.0 605 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.