From 1ad453fedea7942023fa8a26f32f1b261c84438e Mon Sep 17 00:00:00 2001 From: Yury Shubin Date: Mon, 12 Feb 2024 20:51:34 +0200 Subject: [PATCH] Update plugins.json --- plugins.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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",