Skip to content

Commit ced6ffa

Browse files
committed
Add additional badges to README for improved visibility of project status and dependencies
1 parent ce1c2ec commit ced6ffa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# NLWebNet
22

33
[![.NET Build and Test](https://github.com/jongalloway/NLWebNet/actions/workflows/build.yml/badge.svg)](https://github.com/jongalloway/NLWebNet/actions/workflows/build.yml)
4+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5+
[![.NET 9](https://img.shields.io/badge/.NET-9.0-blue.svg)](https://dotnet.microsoft.com/download/dotnet/9.0)
6+
[![MSTest](https://img.shields.io/badge/Testing-MSTest-purple.svg)](https://github.com/microsoft/testfx)
7+
[![Artifacts](https://img.shields.io/badge/Artifacts-Download-orange.svg)](https://github.com/jongalloway/NLWebNet/actions/workflows/build.yml)
8+
[![NuGet Package](https://img.shields.io/badge/NuGet-Package%20Available-brightgreen.svg)](https://github.com/jongalloway/NLWebNet/actions/workflows/build.yml)
49

510
A .NET implementation of the [NLWeb protocol](https://github.com/microsoft/NLWeb) for building natural language web interfaces. This project provides both a reusable library and a demo application showcasing the NLWeb standard.
611

0 commit comments

Comments
 (0)