dotnet-storedprocsgen 2.1.0

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

This is a dotnet command line tool that generates stored procedures

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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
2.1.0 133 4/1/2024
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 732 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
1.6 Address issue with updating primary key inside update procedure.  Update paramter size for search procedures
1.7 Address issue with nvarchar paramters were generated with double the size
1.8 Update Dotnet version
1.9 Update nugets
2.0 Update doc.  -d paramter does not work in latest dotnet tool.  Use --database
2.1 Security update and .net 8 adoption