dotnet-storedprocsgen 1.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global dotnet-storedprocsgen --version 1.5.0
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 dotnet-storedprocsgen --version 1.5.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-storedprocsgen&version=1.5.0
nuke :add-package dotnet-storedprocsgen --version 1.5.0

This is a dotnet command line tool that generates stored procedures

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  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.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 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
2.0.0 334 12/27/2022
1.9.0 493 12/27/2022
1.7.0 696 4/18/2019
1.6.0 565 4/4/2019
1.5.0 559 2/20/2019
1.4.0 605 2/9/2019
1.3.0 702 9/29/2018
1.2.0 731 9/22/2018
1.1.0 787 9/6/2018
1.0.0 776 9/3/2018

1.0 Initital release
1.1 Implement search
1.2 Implement Get by Id
1.3 Implement Get by parent id
1.4 Change procedures to user output into to support triggers on that tables
1.5 Implement upper casing of procedure names