Skip to content

Commit c517f1c

Browse files
author
Magnus Ahlberg
committed
Updated readme
1 parent 384c852 commit c517f1c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ A blazor admin template built on [Tabler](https://preview.tabler.io/)
33

44
Minimal javascript!
55

6-
## [Demo](https://TabBlazor.github.io/TabBlazor)
6+
### [Demo](https://TabBlazor.github.io/TabBlazor)
77

88
### Getting Started Templates
99
[TabBlazor.Templates](https://github.com/TabBlazor/TabBlazor.Templates)
1010

11+
### Build
12+
[![Build](https://github.com/TabBlazor/TabBlazor/actions/workflows/ci.yml/badge.svg)](https://github.com/TabBlazor/TabBlazor/actions/workflows/ci.yml?branch=master)
1113
### Nuget
12-
[TabBlazor](https://www.nuget.org/packages/TabBlazor/)
14+
[![Nuget](https://img.shields.io/nuget/v/tabblazor.svg)](https://www.nuget.org/packages/TabBlazor/)
1315

1416
***Work ongoing***
1517

TabBlazor.sln

+5
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{AE73
3232
.github\workflows\release.yml = .github\workflows\release.yml
3333
EndProjectSection
3434
EndProject
35+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".items", ".items", "{4CD62C60-20D7-4123-94B0-0E1D6C9C86D4}"
36+
ProjectSection(SolutionItems) = preProject
37+
README.md = README.md
38+
EndProjectSection
39+
EndProject
3540
Global
3641
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3742
Debug|Any CPU = Debug|Any CPU

0 commit comments

Comments
 (0)