diff --git a/src/drivers/webextension/images/icons/aspnetboilerplate.png b/src/drivers/webextension/images/icons/aspnetboilerplate.png new file mode 100644 index 000000000..66be7a592 Binary files /dev/null and b/src/drivers/webextension/images/icons/aspnetboilerplate.png differ diff --git a/src/technologies/a.json b/src/technologies/a.json index bdf4039fe..50a3149c2 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -3540,6 +3540,18 @@ "text": "\\Asendia\\b", "website": "https://www.asendia.com" }, + "ASP.NET Boilerplate": { + "cats": [ + 18 + ], + "description": "ASP.NET Boilerplate is a general purpose application framework especially designed for new modern web applications. It uses already familiar tools and implements best practices around them to provide you a SOLID development experience.", + "icon": "aspnetboilerplate.png", + "text": "\\ASP.NET Boilerplate\\b", + "website": "https://www.aspnetboilerplate.com", + "scripts" : "abp.appPath", + "oss": true, + "implies":"Microsoft ASP.NET" + }, "Astra": { "cats": [ 80 @@ -4459,4 +4471,4 @@ "oss": true, "website": "http://augmented-ui.com" } -} \ No newline at end of file +}