File tree 1 file changed +20
-10
lines changed
1 file changed +20
-10
lines changed Original file line number Diff line number Diff line change 1
- json-ld.net (PREVIEW)
1
+ json-ld.net
2
2
==========
3
3
4
- A JSON-LD processor for .NET. This is a preview release.
4
+ A JSON-LD processor for .NET.
5
5
6
- Notes
6
+ v1.0.5 is available on NuGet.org at https://www.nuget.org/packages/json-ld.net/
7
+
8
+ #### Supported frameworks
9
+
10
+ * NET 4.0
11
+ * NETStandard 1.3
12
+ * Portable NET 4.5, Windows 8
13
+
14
+ Contributing
7
15
=====
8
- This is the very first mostly working build of json-ld.net.
9
16
10
- It began life as a [ Sharpen ] [ sharpen ] -based auto-port from [ jsonld-java ] [ jsonld-java ] .
17
+ Pull requests for json-ld.net are welcome, to get started install the latest tools for .NET Core
11
18
12
- A few known tasks remain before 1.0:
19
+ * https://dot.net
20
+ * https://www.microsoft.com/net/core
13
21
14
- * W3C conformance test runner/results.
15
- * RemoteDocument fetching is disabled (for remote contexts, e.g.).
16
- * Quite a few minor bugs remain to be fixed.
22
+ build.ps1 will create a nupkg and run tests for both .NET desktop and .NET Core.
17
23
18
24
25
+ Origin
26
+ =====
27
+ This project began life as a [ Sharpen] [ sharpen ] -based auto-port from [ jsonld-java] [ jsonld-java ] .
28
+
19
29
[ sharpen ] : http://community.versant.com/Projects/html/projectspaces/db4o_product_design/sharpen.html
20
- [ jsonld-java ] : https://github.com/jsonld-java/jsonld-java
30
+ [ jsonld-java ] : https://github.com/jsonld-java/jsonld-java
You can’t perform that action at this time.
0 commit comments