|
1 |
| -json-ld.net |
2 |
| -========== |
| 1 | +# json-ld.net |
3 | 2 |
|
4 |
| -A JSON-LD processor for .NET. |
| 3 | +A [JSON-LD][jsonld] processor for .NET. |
5 | 4 |
|
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] |
7 | 8 |
|
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. |
9 | 12 |
|
10 |
| -#### Supported frameworks |
| 13 | +## Supported frameworks |
11 | 14 |
|
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 |
15 | 18 |
|
16 |
| -Contributing |
17 |
| -===== |
| 19 | +## Contributing |
18 | 20 |
|
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: |
20 | 23 |
|
21 |
| -* https://dot.net |
22 |
| -* https://www.microsoft.com/net/core |
| 24 | +* [.NET Core][dnc] |
| 25 | +* [.NET Core tutorial][dnc-tutorial] |
23 | 26 |
|
24 |
| -build.ps1 will create a nupkg and run tests for both .NET desktop and .NET Core. |
| 27 | +### Build and Tests |
25 | 28 |
|
| 29 | +On Windows, you can execute `build.ps1`, which will create a nupkg and run |
| 30 | +tests for both .NET desktop and .NET Core. |
26 | 31 |
|
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. |
30 | 34 |
|
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