Skip to content

Commit f28b88f

Browse files
committed
Add badges to readme
1 parent 1521f77 commit f28b88f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

readme.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
# dotnet chromium
1+
![Icon](https://raw.githubusercontent.com/devlooped/chromium/main/assets/img/icon.png) dotnet-chromium
2+
============
3+
4+
[![Version](https://img.shields.io/nuget/v/dotnet-chromium.svg?color=royalblue)](https://www.nuget.org/packages/dotnet-chromium)
5+
[![Downloads](https://img.shields.io/nuget/dt/dotnet-chromium.svg?color=green)](https://www.nuget.org/packages/dotnet-chromium)
6+
[![License](https://img.shields.io/github/license/devlooped/chromium.svg?color=blue)](https://github.com/devlooped/chromium/blob/main/license.txt)
7+
[![Build](https://github.com/devlooped/chromium/workflows/build/badge.svg?branch=main)](https://github.com/devlooped/chromium/actions)
28

39
Chromium for .NET 6.
410

511
This project allows running a portable embedded version of Chromium from
6-
either a .NET tool or a regular .NET application without having to install
12+
either a .NET CLI tool or a regular .NET application without having to install
713
it.
814

915
This can be helpful for automating a browser as part of your regular app

0 commit comments

Comments
 (0)