LazyStackApp 3.0.1

dotnet tool install --global LazyStackApp --version 3.0.1
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 LazyStackApp --version 3.0.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=LazyStackApp&version=3.0.1
nuke :add-package LazyStackApp --version 3.0.1

LazyStack is a tool that ingests an OpenApi (swagger) REST API specification and generates the AWS Serverless
   Application Model (SAM) template and the C# AWS Lambda projects necessary to stand up a fully featured
   commercial-grade application stack in AWS. It also generates a client application SDK making it simple to
   call that stack from C# applications.

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. 
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
3.0.1 546 8/25/2022
3.0.0 513 8/23/2022
2.1.0 533 6/18/2022
1.5.3 562 1/18/2022
1.4.2 1,571 11/26/2021
1.4.1 366 11/1/2021
1.4.0 408 10/26/2021
1.3.0 322 10/13/2021
1.2.0 1,773 7/6/2021
1.1.0 610 6/29/2021
1.0.5 779 3/17/2021
1.0.4 427 3/1/2021
1.0.3 362 2/25/2021
1.0.2 375 2/22/2021
1.0.1 381 2/21/2021
1.0.0 379 2/21/2021

Added UseManualPermissions Directive