diff --git a/plugins.json b/plugins.json index a19f338..a1a0209 100644 --- a/plugins.json +++ b/plugins.json @@ -598,7 +598,12 @@ "description": "A serverless plugin to pack C# lambdas functions that are spread to multiple CS projects.", "githubUrl": "https://github.com/tsibelman/serverless-multi-dotnet", "status": "active" -},{ +}, { + "name": "serverless-multi-dotnet-v3", + "description": "A serverless plugin to pack C# lambdas functions that are spread to multiple CS projects. Compatible with Serverless 3+", + "githubUrl": "https://github.com/yuryshubin/serverless-multi-dotnet-v3", + "status": "active" +}, { "name": "serverless-dotnet", "description": "A serverless plugin to run 'dotnet' commands as part of the deploy process", "githubUrl": "https://github.com/fruffin/serverless-dotnet",