Skip to content

Commit 6bb4271

Browse files
authored
Merge pull request #39 from linked-data-dotnet/feature/badges
Add badges to readme
2 parents 5d49e51 + fbcbc59 commit 6bb4271

File tree

1 file changed

+41
-20
lines changed

1 file changed

+41
-20
lines changed

README.md

+41-20
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,53 @@
1-
json-ld.net
2-
==========
1+
# json-ld.net
32

4-
A JSON-LD processor for .NET.
3+
A [JSON-LD][jsonld] processor for .NET.
54

6-
v1.0.5 is available on NuGet.org at https://www.nuget.org/packages/json-ld.net/
5+
[![NuGet][nuget-badge]][nuget]
6+
[![Build Status][travis-badge]][travis]
7+
[![codecov][codecov-badge]][codecov]
78

8-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
9+
This project has adopted the [Microsoft Open Source Code of Conduct][coc].
10+
For more information see the [Code of Conduct FAQ][coc-faq] or contact
11+
[[email protected]][ms-mail] with any additional questions or comments.
912

10-
#### Supported frameworks
13+
## Supported frameworks
1114

12-
* NET 4.0
13-
* NETStandard 1.3
14-
* Portable NET 4.5, Windows 8
15+
* .NET 4.0
16+
* .NET Standard 1.3 and 2.0
17+
* Portable .NET 4.5, Windows 8
1518

16-
Contributing
17-
=====
19+
## Contributing
1820

19-
Pull requests for json-ld.net are welcome, to get started install the latest tools for .NET Core
21+
Pull requests for json-ld.net are welcome, to get started install the latest
22+
tools for .NET Core:
2023

21-
* https://dot.net
22-
* https://www.microsoft.com/net/core
24+
* [.NET Core][dnc]
25+
* [.NET Core tutorial][dnc-tutorial]
2326

24-
build.ps1 will create a nupkg and run tests for both .NET desktop and .NET Core.
27+
### Build and Tests
2528

29+
On Windows, you can execute `build.ps1`, which will create a nupkg and run
30+
tests for both .NET desktop and .NET Core.
2631

27-
Origin
28-
=====
29-
This project began life as a [Sharpen][sharpen]-based auto-port from [jsonld-java][jsonld-java].
32+
On both Windows and all other supported operating systems, you can run
33+
`dotnet build` to build and `dotnet test` to run the tests.
3034

31-
[sharpen]: http://community.versant.com/Projects/html/projectspaces/db4o_product_design/sharpen.html
32-
[jsonld-java]: https://github.com/jsonld-java/jsonld-java
35+
## Origin
36+
37+
This project began life as a [Sharpen][sharpen]-based auto-port from
38+
[jsonld-java][jsonld-java].
39+
40+
[jsonld]: https://json-ld.org/
41+
[sharpen]: http://community.versant.com/Projects/html/projectspaces/db4o_product_design/sharpen.html
42+
[jsonld-java]: https://github.com/jsonld-java/jsonld-java
43+
[nuget]: https://www.nuget.org/packages/json-ld.net/
44+
[nuget-badge]: https://img.shields.io/nuget/v/json-ld.net.svg
45+
[coc]: https://opensource.microsoft.com/codeofconduct/
46+
[coc-faq]: https://opensource.microsoft.com/codeofconduct/faq/
47+
[ms-mail]: mailto:[email protected]
48+
[dnc]: https://dot.net
49+
[dnc-tutorial]: https://www.microsoft.com/net/core
50+
[codecov]: https://codecov.io/gh/linked-data-dotnet/json-ld.net
51+
[codecov-badge]: https://img.shields.io/codecov/c/github/linked-data-dotnet/json-ld.net/master.svg
52+
[travis]: https://travis-ci.org/linked-data-dotnet/json-ld.net
53+
[travis-badge]: https://img.shields.io/travis/linked-data-dotnet/json-ld.net.svg

0 commit comments

Comments
 (0)